starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

Fix/bot crawling indexing

Open Armadillidiid opened this issue 1 year ago • 1 comments

I noticed that my blog wasn't being indexed at all, so I used Google Search Console to debug the issues. The report highlighted the problems addressed in this PR:

  • Added a try-catch block to capture request errors when fetching unknown slugs like feed for example.
  • Added a route handler for serving favicon. This complies with SEO best practices.
  • Added a redirect rule in the next.config.js file to redirect requests from /feed.xml to /rss.xml.

Summary

This PR addresses several fixes related to bot crawling and indexing of deployed blogs.

Armadillidiid avatar Dec 27 '24 08:12 Armadillidiid

@Armadillidiid is attempting to deploy a commit to the Hashnode Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Dec 27 '24 08:12 vercel[bot]