oktay / movies

🍿 A TMDB client build with Next.js 14

Home Page:https://movies-topaz-gamma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create metatags for all pages

oktay opened this issue · comments

commented

Issue Description:

We currently lack consistent and optimized metatags across website. This issue is to track the implementation of metatags on all pages of website.

  • Title Tags: Each page should have a unique and descriptive title tag that accurately represents the content of that page. Title tags should be concise, typically under 60 characters, and incorporate relevant keywords.
  • Meta Descriptions: Meta descriptions should be added to all pages, providing concise summaries of the content. These descriptions should also incorporate relevant keywords and entice users to click through from search results.
  • Canonical Tags: Implement canonical tags where necessary to specify the preferred version of a page if there are duplicate or similar content pages.
  • Open Graph Tags (for social media sharing): Ensure that Open Graph meta tags are properly set up, including titles, descriptions, and images, to enhance how our website appears when shared on social media platforms.
  • Other Relevant Metatags: Depending on our specific needs and goals, consider implementing other relevant metatags, such as authorship tags, language tags, or any specific tags required for rich snippets.
commented

Partially resolved in b41363b