amupedia2021 / amupedia-web

Source code of the website.
https://www.amupedia.site/
MIT License
163 stars 177 forks source link

Added meta tags #535

Closed Avinash905 closed 1 year ago

Avinash905 commented 1 year ago

Description

Added meta tags like title tag, keywords, language, author, robots, revisit-after

Pull Request Checklist

Please make sure that your PR meets the following requirements:

Checklist

Please check all applicable boxes and provide any additional information if needed.

Related Issues

523

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
project-amupedia βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jul 15, 2023 8:09pm
github-actions[bot] commented 1 year ago

Thank you, @Avinash905, for creating this pull request and contributing to GitHub-ReadMe! πŸ’—

Our review team will thoroughly review the pull request and will reach out to you soon! πŸ˜‡ Please make sure you have marked all the completed tasks as done. βœ… We appreciate your patience and contribution! πŸ˜€

Harshil-Jani commented 1 year ago

@Avinash905 Does having meta tags even in different pages like about.js and contributors/index.js helps in increasing visiblity of individual pages ? If it helps then please do add them there too. This would be really helpful for us. Thanks.

Avinash905 commented 1 year ago

@Avinash905 Does having meta tags even in different pages like about.js and contributors/index.js helps in increasing visiblity of individual pages ? If it helps then please do add them there too. This would be really helpful for us. Thanks.

The same meta tags in _app.js will reflect on all other pages too. But if we add any meta tag to other pages then it will replace that tag from _app.js.

For example: In _app.js the value of the title tag is Project-Amupedia then all the other pages will have the same title. But if we add some other title tag like Project-Amupedia-About in about.js then only that title tag will be replaced rest others will be same

Harshil-Jani commented 1 year ago

The same meta tags in _app.js will reflect on all other pages too. But if we add any meta tag to other pages then it will replace that tag from _app.js.

For example: In _app.js the value of the title tag is Project-Amupedia then all the other pages will have the same title. But if we add some other title tag like Project-Amupedia-About in about.js then only that title tag will be replaced rest others will be same

Cool !! Thanks.

Avinash905 commented 1 year ago

@anmode @Harshil-Jani Could you please add the level label?