Provides a sitemap.xml, robots.txt, and humans.txt file for a website. Website managers can install this plugin and go to Settings > Sitemap, Robots, Humans to enable/disable each file and set the robots.txt and humans.txt content.
Save time by not having to generate a sitemap.xml file for the website or worry about changing it each time a page is added or updated. Easily maintain a robots.txt and humans.txt file from the CMS settings panel.
- Clone this repository into
plugins/albrightlabs/sitemaprobotshumans
- Run the console command
php artisan october:migrate
- From the admin area, go to Settings > Sitemap, Robots, Humans and enable the three features from the three tabs shown.
- If applicable, add content to the robots.txt and humans.txt input fields.
Run either of the following commands:
- From the project root, run
php artisan october:util git pull
- From the plugin root, run
git pull
None, other than installation and initial input of settings.
- Enable sitemap/robots/humans: checking the box will enable the feature.
- Robots/Humans content: provide the content for each file.
- Feel free to make requests by emailing them to [email protected]