Mobile app version of vmapp.org
Login or Join
Eichhorn148

: If both the main domain name and the subdomain of heroku.com have the exact same content, Google is going to treat them as duplicates. It is probably going to pick one or the other for

@Eichhorn148

If both the main domain name and the subdomain of heroku.com have the exact same content, Google is going to treat them as duplicates. It is probably going to pick one or the other for inclusion into the search index and not index the other.

If both are powered by the same code base, you may have trouble getting robots.txt to work. You would need to show different content in robots.txt for the two different domains.

The easiest solution is to add a link rel canonical tag to the head of every page that says where you would like Google to view the page:

<link rel="canonical" href="http://www.luminoto.com/page.html" />

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme