Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/bot crawling indexing #198

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Armadillidiid
Copy link
Contributor

@Armadillidiid Armadillidiid commented Dec 27, 2024

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.

Copy link

vercel bot commented Dec 27, 2024

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

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant