sitemap tool

tgkprog

Member
Messages
226
Reaction score
0
Points
16
http://sel2in.com/prjs/php2/sitemap1/curr/runner.php

for you to test and use - spiders your web addresses and makes a xml file for google - that you can upload at https://www.google.com/webmasters/tools/siteoverview

Directions - go to http://sel2in.com/prjs/php2/sitemap1/curr/runner.php

enter Root and one or more pages that are not linked to root on your site

Pages in the big text box should be seperated by a new line

like

Code:
http://a.com/d/
http://a.com/folder2/
http://a.com/page3.html

if its a folder be sure to put a / in the end


Press submit]

then wait ... when its done you will see 2 forms in the bottom ... press submit on the first form
'Make site map:'

in the next page it lists all the urls and in the end - bottom has a link to sXXX.xml that you can download and use (can rename the file if you like after download)

it follows linked pages recursively - urls are saved but no other information

you can edit the info - add modified date/ priority - though google does not really use all that in my experience

this is freeware . the site is open right now but i will add password protection in a few days.

Please report any problems / out of memory/ un visited links etc here. this works by requestuing only the .htm .html .php links
Code:
 <a and <A
and visits sub folders that are linked. it runs from my site - so only sees linked/ public pages that do not have a password.

it follows linked pages recursively - urls are saved but no other information
 
Last edited:
Top