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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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.
|
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 !!! |
|||
|
|
