Jump to content

optimizing divs, tables, forms,etc for search engines


niche

Recommended Posts

I found these on the w3schools site to make sites seachable:http://www.w3schools.com/tags/tag_meta.asphttp://www.w3schools.com/site/site_search.aspBut, what can I do to my divs, tables, forms, and etc so search engines will find them?Thanks

Link to comment
Share on other sites

The search engines will find the content of your site. Try to keep your mark-up simple and organized. Make good use of <h1-6> and <p> tags so that they can see document structures and also use hyperlinks to links your pages together.

Link to comment
Share on other sites

the main meta tags should be in order of:<title></title><meta name="description" content="" /><meta name="keywords" content="" /><meta name="robots" content="index, follow" />description should be unique and not duplicated else where, and restricted to 96 (about that) words only. inserting the keywords into the title, description, and content, o not use 'click here' as a link to page, it should have a keyword and text relating to that specific page.css, javascript should be linked to externally, the main content container should be as high up as possible (closer to body tag the better).

Link to comment
Share on other sites

Thanks to Ingolme and dsonesuk. I appreciate your help very much.Niche

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...