Unauthorised domain name masking

503 Views Asked by At

Today I noticed several domains are using masking to associate their domain name with my content. E.g. “draughtmark.co.uk” and “recycleofficewaste.co.uk” (plus several others). Can I prevent this and bots from indexing my content under those domains (otherwise my site will get penalised)?

I have since put in some Javascript and a PHP function to detect and redirect to my site. This seems to prevent people from unknowingly browsing my content on another domain, but I don't know if this will help in regards to the bots as it either requires the Referrer to be set or the Javascript file to be loaded.

2

There are 2 best solutions below

3
On

Use canonical URLs in your HTML to that no matter what domain it is served under your pages are given proper credit as being the original. Although originally designed to deal with duplicate content on a website, it was changed to work across domains for republished works.

3
On

It seems the owner of the domain draughtmark.co.uk has configured its DNS record to resolve to the IP 82.147.22.194.

This is the same IP as passionateabout.me so it's your server IP, correct?

In that case, your problem is a misconfigured server. Your web server apparently serves your web site no matter what domain name the user is requesting.

That's too liberal a setting, and can be fixed by defining a specific VirtualHost containing only the domains you wish your web site to be served under.