Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have a website which is based completely on IFrames in fact every link opens in an IFrame. The website could be viewed using the this link http://www.qnaol.net/En/Pages/Default.aspx .The issue is how we can improve the SEO for this website as IFrames are not advisable for SEO. We need to improve the SEO without any major changes in the website. The website is being built using Sharepoint. One workaround that we are thinking is to place a div in the master page and make it invisible (display:none) and load the contents of the iframe in this div as well. Is it a viable solution or can any one give us a better solution?

share|improve this question
if your'e using iframes to prevent the page from redirecting i suggest you use ajax instead – Yusaf Khaliq Jan 20 at 11:30
As mentioned we are not in a position to do any major change in a website what about loading the content of iframe in a hidden div????? – user1001084 Jan 20 at 11:33
as long as the iframes are on the same domain that is a possibility but i would go with ajax preferably using jquery – Yusaf Khaliq Jan 20 at 11:35
yes they are on the same domaun – user1001084 Jan 20 at 11:56
then inserting the iframe content into a div will work and will make it easier for you to mainpulate the content however it will not improve the site SEO – Yusaf Khaliq Jan 20 at 12:00

closed as off topic by Jai, Frank, Adam Sznajder, Lars Kotthoff, Rudi Visser Jan 20 at 12:48

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Whatever method you use that you have mentioned will not aid SEO for your website,

loading the content of an iframe and into a div cannot be replicated by a search engine so that data will be oblivious to the search engine.

if you do want to improve you SEO however i would recommend you make the most out of meta elements !!!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.