DEV Community

Cover image for Automation — Dynamic sitemap generation with Golang API
Raksha for Canopas Software

Posted on

Automation — Dynamic sitemap generation with Golang API

If you are publishing website, then it is necessary to reach out it to users.

Most search engines like google and bing crawls website pages using sitemaps. Sitemap contains all static and dynamic routes of webpages.

Sitemap generation is part of our development process. We can create it using external libraries in our frontend frameworks like Vue or React.

But sometimes libraries are not compatible with latest versions and it becomes hard to generate sitemap for dynamic routes and automate it without using any library.

In this article, You will learn how to create sitemap for all static and dynamic routes and also automate this process at a time of building frontend app to save your precious time.

You can read full article here https://blog.canopas.com/automation-dynamic-sitemap-generation-with-golang-api-584f6c53ea9c

Top comments (0)