Skip to content

Commit

Permalink
Added meta description for SEO improvement as part of issue public-co…
Browse files Browse the repository at this point in the history
…nvenience-ltd#1736 of add.page.tsx
  • Loading branch information
praveent04 authored Oct 22, 2024
1 parent cb25cf2 commit 891178b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/loos/add.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ const AddPage = () => {
<>
<Head>
<title>{config.getTitle('Add Toilet')}</title>

{/* Added meta description for SEO improvement as part of issue #1736 */}


<meta
name="description"
content="Add a new public toilet location to the map.
Provide details about accessibility, payment options, and other amenities for public use."
/>
</Head>

<Box position="relative" display="flex" height="40vh">
Expand Down

0 comments on commit 891178b

Please sign in to comment.