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.
Iframe redirect bad for SEO?
-
Hi,
I have a website (http://www.blowingminds.de) wich I put a spreadshirt shop into via iframe.
The thing is I am not sure on how the iframe effects my SEO? Can I just optimise the main domain for search?
Well I want the spreadshirt shop to be found under the domain name (www.blowingminds.de) but the only real way to do it is by implementing an iframe because each spreadshirt shop has its own subdomain eg.: blowingminds.spreadshirt.de but the only real way to do it is via iframe, as they do not offer a complete domain redirect. (Or have I overseen some other way?)
I hope you guys can help me on this one

Thanks in advance.
Malte
-
Thanks for catching it, really. I actually laughed, and while kicking myself said...bright one bigfish.
Best
-
Thanks Robert, much appreciated. Your answer here is certainly detailed and well thought out, should be of help, nice one

-
Simon is correct, I was being over simplistic and imprecise. From GWMT:Â Google supports frames and iframes to the extent that it can. Frames can cause problems for search engines because they don't correspond to the conceptual model of the web.
The content can be indexed but it will typically be from the originating url as opposed to the destination url.
The question was: How does the iframe effect my SEO? Can I just optimize the main domain for search? I want the spreadshirt shop to be found under the domain name (www.blowingminds.de)
As it stands now, from looking at www.blowingminds.de, there is nothing outside the iframe. All of the iframe urls resolve to the subdomain = blowingminds.spreadshirt.de. So, once shopping begins, a product is selected for further consideration, then you are redirected to the subdomain.
If the SEO he is speaking of is that of www.blowingminds.de, and if by I want the spreadshirt shop to be found under means that when someone searches on a search engine for it I want them to find blowingminds.de and not blowingminds.spreadshirt.de then, it is likely he is going to be disappointed.
While I agree that user experience is important, Spreadshirts appears to have developed an affilate model that utilizes an iFrame wherein they keep all the juice. They do not want blowingminds.de to become stronger than spreadshirts.de. They are fine with the subdomain gaining authority (this is my opinion).
So, it would appear what he is asking is (for practical purposes) not doable. He can either use the subdomain provided by spreadshirts: Â .blowingminds.spreadshirts.de or redirect to that from an Iframe which is provided.
Good catch Simon. Helps keep us on our toes to be more precise.
-
i would do a request on the iframe and stream it inot the page, this may get messy with forms posting and stuff
-
Content in an iFrame can be indexed, that's the biggest issue here. iFrames have a URL all of their own, so are a page in their own right. Sometimes they are wrapped in a Frameset, which can tie them together to produce a whole normal page.
If their is any way to avoid using an iFrame, then go for it. If not, then it's not just about SEO anyway, Usability is also very important and it's often a compromise that has to be made.
So do what's best for the User Experience and cater for SEO afterwards, which could be using a 'NoIndex, Follow' tag on each iFrame and an 'Index, Follow' tag on the overall main page URL.
Regards
Simon
-
Malte
First content in an Iframe cannot be indexed. Your site http://www.blowingminds.de has all content inside an IFrame so no value for SEO.
With some of our sites where a product/service provider provides their info via feeds to an iframe, we build the site to have its own content, etc. and place an iframe on the page with the feed coming in. (In the US we see this a lot with real estate sites though it appears to be going away even there). If we want to optimize around something within the Iframe, we have to optimize what is outside the frame in order to do so.Â
As it stands now, unless I have missed something here, your site has no chance at Domain or Page Authority.Hope this helps
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
-
Redirection of 100 domain to Main domain affects SEO?
Hi guys, An email software vendor managed by a different area of my company redirected 100 domains used for unsolicited email campaigns to my main domain. These domains are very likely to get blacklisted at some point. My SEO tool now is showing me all those domains as "linking" to my main site as do-follow links. The vendor states that this will not affect my main domain/website in any way. I'm highly concerned. I would appreciate your professional opinion about this. Thanks!!
Intermediate & Advanced SEO | | anagentile0 -
Does redirecting from a "bad" domain "infect" the new domain?
Hi all, So a complicated question that requires a little background. I bought unseenjapan.com to serve as a legitimate news site about a year ago. Social media and content growth has been good. Unfortunately, one thing I didn't realize when I bought this domain was that it used to be a porn site. I've managed to muck out some of the damage already - primarily, I got major vendors like Macafee and OpenDNS to remove the "porn" categorization, which has unblocked the site at most schools & locations w/ public wifi. The sticky bit, however, is Google. Google has the domain filtered under SafeSearch, which means we're losing - and will continue to lose - a ton of organic traffic. I'm trying to figure out how to deal with this, and appeal the decision. Unfortunately, Google's Reconsideration Request form currently doesn't work unless your site has an existing manual action against it (mine does not). I've also heard such requests, even if I did figure out how to make them, often just get ignored for months on end. Now, I have a back up plan. I've registered unseen-japan.com, and I could just move my domain over to the new domain if I can't get this issue resolved. It would allow me to be on a domain with a clean history while not having to change my brand. But if I do that, and I set up 301 redirects from the former domain, will it simply cause the new domain to be perceived as an "adult" domain by Google? I.e., will the former URL's bad reputation carry over to the new one? I haven't made a decision one way or the other yet, so any insights are appreciated.
Intermediate & Advanced SEO | | gaiaslastlaugh0 -
Default Wordpress 301 Redirects of JS and CSS files. Bad for SEO & How to Fix?
Hi there: We are developers with some digital marketing expertise, but a current issue has us perplexed. An outside SEO firm has asked us to clean up a large number of 301 redirects. Most of these are 'default' Wordpress behavior that relate to calling the latest version of a JS or CSS file. For instance, a JS file is called with this:Â https://websitexyz.com/wp-includes/js/wp-embed.min.js?ver=4.9.1 but ultimately redirects to this:Â https://websitexyz.com/wp-includes/js/wp-embed.min.js. We are being asked to prevent the redirect from happening by, presumably, calling the ultimate file to begin with. The issue is that, as far as we know, there's no easy way to alter WP behavior to call the ultimate file to begin with. Does anyone have any thoughts on this? Thanks.
Intermediate & Advanced SEO | | Daaveey0 -
Does removal of internal redirects(301) help in SEO
I am planning to completely remove 301 redirects manually by replacing such links with actual live pages/links. So there will be no redirects internally in the website. Will this boost our SEO efforts? Auto redirects will be there for incoming links to non-existing pages. Thanks, Satish
Intermediate & Advanced SEO | | vtmoz0 -
Merging Pages and SEO
Hi, We are redesigning our website the following way: Before: Page A with Content A, Page B with Content B, Page C with Content C, etc
Intermediate & Advanced SEO | | viatrading1
e.g. one page for each Customer Returns, Overstocks, Master Case, etc
Now: Page D with content A + B + C etc.
e.g. one long page containing all Product Conditions, one after the other So we are merging multiples pages into one.
What is the best way to do so, so we don't lose traffic? (or we lose the minimum possible) e.g. should we 301 Redirect A/B/C to D...?
Is it likely that we lose significant traffic with this change? Thank you,0 -
Is tabbed content bad for SEO?
I work for a Theater show listings and ticketing website. In our show listings pages (e.g. http://www.theatermania.com/broadway/this-is-our-youth_302998/) we split our content into separate tabs (overview, pricing and show dates, cast, and video). Are we shooting ourselves in the foot by separating the content? Are we better served with keeping it all in a single page? Thanks so much!
Intermediate & Advanced SEO | | TheaterMania0 -
How to detect a bad link and remove ?
As per google penguin, all the low quality back links are going to affect the website SERPS hugely. So, we need to find all the bad back links and then remove them one by one. What I would like to know is, what tool do you use to find all the bad back links ? And how do we know which is a bad back link or bad website, where our link should not be there ? Then what service what do you suggest for back links removal. I contacted LinkDelete.com and they quoted me 97$ for a month to remove all links in less than 3 weeks.Â
Intermediate & Advanced SEO | | monali123
Let me know, what you suggest.0 -
Is linking to search results bad for SEO?
If we have pages on our site that link to search results is that a bad thing? Should we set the links to "nofollow"?
Intermediate & Advanced SEO | | nicole.healthline0