I use an iframe in my site ,
How i can let the search engines robots read and index the content , and the results point to the page including the iframe ?
thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I can tell from a few Google searches, searching for text contained in an iframe brings back the iframe page only, and not the wrapper page. So the content of the iframe is not indexed with the wrapper page.
You ought to try and find a workaround for the iframes if possible. If you just need “scrollable” content you can use a div with the CSS
overflow:scroll. Or just read the external content from the server side and include it inline with the page.