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 login.page.tsx
  • Loading branch information
praveent04 authored Oct 22, 2024
1 parent e540f0a commit 9bc287d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/login.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const LoginPage = () => {
<Box mt={5}>
<Head>
<title>{config.getTitle('Contributing')}</title>

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

<meta name="description" content="Join us in contributing to the Great British Public Toilet Map. Learn how to add or edit public toilet data, and find examples of accessible toilets." />
</Head>

<Container maxWidth={845}>
Expand Down

0 comments on commit 9bc287d

Please sign in to comment.