SEO/Google Issues w/Pro
Apr 12, 2013 7:44 pm by calmwm
Apr 12, 2013 7:44 pm by calmwm
We're getting a lot of errors on Google. It seems each language is being submitted or indexed, though we only use Spanish. Also, links to pages in other languages have English URLs, which is causing more errors. Example:
/eu/component/content/article
/sv/program/corporate-program/74-corporate-program-benefits
Also a lot of these which generate errors:
hy/index.php
None of the index.php links are valid.
I have several hundred of these to clean up so your help is appreciated. Thanks
Website: www.calmwm.com
Re: SEO/Google Issues w/Pro
Apr 12, 2013 7:53 pm by Yana
Apr 12, 2013 7:53 pm by Yana
hi,
Please remove unwanted languages from sitemap. Also you can add a redirect rule to your .htaccess file to redirect unwanted languages toy homepage. Here are the rules:
RewriteEngine On
RewriteRule ^(af|ar|az)/(.*)$ /$2 [R=301,L]
RewriteRule ^(be|bg|ca)/(.*)$ /$2 [R=301,L]
RewriteRule ^(cs|cy|da)/(.*)$ /$2 [R=301,L]
RewriteRule ^(el|et)/(.*)$ /$2 [R=301,L]
RewriteRule ^(eu|fa|fi)/(.*)$ /$2 [R=301,L]
RewriteRule ^(fr|ga|gl)/(.*)$ /$2 [R=301,L]
RewriteRule ^(hi|hr|ht)/(.*)$ /$2 [R=301,L]
RewriteRule ^(hu|hy|id)/(.*)$ /$2 [R=301,L]
RewriteRule ^(is|it|iw)/(.*)$ /$2 [R=301,L]
RewriteRule ^(ja|ka|ko)/(.*)$ /$2 [R=301,L]
RewriteRule ^(lt|lv|mk)/(.*)$ /$2 [R=301,L]
RewriteRule ^(ms|mt|nl)/(.*)$ /$2 [R=301,L]
RewriteRule ^(no|pl|pt)/(.*)$ /$2 [R=301,L]
RewriteRule ^(ro|ru|sk)/(.*)$ /$2 [R=301,L]
RewriteRule ^(sl|sq|sr)/(.*)$ /$2 [R=301,L]
RewriteRule ^(sv|th|tl)/(.*)$ /$2 [R=301,L]
RewriteRule ^(tr|uk|ur)/(.*)$ /$2 [R=301,L]
RewriteRule ^(vi|yi|zh-CN|zh-TW)/(.*)$ /$2 [R=301,L]
Re: SEO/Google Issues w/Pro
Apr 12, 2013 8:17 pm by calmwm
Apr 12, 2013 8:17 pm by calmwm
Thanks Yana. The other languages were not in the sitemap.txt file, only /en and /es. I added the rules to the .htaccess file and it seems to be working. Will this remove the other languages from our Webmaster Tools error log?
Re: SEO/Google Issues w/Pro
Apr 12, 2013 8:27 pm by calmwm
Apr 12, 2013 8:27 pm by calmwm
The French version is still coming up. (www.calmwm.com/fr) When I click on the American flag, it goes to this URL:
http://www.calmwm.com/en/fr
Re: SEO/Google Issues w/Pro
Apr 13, 2013 7:10 am by Yana
Apr 13, 2013 7:10 am by Yana
Hi, Please try to add the following rules before redirection rules to add trailing slash and it will work properly
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://calmwm.com/$1/ [L,R=301]
SIMILAR TOPICS
Google stopped providing website translator widgets | Feb 28, 2019 2:43 pm | Replies: 0 | Post by: Edvard |
GTranslated Post Redirects To Google Homepage | Dec 31, 2018 12:36 pm | Replies: 1 | Post by: theseoulofkorea |
META description issues | Oct 30, 2018 10:37 am | Replies: 1 | Post by: FredForbush |
multiple issues please help! | Sep 2, 2018 2:18 pm | Replies: 1 | Post by: merwingomes |
How do Neural Machine Translation systems compare to Google | Aug 22, 2018 9:16 am | Replies: 1 | Post by: williamjonas |