Skip to content

Commit

Permalink
Added meta description for SEO improvement as part of issue #1736 of …
Browse files Browse the repository at this point in the history
…index.page.tsx inside loo of explorer
  • Loading branch information
praveent04 authored Oct 22, 2024
1 parent 70f3ca6 commit 2f2a7c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/explorer/loos/[id]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ const LooPage: FC<LooPageProps> = ({ looData, reportData, notFound }) => {
<>
<Head>
<title>{pageTitle}</title>

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


<meta name="description" content="Error fetching detailed toilet data and reports.
Find information about toilet locations and reports on the Great British Public Toilet Map." />
</Head>
<Box display="flex" height="40vh">
<Box
Expand Down Expand Up @@ -334,6 +340,14 @@ const LooPage: FC<LooPageProps> = ({ looData, reportData, notFound }) => {
<Box my={5}>
<Head>
<title>{pageTitle}</title>

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

<meta
name="description"
content="View detailed reports and information about public toilets, including opening times,
locations, and facilities on the Great British Public Toilet Map."
/>
</Head>

<VisuallyHidden>
Expand Down

0 comments on commit 2f2a7c6

Please sign in to comment.