06.05.2022, 22:35
(Dieser Beitrag wurde zuletzt bearbeitet: 26.10.2024, 09:20 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Simple sitemap generator
Zitat: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:
Code:rewrite ^/sitemap.xml$ /sitemap.php;