Skip to content

Commit

Permalink
chore: added canonical tags in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkaison committed Aug 8, 2024
1 parent 8f5aace commit 6e78cef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/Feedback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export default function Feedback() {
/>

<title>Feedback | Realtime Clipboard - Share Your Experience</title>

<link
rel="canonical"
href="https://live-clipboard.netlify.app/feedback"
/>
</Helmet>

<Navbar />
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ function Home() {
<title>
Realtime Clipboard: Instant Text & Image Sharing | Collaborative Board
</title>

<link rel="canonical" href="https://live-clipboard.netlify.app" />
</Helmet>

<Navbar />
Expand Down
5 changes: 5 additions & 0 deletions src/pages/Updates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ function Updates() {
<title>
Updates | Realtime Clipboard - Latest Features & Improvements
</title>

<link
rel="canonical"
href="https://live-clipboard.netlify.app/updates"
/>
</Helmet>

<Navbar />
Expand Down

0 comments on commit 6e78cef

Please sign in to comment.