DEV Community

Cover image for How to generate Sitemap for your Next JS project
Pavel Fedotov
Pavel Fedotov

Posted on • Edited on

3 2

How to generate Sitemap for your Next JS project

In the following video we generate sitemap and robots.txt for our web badminton open-source Next Js project.

We generate nextjs sitemap with next-sitemap npm package.

Dspyt Article

About Web Badminton:

Decentralized badminton centered dapp on IPFS and Polygon Blockchain. The project is built with react components and nextjs.

Web Badminton GitHub: https://github.com/BadmWe/WebBadminton
Demo: https://webbadminton.com/

We built the application using JavaScript, NextJS, React, Tailwind Css and Wagmi library, IPFS, nft.storage and web3.storage. The application is hosted on vercel. The newsletter list data is stored on ipfs with web3.storage.

We implemented smart contract with solidity, hardhat and polygon blockchain mumbai testnet. Meanwhile the Ipfs data is stored using nft.storage.

About Dspyt Channel:

We are Data Science with Python DAO
Homepage: https://dspyt.com
GitHub DAO Page: https://github.com/dspytdao

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay