MyBB.de Forum

Normale Version: Simple sitemap generator
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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;