SiteMap XML - Dynamic SiteMap Generator
SiteMap XML is a php based sitemap generator, it crawls your web site to build an xml sitemap. It includes a range of configurable variables to define the sitemap content and can be run as an online form or in automatic xml mode to create real time dynamic site maps that can be directly called.
SiteMap XML Web Page
Open the SiteMap XML web page. Includes access to full support and downloads.
Help
Open the SiteMap XML online Help page.
About Google Sitemaps
Open the About Google Sitemaps web page. Learn how Google uses sitemaps to index your site.
Google Sitemap Account
Open the Google Sitemap Account web page to directly access your Google Sitemap Account. Add and monitor your sitemaps.
softSWOT.com
Go to SiteMap XML developer web site, www.softswot.com.
Support Software Development
If you find this software of value please consider supporting us. You can support us with a simple link from your site, a supporting email, recommending us to others or you may like to make a donation. All support is greatly appreciated.
Generate SiteMap XML
Input a Start Url, adjust any other variables as required and then click Generate Site Map to build your SiteMap XML. The processing time depends upon the number of links extracted and the settings applied. It will generally range from less than a second to several minutes. An indicative processing time would be 1 sec per 100 links extracted.
Refresh SiteMap XML
Reloads SiteMap XML, a returns variables to default values.
Start URL
Input the starting URL (ie http://www.mydomain.com/). SiteMap XML will extract href links from this URL and if the set Depth is greater than 0 and the set Limit has not been reached extract href links from each of the links. Only URLs relating to this site and that pass the Include, Exclude tests will be used in the generated SiteMap XML.
Include URLs
Only URLs that include these character combinations will be used. Each character combination must be separated by a comma (ie ,). Standard character combinations would include .htm, .php to use urls with htm and php extensions and not other file types ie .gif .css etc. URLs that match the site domain home page are included by default.
Exclude URLs
Only URLs that do not include these character combinations will be used. Each character combination must be separated by a comma (ie ,). This test is applied after the Include URL's test.
For URLs
URLs that include these character combinations will use the corresponding Set Priority and Set Change Frequency. Each character combination must be separated by a comma (ie ,), you can place each on a new line to easily see the corresponding Set values on the same line number.
The Set Priority will be applied to corresponding For URLs. Each Set Priority value must be one of the numbers 1.0 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.3 0.2 0.1 0.0, each value must be separated by a comma (ie ,), you can place each on a new line to easily see the corresponding For URL on the same line number.
Set Change Frequency
The Set Change Frequency will be applied to corresponding For URLs. Each Set Priority value must be one of the values always hourly daily weekly monthly yearly never, each value must be separated by a comma (ie ,), you can place each on a new line to easily see the corresponding For URL on the same line number.
Depth
Sets the page depth applied. A depth of 0 will extract links only from the Start URLs. A depth of 1 will also extract links from the links found in the Start URLs. This process continues until the set Depth or Links limit is reached.
Links
Sets the maximum number of links extracted. Once the number of links extracted (checked) exceeds the Links value no further pages will be examined for links regardless of the Depth set.
Delay
This is the time the program waits before extracting links from each page. Processing pauses for this duration decreasing the load on the server but increasing the running time.
Default Priority
Default Priority is used for any URL that does not match a For URLs character combination.
Default Change Frequency
Default Change Frequency is used for any URL that does not match a For URLs character combination.
Generated SiteMap XML
Once you have Generate SiteMap XML the XML code is displayed in the text area. You then select and copy the xml code to a text editor, save it as sitemap.xml and upload the file to your server.
Select All
Selects all the XML code displayed in the text area.
Show SiteMap XML
Show SiteMap XML sends the Generated XML code directly to your browser as an XML file. The generated XML sitemap is displayed as XML directly in your browser. As an alternative to saving the XML code from the text area you can view source and save the XML code in your browser.
Reset
Clear SiteMap XML form values.