MyBB.de Forum
Simple sitemap generator - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Simple sitemap generator (/thread-38248.html)



Simple sitemap generator - MyBB.de Bot - 06.05.2022

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;