-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adding tags for SEO #108
Comments
its accessible at tattle.co.in/rss.xml Useful reference : - https://meganesulli.com/blog/gatsby-rss-feed/ - https://www.gatsbyjs.com/docs/how-to/adding-common-features/adding-an-rss-feed/
gatsby version 4.19.0 or higher is required to add SEO, else we will have to use plugins. - https://www.gatsbyjs.com/docs/how-to/adding-common-features/adding-seo-component/ |
Hello, are the tags to be included in the |
@maanasb01 its ok to do it just for the blogs for now. Feel free to make a PR with your code. |
@dennyabrain Upon further review of the code, I have determined that I wouldn't need to use the Map or the path name, as the SEO component already accepts |
One PR is good..just mention both in the PR to link them |
For every page or post that is published on our site, we must add relevant tags in the metadata for that post. We'll need to write some code so that gatsby puts those tags into the html head element so that search engine crawlers can index it.
The scope of this issue includes :
The text was updated successfully, but these errors were encountered: