SEO Optimization
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>WorldTravel | AdventureLog</title>
|
||||
<title>Countries | World Travel</title>
|
||||
<meta name="description" content="Explore the world and add countries to your visited list!" />
|
||||
</svelte:head>
|
||||
|
||||
@@ -41,3 +41,13 @@
|
||||
/>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title
|
||||
>{data.props && data.props.country ? `Regions in ${data.props.country.name}` : 'Regions'}</title
|
||||
>
|
||||
<meta
|
||||
name="description"
|
||||
content="View the regions in countries and mark them visited to track your world travel."
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
Reference in New Issue
Block a user