Simple sitemap generator
Simple sitemap generator for MyBB
Project Details
Sitemap generator for MyBB (tested with version 1.8.30). Automatically generate a sitemap for you!
Ideal for submitting for example to: Google Search Console. Better indexing your forum.
Note: Don't forget to star this plugin for love.
Installation
Installation is easy. Just copy the file to your website root directory.
You can access the sitemap by just going to: <yoursite>/sitemap.php
Site configuration
This sitemap plugin requires you to enable search engine friendly URLs in MyBB.
Nginx example
If you want a rewrite rule to point sitemap.xml towards sitemap.php. Here is a Nginx example for your Nginx '/' location section:
Ideal for submitting for example to: Google Search Console. Better indexing your forum.
Note: Don't forget to star this plugin for love.
Installation
Installation is easy. Just copy the file to your website root directory.
You can access the sitemap by just going to: <yoursite>/sitemap.php
Site configuration
This sitemap plugin requires you to enable search engine friendly URLs in MyBB.
Nginx example
If you want a rewrite rule to point sitemap.xml towards sitemap.php. Here is a Nginx example for your Nginx '/' location section:
rewrite ^/sitemap.xml$ /sitemap.php;
Previews
- Author
- danger89
- Collaborators
- None
- Version
- 1.8.30
- Submitted
- 2022-05-06, 09:19 PM
- Last Updated
- 2022-05-11, 03:52 PM
- Bug Tracking
- Open
- MyBB Versions
- 1.8.x