03
SEO Question: I'm going to be working on a site that was written in frames. I heard that there is some tag you can put in the code so that search engines can spider a frames site. Do you know about this? And if so, can you tell me how to do it? SEO Answers: The first step with frames is to convert the site to a non frames site.
Why?
Because if your site is framed it becomes much harder for people to deep link to your content since they dont know the actual url of the interior pages unless they view the source code.
There is the noframes element, but it's just as easy to use PHP or server side includes for the navigation, etc. and avoid using frames all together.
If you want to use noframes HTML Help has a good page on the noframes element, but I would recommend avoiding using frames alltogether.
Subscribe to our blog via email or RSS to get more great posts like this one.




comments
Login or Register to post comments.
Agreed, but there are other reasons, accessibility reasons, usability reasons etc, to keep from using frames.
Login or Register to post comments.