Forum Moderators: Robert Charlton & goodroi
We have asked this site to either link to us without a redirect, or simply take that link offline without response. We have also tried to contact their host company, and submit a redirect removal to google without success. Can anyone recommend action steps for something like this?
The site links to us from their site off their root domain as such:
[their-site.com...]
and the redirect code for our_site_index.html file extension is:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.our-site-index.com/">
</head>
<body> </body>
</html>
Producing an immediate redirect to our index page, and the appearance that this is our site index page in the google index.
Any suggestions? Thanks in advance!