jinx-vi-0 / passop

A simple and secure password manager
MIT License
22 stars 58 forks source link

Add Missing Meta Tags, robots.txt, sitemaps for SEO Enhancement #145

Closed myselfshivams closed 5 hours ago

myselfshivams commented 1 week ago

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.

jinx-vi-0 commented 6 days ago

hey @jindalpriyanshu101 , what's your view on this ?

jindalpriyanshu101 commented 4 days ago

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

jindalpriyanshu101 commented 4 days ago

@myselfshivams Let us know if you're still up to work on this issue?

KGupta2601 commented 3 days ago

@jindalpriyanshu101 please assign me this issue I would like to work on it Also please give the level label

jindalpriyanshu101 commented 3 days ago

@jindalpriyanshu101 please assign me this issue I would like to work on it Also please give the level label

Sure, you're assigned. good to go ahead. but do share your approach?

KGupta2601 commented 3 days ago

@jindalpriyanshu101 approach includes the following 1)Adding Meta Tags in index.html for Title tags Description tags Keywords tags Robots meta tag Open Graph tags

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