amitrke / rke-nextjs

Roorkee.org NextJS SSR webapp
https://www.roorkee.org
Apache License 2.0
0 stars 0 forks source link

SEO Metadata #110

Open amitrke opened 8 months ago

amitrke commented 8 months ago

Add description to pages. Read more here: https://ogp.me/

amitrke commented 8 months ago

Add robots.txt https://nextjs.org/learn/seo/crawling-and-indexing/robots-txt

amitrke commented 8 months ago

Add special tags https://nextjs.org/learn/seo/crawling-and-indexing/metatags

amitrke commented 8 months ago

Robots.txt has been added, a few meta tags have been added. Next

  1. Add Article tags

article:published_time - datetime - When the article was first published. article:modified_time - datetime - When the article was last changed. article:expiration_time - datetime - When the article is out of date after. article:author - profile array - Writers of the article. article:section - string - A high-level section name. E.g. Technology article:tag - string array - Tag words associated with this article.

  1. Use Google's tool https://www.google.com/webmasters/tools/richsnippets
  2. Add breadcrumb structured data https://developers.google.com/search/docs/appearance/structured-data/breadcrumb?sjid=4270489713528045118-NA
  3. Article structured data https://developers.google.com/search/docs/appearance/structured-data/article
  4. Image metadata https://developers.google.com/search/docs/appearance/structured-data/image-license-metadata
amitrke commented 2 months ago

NextJS support https://nextjs.org/docs/app/building-your-application/optimizing/metadata