Mobile app version of vmapp.org
Login or Join
Cugini213

: Google Search Console: alternate URLs in XX that do not have return tags on http://example.com/ server response with (response based on Accept-Language header): HTTP/1.1 301 Found Location: /en/

@Cugini213

Posted in: #GoogleSearchConsole #Hreflang #Internationalization

on example.com/ server response with (response based on Accept-Language header):

HTTP/1.1 301 Found
Location: /en/


on example.com/en/ in page <head></head>:

<link rel="alternate" href="http://example.com/" hreflang="x-default" />
<link rel="alternate" href="http://example.com/it/" hreflang="it" />
<link rel="alternate" href="http://example.com/en/" hreflang="en" />
<link rel="alternate" href="http://example.com/es/" hreflang="es" />
<link rel="alternate" href="http://example.com/fr/" hreflang="fr" />
<link rel="alternate" href="http://example.com/ptb/" hreflang="pt" />
<link rel="alternate" href="http://example.com/chs/" hreflang="zh" />
<link rel="alternate" href="http://example.com/de/" hreflang="de" />


Google Search Console (old Web Master Tool) in International Targeting panal tell me:

URLs for your site and alternate URLs in 'x-default' that do not have return tags.
/ --> example.com/en/
URLs for your site and alternate URLs in 'pt' that do not have return tags.
/ --> example.com/ptb/
URLs for your site and alternate URLs in 'it' that do not have return tags.
/ --> example.com/it/

etc. for each language....

what am I doing wrong?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Voss4911412

URLs for your site and alternate URLs in 'x-default' that do not have
return tags. / --> example.com/en/

This means that example.com/en/ doesn't have x-default to example.com/

URLs for your site and alternate URLs in 'pt' that do not have return
tags. / --> example.com/ptb/
example.com/ptb/ doesn't point to example.com/ with x-default


URLs for your site and alternate URLs in 'it' that do not have return
tags. / --> example.com/it/
example.com/it/ doesn't point to example.com/ with x-default

Basically, you need to have absolutely the same hreflang alternate tags all over your website; on every language absolutely the same tags.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme