Hello all,
Please tell me how we can create the site map for the website and where to submit the sitemap?

Recommended Answers

All 3 Replies

A finished sitemap is usually in your website's root folder. You can create it by hand, use a website or desktop tool, or create a script yourself.

You can use free xml sitemap generator tool and submit it on the root folder of server.
Submit it google webmaster tool which is free.

A sitemap is simply an XML file. As pritaeas mentioned, there are various ways to create one. There are quite a bit of free online generators.

You can even create your own. I have an example of how to create a sitemap using an ASP.NET page. When the page is executed, the server-side scripting reads from the data source and builds the XML output. Feel free to use it, or if you are using a different server-side scripting language, adapt it to your needs.

ASP.NET/VB example --> Create a Sitemap XML File for your Website

If your site is made up of only HTML, the easiest way is to just use an online tool that will crawl your pages and provide you with the output.

After you have the XML file in hand, you can submit it to Google and Bing (Webmaster tools). You'll need to create an account with each of them. These accounts will allow you to logon and monitor the site and view statistics and problems reported by the crawlers.

Summary and Links to the Search Engine Submission Process --> How to Submit Your Website to Search Engines

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.