https://github.com/kygost/php-sitemapper
An automatic site mapper for PHP
https://github.com/kygost/php-sitemapper
php sitemap sitemap-generator sitemap-xml sitemapper xml
Last synced: about 1 year ago
JSON representation
An automatic site mapper for PHP
- Host: GitHub
- URL: https://github.com/kygost/php-sitemapper
- Owner: KyGost
- Created: 2017-03-19T09:20:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T01:41:41.000Z (about 9 years ago)
- Last Synced: 2024-10-12T14:11:30.952Z (over 1 year ago)
- Topics: php, sitemap, sitemap-generator, sitemap-xml, sitemapper, xml
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
A basic XML sitemapper, place into your root (public_html) folder and go to the URL, '[domain]/sitemapper'.
If you want to simply view all files as their links, go to the plain URL, if you want to view the XML file, go to '[domain]/sitemapper?xml'; if you want to update your sitemap, go to '[domain]/sitemapper?xml&update'.
The updated sitemap will be the 'sitemap.xml' file in the directory that your sitemaper is in.
If you wish to just go to a certain directory past your home, go to '[domain]/sitemapper?dir=[directory]' or '[domain]/sitemapper?xml&dir=[directory]'