Pergunta

I'm working on a site where the client has 2 domains since he wants to separate his clinic and his teaching materiel but both sites are linked to another. The client also wants to manage the site himself, so I opted for a WordPress backend.

His domains will look like so: www.myclinicinfo.com www.myteachinginfo.com

Using the one backend, we though we would park a domain on the other and have links from myclinicinfo.com to myteachinginfo.com.

From research, I've come across the supposition that my pages should be indexed, but nofollow which would prevent search engines to flag my content, which honestly seems logical to me.

Would this be good or bad? Is there another solution to this kind of issue?

Thank you all !

Foi útil?

Solução

If one domain is parked on top of the other one (so typing either URL takes you to the same place) search engines will consider this duplicate content. Pick a primary domain and implement a 301 redirect from the secondary domain to primary in htaccess or similar, or split the two sites so that they interlink seamlessly but there is no duplication of content (e.g. not parking).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top