Headings play an important role in organizing information, so be sure to include ONLY ONE H1 tag when assembling your page, and optionally using one or more subheading (H2-H6). Using Cascading Style Sheets (CSS), I was able to make my h1 at the top of this page more appealing. Here's a piece of code you can pop into your heading:
<style type="text/css">
h1 font-size: 18px;
h2 font-size: 16px;
h3 font-size: 14px;
</style>
Since a page full of headings would look just plain silly, my SEO tip would be to fill in the blank space with paragraphs, ordered and unordered lists, images, and other content. Try to get at least 400+ words on each page.
h1 font-size: 18px;
h2 font-size: 16px;
h3 font-size: 14px;
</style>
0 comments:
Post a Comment