-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add Missing Meta Tags, robots.txt, sitemaps for SEO Enhancement #145
Comments
hey @jindalpriyanshu101 , what's your view on this ? |
I think we may need this if you have plans to deploy this project. @jinx-vi-0 |
@myselfshivams Let us know if you're still up to work on this issue? |
@jindalpriyanshu101 please assign me this issue |
Sure, you're assigned. good to go ahead. but do share your approach? |
@jindalpriyanshu101 approach includes the following 2)Implementing Dynamic Meta Tags by using a library like react-helmet 3)Creating sitemap.xml and Creating robots.txt in public folder 4)Updating build process and checking server configuration |
The current project lacks essential meta tags that are crucial for search engine optimization (SEO). To improve the visibility and ranking of the website on search engines
we need to add the following missing meta tags:
Title tags
Description tags
Keywords tags
Open Graph tags for social media sharing
Robots meta tag
and have to add sitemap.xml and robots file for search engine to crawl our site.
The text was updated successfully, but these errors were encountered: