Mortgage Loans - Mortgage - Christina Milian - Dubai Property - Property Search

PDA

View Full Version : Adding H1 and H2 tags to page?


box3142
May 8th 2007, 11:20 am
I'm hoping somebody can help me with adding meta descriptions and H1 and H2 tags with keywords to my page.
I'm a newby to web design so the more basic the instruction the better. (I'm using GoLive 6 on a Mac.)
If you know of a page I can look at (view source) - that would be helpful as well.
I don't want to add a 100+ keywords, probably more like 10 or so (trying to avoid the spammer mentality). Just want to be as Google friendly as possible.
Thanks for your help.

You can see my page at: www.matthewpstewart.com

8everything
May 8th 2007, 11:36 am
Meta Tag Generator:
http://vancouver-webpages.com/META/mk-metas.html

H1 tags are easy.. just place

<h1> keyword </h1>
<h2> keyword 2 </h2>

and so on.. to change the style of the H1 tags (because they tend to appear in a large and bold font size) use this code: (just change the properties below)



<STYLE TYPE="text/css">

H1 {font-family: Arial; font-size: 12pt; color: white}

</STYLE>

digital1
May 8th 2007, 11:37 am
Here's an article which pretty much covers both your question regarding implementing h1 / h2 tags, how to go about adding your meta tags as well as virtually everything else you might need to know:

http://www.mediacollege.com/internet/search-engines/seo/basics.html

Hope this helps. :)

box3142
May 8th 2007, 1:19 pm
Thanks 8everything and digital1, good info and links.

quirkyericia
May 8th 2007, 1:23 pm
8everything, thanks for that info! :D