#sitemap.xml in next.js
Explore tagged Tumblr posts
techomoro · 3 years ago
Text
Generate Sitemap for Static and Dynamic Pages in a Next.js App
Generate Sitemap for Static and Dynamic Pages in a Next.js App
I have already created an article, How To Add An XML Sitemap In A Next.Js App. Then what is the importance of this article? In that article, I explained the method of adding an XML sitemap manually just for static pages in our Next.js app. But here in this article, we will discuss the method to generate a sitemap for static and dynamic pages in Next.js. Prerequisites Before continuing this…
Tumblr media
View On WordPress
0 notes
techomoro · 4 years ago
Text
How to Add an XML Sitemap in a Next.js App
How to Add an XML Sitemap in a Next.js App
We know that Search engines like Google, Bing etc. wants to crawl our website links to be get listed in the search results. A sitemap is not necessary for this task. But having a sitemap.xml file on your website will make this process easier. Here, we will discuss the steps to add a sitemap.xml file in a Next.js app. What is an XML Sitemap? An XML sitemap or simply sitemap.xml is a file that…
Tumblr media
View On WordPress
0 notes