Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
And -- Iframes is not frames.
But be warned. when using iframes for content it is will have a negative impact on seo. run your page with the iframe. then view page source on this page. Notice that the content from the page loaded in the iframe is not present. spiders will not see this info..(Especially putting navigation in an iframe is very inefficient.) It will see the content between the iframe open and close tags. but if you are loading different pages into the same iframe, the search engines are not going to see all of this content.
An iss include would work better if there truly is a need, or a good reason like navigation. If you are just loading html content into your page, why not just have seperate html pages. To have includes just because you can, isn't the best reason to do so. search engines do like hard coded html pages the best.. the simplier we keep it. the better it usually is all the way around.
|