Interview Questions

Do search engines dislike frames?

HTML Interview Questions and Answers


(Continued from previous question...)

84. Do search engines dislike frames?

Search engines can link directly to framed content documents, but they cannot link to the combinations of frames for which those content documents were designed. This is the result of a fundamental flaw in the design of frames.
Search engines try to provide their users with links to useful documents. Many framed content documents are difficult to use when accessed directly (outside their intended frameset), so there is little benefit if search engines offer links to them. Therefore, many search engines ignore frames completely and go about indexing more useful (non-framed) documents.
Search engines will index your <NOFRAMES> content, and any content that is accessible via your content. Such content should be useful when accessed directly from a search-engine link. </p> <script type="text/javascript">writeAds_bannerBottom("")</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><p><i>(<a href="How_do_I_open_a_link_into_a_new_window_.html">Continued on next question...</a>)</i></p> <p class="section_title"> Other Interview Questions </p> <ul><li><a href="What_is_HTML_.html">What is HTML?</a></li> <li><a href="What_is_a_tag_.html">What is a tag?</a></li> <li><a href="What_is_the_simplest_HTML_page_.html">What is the simplest HTML page?</a></li> <li><a href="How_do_I_create_frames_What_is_a_frameset_.html">How do I create frames? What is a frameset?</a></li> <li><a href="How_can_I_include_comments_in_HTML_.html">How can I include comments in HTML?</a></li> <li><a href="What_is_a_Hypertext_link_.html">What is a Hypertext link?</a></li> <li><a href="How_comfortable_are_you_with_writing_HTML_entire.html">How comfortable are you with writing HTML entirely by hand?</a></li> <li><a href="What_is_everyone_using_to_write_HTML_.html">What is everyone using to write HTML?</a></li> <li><a href="What_is_a_DOCTYPE_Which_one_do_I_use_.html">What is a DOCTYPE? Which one do I use?</a></li> <li><a href="Can_I_nest_tables_within_tables_.html">Can I nest tables within tables?</a></li> <li><a href="How_do_I_align_a_table_to_the_right_or_left_.html">How do I align a table to the right (or left)?</a></li> <li><a href="How_can_I_use_tables_to_structure_forms_.html">How can I use tables to structure forms?</a></li> <li><a href="How_do_I_center_a_table_.html">How do I center a table?</a></li> <li><a href="How_do_I_use_forms_.html">How do I use forms?</a></li> <li><a href="How_can_I_check_for_errors_.html">How can I check for errors?</a></li> <li><a href="Do_I_have_to_memorize_a_bunch_of_tags_.html">Do I have to memorize a bunch of tags?</a></li> <li><a href="How_do_I_make_a_form_so_it_can_be_submitted_by_h.html">How do I make a form so it can be submitted by hitting ENTER?</a></li> <li><a href="How_do_I_set_the_focus_to_the_first_form_field_.html">How do I set the focus to the first form field?</a></li> <li><a href="How_can_I_eliminate_the_extra_space_after_a_lt_.html">How can I eliminate the extra space after a &lt;/form> tag?</a></li> <li><a href="How_can_I_use_tables_to_structure_forms__20.html">How can I use tables to structure forms?</a></li> <li><a href="Can_I_have_two_or_more_actions_in_the_same_form_.html">Can I have two or more actions in the same form?</a></li> <li><a href="How_can_I_use_forms_for_pull_down_navigation_men.html">How can I use forms for pull-down navigation menus?</a></li> <li><a href="How_can_I_avoid_using_the_whole_URL_.html">How can I avoid using the whole URL?</a></li> <li><a href="Can_I_use_percentage_values_for_lt_TD_WIDTH_.html">Can I use percentage values for &lt;TD WIDTH=...>?</a></li> <li><a href="Why_doesn_t_lt_TABLE_WIDTH_100_use_the_full.html">Why doesn't &lt;TABLE WIDTH="100%"> use the full browser width?</a></li> <li><a href="Why_is_there_extra_space_before_or_after_my_tabl.html">Why is there extra space before or after my table?</a></li> <li><a href="How_do_I_create_a_link_that_sends_me_email_.html">How do I create a link that sends me email?</a></li> <li><a href="How_can_I_have_two_sets_of_links_with_different_.html">How can I have two sets of links with different colors?</a></li> <li><a href="How_can_I_show_HTML_examples_without_them_being_.html">How can I show HTML examples without them being interpreted as part of my document?</a></li> <li><a href="How_do_I_get_special_characters_in_my_HTML_.html">How do I get special characters in my HTML?</a></li> <li><a href="Should_I_put_quotes_around_attribute_values_.html">Should I put quotes around attribute values?</a></li> <li><a href="Posting_Copy_and_Paste_HTML.html">Posting Copy and Paste HTML</a></li> <li><a href="HTML_for_Lists.html">HTML for Lists</a></li> <li><a href="Are_there_any_problems_with_using_tables_for_lay.html">Are there any problems with using tables for layout?</a></li> <li><a href="How_do_I_eliminate_the_blue_border_around_linked.html">How do I eliminate the blue border around linked images?</a></li> <li><a href="How_do_I_eliminate_the_space_around_between_my_i.html">How do I eliminate the space around/between my images?</a></li> <li><a href="How_can_I_specify_colors_.html">How can I specify colors?</a></li> <li><a href="How_do_I_get_form_data_emailed_to_me_.html">How do I get form data emailed to me?</a></li> <li><a href="Can_I_prevent_a_form_from_being_submitted_again_.html">Can I prevent a form from being submitted again?</a></li> <li><a href="How_can_I_allow_file_uploads_to_my_web_site_.html">How can I allow file uploads to my web site?</a></li> <li><a href="How_can_I_require_that_fields_be_filled_in_or_f.html">How can I require that fields be filled in, or filled in correctly?</a></li> <li><a href="How_do_I_change_the_title_of_a_framed_document_.html">How do I change the title of a framed document?</a></li> <li><a href="How_do_I_link_an_image_to_something_.html">How do I link an image to something?</a></li> <li><a href="Should_I_end_my_URLs_with_a_slash_.html">Should I end my URLs with a slash?</a></li> <li><a href="How_do_I_specify_a_specific_combination_of_frame.html">How do I specify a specific combination of frames instead of the default document?</a></li> <li><a href="How_do_I_link_to_a_location_in_the_middle_of_an_.html">How do I link to a location in the middle of an HTML document?</a></li> <li><a href="How_do_I_create_a_link_.html">How do I create a link?</a></li> <li><a href="How_do_I_create_a_link_that_opens_a_new_window_.html">How do I create a link that opens a new window?</a></li> <li><a href="How_do_I_let_people_download_a_file_from_my_page.html">How do I let people download a file from my page?</a></li> <li><a href="How_do_I_create_a_button_which_acts_like_a_link_.html">How do I create a button which acts like a link?</a></li> <li><a href="How_can_I_make_a_form_with_custom_buttons_.html">How can I make a form with custom buttons?</a></li> <li><a href="How_do_I_specify_page_breaks_in_HTML_.html">How do I specify page breaks in HTML?</a></li> <li><a href="Which_should_I_use_entityname_or_amp_number.html">Which should I use, &entityname; or &amp;#number; ?</a></li> <li><a href="Is_there_a_way_to_prevent_getting_framed_.html">Is there a way to prevent getting framed?</a></li> <li><a href="How_do_I_remove_the_border_around_frames_.html">How do I remove the border around frames?</a></li> <li><a href="Why_aren_t_my_frames_the_exact_size_I_specified_.html">Why aren't my frames the exact size I specified?</a></li> <li><a href="How_can_I_specify_background_images_.html">How can I specify background images?</a></li> <li><a href="How_can_I_copy_something_from_a_webpage_to_my_we.html">How can I copy something from a webpage to my webpage?</a></li> <li><a href="Is_it_possible_to_make_the_HTML_source_not_viewa.html">Is it possible to make the HTML source not viewable?</a></li> <li><a href="Why_doesn_t_my_title_show_up_when_I_click_check.html">Why doesn't my title show up when I click "check it out"?</a></li> <li><a href="How_do_I_make_a_thumbnail_for_my_image_s_.html">How do I make a thumbnail for my image(s)?</a></li> <li><a href="What_is_the_difference_between_the_HTML_form_met.html">What is the difference between the HTML form methods GET and POST?</a></li> <li><a href="How_do_I_rename_all_the_files_from_htm_to_html.html">How do I rename all the files from .htm to .html after copying them from a PC to a UNIX machine?</a></li> <li><a href="How_do_I_put_sounds_for_older_versions_of_Intern.html">How do I put sounds for older versions of Internet Explorer?</a></li> <li><a href="Can_I_use_any_HTML_in_the_box_.html">Can I use any HTML in the box?</a></li> <li><a href="How_to_transferring_user_to_new_web_page_automat.html">How to transferring user to new web page automatically?</a></li> <li><a href="I_m_trying_to_include_a_HTML_document_in_anoth.html">I'm trying to `include' a HTML document in another document...Is there a way to do this?</a></li> <li><a href="How_do_I_keep_people_from_stealing_my_source_cod.html">How do I keep people from stealing my source code and/or images?</a></li> <li><a href="The_colors_on_my_page_look_different_when_viewed.html">The colors on my page look different when viewed on a Mac and a PC.</a></li> <li><a href="How_do_you_create_tabs_or_indents_in_Web_pages_.html">How do you create tabs or indents in Web pages?</a></li> <li><a href="My_page_looks_good_on_one_browser_but_not_on_an.html">My page looks good on one browser, but not on another.</a></li> <li><a href="How_do_I_make_sure_my_framed_documents_are_displ.html">How do I make sure my framed documents are displayed inside their frameset?</a></li> <li><a href="How_do_I_update_two_frames_at_once_.html">How do I update two frames at once?</a></li> <li><a href="Can_I_have_two_or_more_Submit_buttons_in_the_sam.html">Can I have two or more Submit buttons in the same form?</a></li> <li><a href="How_do_I_make_a_link_or_form_in_one_frame_update.html">How do I make a link or form in one frame update another frame?</a></li> <li><a href="When_I_try_to_upload_my_site_all_my_images_are_.html">When I try to upload my site, all my images are X's. How do I get them to load correctly?</a></li> <li><a href="Is_there_a_site_that_shows_which_tags_work_on_wh.html">Is there a site that shows which tags work on which browsers?</a></li> <li><a href="Why_does_the_browser_show_my_plain_HTML_source_.html">Why does the browser show my plain HTML source?</a></li> <li><a href="How_can_I_display_an_image_on_my_page_.html">How can I display an image on my page?</a></li> <li><a href="Why_do_my_links_open_new_windows_rather_than_upd.html">Why do my links open new windows rather than update an existing frame?</a></li> <li><a href="How_do_I_get_out_of_a_frameset_.html">How do I get out of a frameset?</a></li> <li><a href="How_do_I_make_a_frame_with_a_vertical_scrollbar_.html">How do I make a frame with a vertical scrollbar but without a horizontal scrollbar?</a></li> <li><a href="Are_there_any_problems_with_using_frames_.html">Are there any problems with using frames?</a></li> <li><a href="Do_search_engines_dislike_frames_.html">Do search engines dislike frames?</a></li> <li><a href="How_do_I_open_a_link_into_a_new_window_.html">How do I open a link into a new window?</a></li> </ul> </td></tr></table> <!-- end of body --> </td></tr> <tr><td class="page_line" colspan="3"><img height="1" width="100%" src="dot.gif"/></td></tr> <tr><td align="left"><font size="-1"><b> </b></font></td> <td align="center"><font size="-1"></font></td> <td align="right"><font size="-1"> <script language="JavaScript">writeMenu("DEV");</script> </font></td></tr> </table> <script language="JavaScript">writeBottom("DEV");</script> </td></tr> </table> </td> <td width="1" rowSpan="1"><img height="100%" width="1" src="dot.gif"/></td></tr> <tr><td colSpan="3" height="1"><img height="1" width="100%" src="dot.gif"/></td></tr> </table> </td> <td class="frame_right"> <script language="JavaScript">writeRight("DEV");</script> </td></tr> <tr><td class="frame_bottom" colspan="3"> </td></tr> </table> </body></html>