MyBB Community Forums

Full Version: Google SEO Sitemap Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i install the Google SEO and work fine but the sitemap not work i add the texts in the .htaccess
# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

and nathing i trie to join the site map www.sro-zone.site11.com/sitemap-index.xml and not found the file.

Then i trie to join at http://www.sro-zone.site11.com/misc.php?...emap=index

And appear this error

Error de lectura XML: declaración de texto o XML en un lugar distinto del principio de la entidad
Ubicación: http://www.sro-zone.site11.com/misc.php?google_seo_sitemap=index
Número de línea 2, columna 1:<?xml version="1.0" encoding="UTF-8"?>
^

Sorry for me bad inglish
I read one thread here and i put RewriteBase / in the .htacces and now the sitemap-index.xml work but have this error.
Error de lectura XML: declaración de texto o XML en un lugar distinto del principio de la entidad
Ubicación: http://www.sro-zone.site11.com/sitemap-index.xml
Número de línea 2, columna 1:<?xml version="1.0" encoding="UTF-8"?>
^
this is not google seo's doing. something on your site adds a newline in the first line of output

while this may not matter for html, in case of xml it breaks since xml likes the definition to be in the first line

find out what is causing the newline in the output and remove it

in addition to that, you also have this crap at the end of every file, even in robots.txt:

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

you should get rid of that as well
I dont understand, could be more specific?
What i need to change ? ? Confused
In the google web mastars tool said work fine but i dont know its working or not
[Image: dibujoovb.png]
If Google Webmaster Tools shows no errors, then it's fine (for Google anyway), but you should still look into whatever it is that is adding the empty line to your output. Could be another plugin, could be anything on your host.
nice nice now i installing other forum and now when i install the google seo say this in all the pages.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
there's an error in your .htaccess, or your host doesn't like something about the .htaccess. you could try removing the Options line, as some hosts don't allow some options to be changed. other than that you'll have to experiment - comment all lines and then add line by line back to find out which one is causing the error.
thxs me sitemap run Here the sitemap

But when i put the sitemap in google webmaster tools

appear a new error

here pics
[Image: dibujoss.png]
[Image: dibujo2is.png]


plz help
I don't get 404 errors for the sitemap on your site. Maybe it was something temporary on your serv?

Try resubmitting the sitemap.
Im getting the abovve too, and its not my server.