karimmo96

Newbie
Joined
Mar 16, 2018
Messages
43
Reaction score
1
I am looking for a way to generate XML sitemap for a huge site, over 3000 pages, is there a way to do that for free or do I have to purchase a tool that will generate it for me
 
Is the site Wordpress based? If so Yoast SEO plugin auto creates a sitemap for your site. (Its free).
 
Is the site Wordpress based? If so Yoast SEO plugin auto creates a sitemap for your site. (Its free).

No it's a website coded with ASP.NET, I can't figure out how to properly generate a sitemap for it
 
No it's a website coded with ASP.NET, I can't figure out how to properly generate a sitemap for it

Up to 50000 urls can go into one xml. If your site has 3k pages it'll easily go into one xml file.

Just write a /sitemap.asp script to generate every url in the site then write it out in xml. Copy some sitemap.xml from some existing site and just fill the urls.
 
You can use online sitemap generators. Look this way
 
Up to 50000 urls can go into one xml. If your site has 3k pages it'll easily go into one xml file.

Just write a /sitemap.asp script to generate every url in the site then write it out in xml. Copy some sitemap.xml from some existing site and just fill the urls.

I am not the coder so please bear my ignorance, is there a way where i don't have to manually fill the urls one by one in the sitemap? my coder can generate the template for a sitemap in asp.net but filling it manually seems to be an endless task especially it gets updated daily
 
You can use online sitemap generators. Look this way

all the online generators I've used only read up to 300 pages of the entire website, do you know any websites that can freely generate the whole 3000?
 
I am not the coder so please bear my ignorance, is there a way where i don't have to manually fill the urls one by one in the sitemap? my coder can generate the template for a sitemap in asp.net but filling it manually seems to be an endless task especially it gets updated daily

Your coder should do this for you.

This is a 5 minute task in ASP or PHP or whatever.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock