Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This kind of thing happens. Its easier than you think to create a bad link. One hard coded domain name in the wrong place and you have a link to somewhere you didn't mean to link. Once Googlebot finds a site served on a wrong domain, it will crawl the whole thing. Even if you are correct, that you would <strong>never</strong> create such a link, maybe there is an external link created by a user in which they got the domain name confused.</p> <p>The technique that you need to apply is called <strong>URL canonicalization</strong>. You have two options:</p> <ul> <li>Put the rel canonical meta tag on each of your pages. <code>search/de-de/gebaude/fenster/77/1/</code> would have a canonical URL in the tag which has the correct domain: <code>http://www.example.de/search/de-de/gebaude/fenster/77/1/</code> You'd have to make sure that the domain in the canonical tag is the <code>.de</code> domain whether that page were accessed on the <code>.co.uk</code> domain or on the <code>.de</code> domain.</li> <li>Use 301 redirects to correct any URLs that are wrong. Have your server detect that a domain name is wrong. 301 redirect <code>www.example.co.uk/search/de-de/gebaude/fenster/77/1/</code> to <code>www.example.de/search/de-de/gebaude/fenster/77/1/</code></li> </ul> <p>Another random piece of SEO advice: I would remove the word "search" from your URLs. Google doesn't like to index site search results in its search results. I've seen cases where it assumes that the word "search" in the URL indicates that the page shouldn't be indexed for this reason.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload