MyBB Community Forums

Full Version: Google Seo sitemap problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I set up google seo plugin on my site.Everything is right about seo but sitemap has a problem.I sent my sitemap to google but google says there is a problem on your sitemap.Here is the screenshot about this problem:

[Image: adszo.gif]
That doesn't really look like a valid URL in that screenshot. Maybe it's interpreted as a text file.

URL to your site?
The .htaccess file is missing.
I upload .htaccess file again but there aren't any change.I send sitemap to google but it gives errors again.
Post your .htaccess file hee.
RewriteEngine on

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.teknoinfo.net/forum/$1?$2 [L,QSA,R=301]

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

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
Looks to be ok, check your setting in the ACP then.
Hmmm, that sitemap looks fine to me though.

Try the fetch as googlebot feature in the Google Webmaster Tools to see what Google actually gets when accessing the Sitemap.
I solved the problem.It's about functions.php file.Thanks for your help.