In this video we generate sitemap and robots.txt for our web badminton open-source Next Js project.
A sitemap is a file that contains information about your site's pages, videos, and other assets, as well as the relationships between them. This file is read by search engines like Google in order to crawl your site more efficiently. A sitemap tells Google which pages and files on your site you believe are significant, as well as providing valuable information about these items. For example, when was the page last changed, and if there are any different language versions of the page.
We generate nextjs sitemap with next-sitemap npm package: https://www.npmjs.com/package/next-si....
Article: https://dspyt.com/how_to_generate_sit...
Web badminton is a decentralized badminton centered dapp on IPFS and Polygon Blockchain.
The application utilises JavaScript, NextJS, React, Tailwind Css and Wagmi library, IPFS, nft.storage and web3.storage.
The smart contract is built with solidity, hardhat and polygon blockchain mumbai testnet.
GitHub: https://github.com/BadmWe/WebBadminton
Demo: https://webbadminton.com/
About Dspyt Channel:
We are Data Science with Python DAO
Homepage: https://dspyt.com
GitHub DAO Page: https://github.com/dspytdao
00:00 introduction: next-sitemap
00:10 installation
00:40 creating config file
01:50 testing sitemap generation
03:37 testing live project sitemap generation