Mobile app version of vmapp.org
Login or Join
Pope3001725

: This site is probably scraping your site and some code on your site is redirecting back to you which is unintentional on their part. What you need to do is find the IP address of the other

@Pope3001725

This site is probably scraping your site and some code on your site is redirecting back to you which is unintentional on their part. What you need to do is find the IP address of the other site and block it using htaccess. That will prevent them from being able to access your content. Once you do their site should literally disappear immediately and their search rankings should fall away soon.

Here's what the htaccess would look like assuming an IP Address of 123.123.123.123:

order allow,deny
deny from 123.123.123.123
allow from all


I would also add canonical URLs to your pages just to make sure Google knows you are the original author of that content.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme