MyBB Community Forums

Full Version: Google SEO sitemap - not sure if its generated?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

In the AdminCP --> Configuration --> Plugin , just below Google SEO (1.6.5) it displays the following:

<green tick> 404, Meta, Redirect, Sitemap and URL are enabled. (Configure)
<grey cog> Click to Revert changes to core files.

So far so good.

In the AdminCP --> Configuration --> Settings --> Google SEO

Enable Google SEO Sitemap is set to YES.

In the AdminCP --> Configuration --> Settings --> Google SEO Sitemap

Sitemap URL scheme has the value: sitemap-{url}.xml
Forums: Yes
Threads: Yes
Users: Yes
Announcements: Yes
Calendars: Yes
Events: Yes
Additional Pages:
index.php
forum.php
(basically, I use the old index.php as my forum.php and the old portal.php as my new index.php)
Sitemap Pagination: 1000


My .htaccess file in the root of my host (forum is also in root) contains:

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

---------

I believe all of the above is what's required for a sitemap. However, how can I even tell whether there is one present? I'm struggling to verify the path of it (if it exists?) - as I want to submit it to Google via the Webmaster dashboard.

Hopefully this is pretty simple for someone who's run through the similar steps. I hope the information above is detailed enough!

Thanks in advance!
When it's active, there should be a link to it on the plugins page (click Sitemap where it says Sitemap enabled).
(2013-01-15, 08:38 PM)frostschutz Wrote: [ -> ]When it's active, there should be a link to it on the plugins page (click Sitemap where it says Sitemap enabled).

D'oh! Of course! I knew it was something silly I was missing.

Thanks for the speedy response and tip! Appreciated.

@mods - apologies for posting in the wrong section originally.