• Welcome to Sitemap Generator Forum.
 

Can unlimited sitemap generator create sitemaps from .txt file?

Started by TheBard, November 29, 2012, 08:33:08 PM

Previous topic - Next topic

TheBard

I have numerous, very large websites that are WordPress based and have plugins that are currently generating my sitemaps, however, after trying the sitemap generator here I would prefer to use that.

I have a list with all of my URLs for each site (same as urllist.txt).  Is it possible to create my sitemaps from these urllist.txt files instead of scanning my sites with the inlimited version?

Thanks.

XML-Sitemaps Support

Hello,

you would need to convert this list to a simple html file so that generator crawler can process it, like:
<a href="yourlink1">1</a>
<a href="yourlink2">1</a>
etc.

TheBard

Thanks for the reply.

I'll try this and let you know how I get on...

My URL's are in this format:

[ External links are visible to forum administrators only ]

Does anybody know of a regex search/replace command I can run in notepad++ to change my URL list to this format:

<a href="[ External links are visible to forum administrators only ]">here are my links</a>

Thank you.