Forum Moderators: open

Message Too Old, No Replies

Simple page layout question

Best html layout for Google.

         

orangegoaty

7:38 pm on Mar 27, 2003 (gmt 0)



Hi,

Can someone show me the best html page layout for a page going into Google et al. Title, header, body etc.

Thanks

OG

ruserious

7:47 pm on Mar 27, 2003 (gmt 0)

10+ Year Member



<HEAD>
<TITLE>TopicOfThePage</TITLE>
<META name="Google" content="Top 10 of the SERPs">
</HEAD>
<BODY>
<h1>TopicOfThePage</h1>
some introductory content.(about a paragraph) You might <strong>emphasize</strong> some important words.
<h2>Subtopic</h2>
more content (about a paragraph)
... so forth.
</BODY>
</HTML>

Basically: What's good for the User, is good for Google. Avoid unnecessary Code Bloat, use subheadings to divide content into smaller parts making it easy to scan a page. User descriptive Pagetitles. etc.