Problem polega na tym że google zwraca ostrzeżenia w niektórych adresach z sitemap.xml

tak wygląda adres z google ostrzeżenie

http://www.bagnasadobre.org.pl/balsamy-i-m...imming/msg1083/

a tak normalny adres

http://www.bagnasadobre.org.pl/balsamy-i-m...e-and-slimming/

jest to forum smf

a to plik .htaccess

  1. # PRETTYURLS MOD BEGINS
  2. # Pretty URLs mod
  3. # .htaccess file generated automatically on: August 20, 2014, 21:48
  4.  
  5. RewriteEngine on
  6. RewriteBase /
  7.  
  8. # Rules for: profiles
  9. RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1 [L,QSA]
  10.  
  11. # Rules for: actions
  12. RewriteRule ^(activate|admin|announce|attachapprove|buddy|calendar|clock|collapse)/?$ ./index.php?pretty;action=$1 [L,QSA]
  13. RewriteRule ^(coppa|credits|deletemsg|display|dlattach|editpoll|editpoll2|emailuser)/?$ ./index.php?pretty;action=$1 [L,QSA]
  14. RewriteRule ^(findmember|groups|help|helpadmin|im|jseditor|jsmodify|jsoption)/?$ ./index.php?pretty;action=$1 [L,QSA]
  15. RewriteRule ^(lock|lockvoting|login|login2|logout|markasread|mergetopics|mlist)/?$ ./index.php?pretty;action=$1 [L,QSA]
  16. RewriteRule ^(moderate|modifycat|modifykarma|movetopic|movetopic2|notify|notifyboard|open
    idreturn)/?$ ./index.php?pretty;action=$1 [L,QSA]
  17. RewriteRule ^(pm|post|post2|printpage|profile|quotefast|quickmod|quickmod2)/?$ ./index.php?pretty;action=$1 [L,QSA]
  18. RewriteRule ^(recent|register|register2|reminder|removepoll|removetopic2|reporttm|request
    members)/?$ ./index.php?pretty;action=$1 [L,QSA]
  19. RewriteRule ^(restoretopic|search|search2|sendtopic|smstats|suggest|spellcheck|splittopic
    s)/?$ ./index.php?pretty;action=$1 [L,QSA]
  20. RewriteRule ^(stats|sticky|tags|theme|trackip|about:mozilla|about:unknown|unread)/?$ ./index.php?pretty;action=$1 [L,QSA]
  21. RewriteRule ^(unreadreplies|verificationcode|viewprofile|vote|viewquery|viewsmfile|who|\.
    xml)/?$ ./index.php?pretty;action=$1 [L,QSA]
  22. RewriteRule ^(xmlhttp)/?$ ./index.php?pretty;action=$1 [L,QSA]
  23.  
  24. # Rules for: boards
  25. RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1.0 [L,QSA]
  26. RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([0-9]*)/?$ ./index.php?pretty;board=$1.$2 [L,QSA]
  27.  
  28. #Rules for: topics
  29. RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
  30. RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]
  31.  
  32. # PRETTYURLS MOD ENDS
  33.  


gdzie jest błąd żeby google nie dawało ostrzeżeń, a może przyczyna jest inna.

ie pokazuje error


Sprawa rozwiązana, dla potomnych, problem był w pliku robots.txt oneeyedsmiley02.png