Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Someone is redirecting their url to mine
-
Hello,
I have just discovered that a company in Poland www.realpilot.pl is directing their domain to ours www.transair.co.uk. We have not authorised this, neither do we want this. I have contacted the company and the webmaster to get it removed. If you search for the domain name www.realpilot.pl we (www.transair.co.uk) come up top. My biggest worry is that we will get penalised by Google for this re-direct as it appears to be done using some kind of frame. Does anyone know anything about this kind of thing?
Many Thanks
Rob Martin
-
Thanks for catching that Ryan! Having a bad copy/paste day
-
I believe the link you wish to share is: http://usablelayout.com/articles/automatically-break-out-iframe.
-
Hi Rob,
If you can edit your template, you could add the piece of javascript below to the head of each page on your site.
As long as the visitor has javascript turned on in their browser, this will detect that the page is rendered on the wrong URL and send it back to the correct page, outside the Iframe.
You can find more about this on this page (thanks to Ryan for catching the broken link)
There is a nice bonus in that you will then see traffic from referring sites in your server logs. You can very easily follow up with webmasters who have been duped into providing the links - show them how the other site has fraudulently acquired a link from them and suggest that they correct the link to point to your site.
I love it when I find a way to eliminate those guys with the other hats AND get the benefit of all their hard work!
Have a great day,
Sha
-
I believe Sha's answer drills down to the root issue and addresses the original question best.
-
Hi Rob,
First of all ...this is not a domain redirect.
What they are actually doing is pulling the content of your site into their own using an iframe.
They are not able to do anything through your site by doing this as the content is rendered by the browser and not their server. So, the question is why they would do it.
Best guess: This could be someone who is planning to set up some kind of low quality site (possibly full of ads), but wants to build up backlinks for the domain. They can go to blogs, forums etc and leave comments & posts with their URL. The webmaster checks the URL and sees your site, so approves the comment or post...after a few months of doing this, BAM! they remove the iframe and let loose their real content.
hmmm...
Sha
-
Himansu is right just block from via .htaccess file
This brings us a bigger issue not often discussed. Since anyone can link or redirect to your site, this creates a dilemma for search engines.
For example lets say I buy a porn site and decide to create links from that porn site to Portlandhaircuts.com, with malicious intention for that site.
-
You wont be penalised for such type of redirect. You can block all the traffic coming from their domain or IP via .htaccess file.
-
Thanks for your response, that clears things up. It's just not something I've come across before. We are always dealing with content being stripped and websites using our GA but this was new to me. Strangely as it turns out they thought they were doing us a favour as they have closed their business now.
-
It could do, yes but highly unlikely. Do you have any idea what they might be achieving from this?
You say that you've contacted the company to get it removed so hopefully they should comply with this quickly. It would take Google a very long time to pick up on this anyhow. If the worst was to happen and you got penalised, you could just explain in Webmaster Tools and it would be fine plus you could sue them for a hefty sum as well. The chances of you getting penalised for this are next to nil anyway.
Can I suggest that you give them a call?
+48 914325555
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How do you fix redirect chains and temporary redirects?
Hi, I have a lot of issues popping up with temporary redirects and redirect chains. I'm still confused as to what exactly redirect chains are and I don't know how to find where the "chains" are or how to fix them. I'm having two issues mainly:1. Temporary RedirectsI have around 100 pages on our www.twowayradiosfor.com website that are being flagged as temporary redirects. All of them have one thing in common: they are review pages (basically, when a customer clicks on the Review button to review a certain product, they are redirected to a review page for that product).URL Example: https://www.twowayradiosfor.com/reviewhelpful.asp?ProductCode=CLS1410-COMBO&ID=44&yes=noI went into our website and set any URL containing the following as noindex:/review.aspWill that fix the issue? If yes, will I also need to do that for any URL containing /reviewhelpful.asp?2. Redirect ChainsIt seems like basically every product page on my website has this issue (over 100 pages). Here's an example of one:https://www.twowayradiosfor.com/Motorola-CLS1110-p/cls1110.htmI don't see any broken links on this page or links that redirect to another page that redirects, etc. What is causing this? Is it something on my header bar that is redirecting (since that header bar appears on every page, maybe that is why this issue shows up on a lot of pages)?I am new to Moz and still trying to figure this stuff out. I really appreciate any help. Thanks, Sawyer
Technical SEO | | AllChargedUp0 -
301 redirect from dynamic url to static page
Hi, i want to redirect from this old link http://www.g-store.gr/product_info.php?products_id=1735/ to this one https://www.g-store.gr/golf-toualetas.html I have done several attempts but with no result. I anyone can help i will appreciate. My website runs in an Apache server with cpanel. Thank you
Technical SEO | | alstam0 -
Folders in url structure?
Hello, Revamping an out-of-date website and am wondering if I need to include the folders (categories) in the url structure? The proposed structure has 8 main folders. I've been reading that Google is ok if the folder is not included in the url, but is it really? The hesitation I have is that the urls are getting long and the main folder only has only a sub folder beneath it. So, /folder-name/facility-name/treatment-overview. This looks too long, doesn't it? Thanks!
Technical SEO | | lfrazer1230 -
I have multiple URLs that redirect to the same website. Is this an issue?
I have multiple URLs that all lead to the same website. Years ago they were purchased and were sitting dormant. Currently they are 301 redirects and each of the URLs feed to different areas of my website. Should I be worried about losing authority? And if so, is there a better way to do this?
Technical SEO | | undrdog990 -
301 redirect adding trailing slash to url
I am looking into a .htacess file for a site I look after and have noticed that the urls are all 301 redirecting from a none slash directory to a trailing slashed directory/folders. e.g. www.domain.com/folder gets 301 redirected to www.domain.com/folder/ Will this do much harm and reduce the effect on the page and any links pointing to the site be lessened? Secondly I am not sure what part of my htaccess is causing the redirect. RewriteCond %{HTTP_HOST} !^www.domain.co.uk [NC] RewriteCond %{HTTP_HOST} !^$
Technical SEO | | TimHolmes
RewriteRule ^(.*) http://www.domain.co.uk/$1 [L,R,NE] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ /$1 [R=301,L] or could a wordpress ifmodule be causing the problem? Any info would be apreciated.0 -
How do I deindex url parameters
Google indexed a bunch of our URL parameters. I'm worried about duplicate content. I used the URL parameter tool in webmaster to set it so future parameters don't get indexed. What can I do to remove the ones that have already been indexed? For example, Site.com/products and site.com/products?campaign=email have both been indexed as separate pages even though they are the same page. If I use a no index I'm worried about de indexing the product page. What can I do to just deindexed the URL parameter version? Thank you!
Technical SEO | | BT20090 -
My old URL's are still indexing when I have redirected all of them, why is this happening?
I have built a new website and have redirected all my old URL's to their new ones but for some reason Google is still indexing the old URL's. Also, the page authority for all of my pages has dropped to 1 (apart from the homepage) but before they were between 12 to 15. Can anyone help me with this?
Technical SEO | | One2OneDigital0 -
What tools produce a complete list of all URLs for 301 redirects?
I am project managing the rebuild of a major corporate website and need to set up 301 redirects from the old pages to the new ones. The problem is that the old site sits on multiple CMS platforms so there is no way I can get a list of pages from the old CMS. Is there a good tool out there that will crawl through all the sites and produce a nice spreadsheet with all the URLs on it? Somebody mentioned Xenu but I have never used it. Any recommendations? Thanks -Adrian
Technical SEO | | Adrian_Kingwell0