Just Ask Matt - Answers

Changing the Font & Style of Your H1 Tags

QUESTION: (Rhonda) I am having problems changing the font size of my H1text. Is this very important? If so, how do I go about changing it?

Changing the text and/or style of an H1 tag is simple in CSS.  It does not affect anything other than how the visitor sees it though (i.e., if you use a large font, it means nothing more than a smaller font, in SEO terms or how Google sees it).

You can change the H1 tag locally or in the CSS definition file.

If you want to change all of the H1 tag settings in your entire website, you would do this in the CSS file:

h1 {
font-size: 24px;
}

You would use the h1 tag as you normally would:
<h1>This is my H1 tag</h1>

You can define a class in the CSS file which allows you to define your new style whenever you wish anywhere on the site:

.h1style {
font-size: 24px;
}

You would add this class to your h1 tag, when you wish it:

<h1 class=”h1style”>This is my H1 Tag</h1>

* Remember to add the “.” when defining it in the CSS to classify it as a class.

Finally, you can do it locally using a style attribute (without the CSS file):

<h1 style=”font-size:24px;”>This is my H1 Tag</h1>

All of the above do the exact same thing.  Their use is based on how often you use the style and how you want it defined (whether globally or locally).

Also, remember you can add other styles to the same definition (like color):

<h1 style=”font-size:24px; color:red;”>This is my H1 Tag that is Red and 24px high</h1>

I find that being able to change the styles of my text for header and other standard tags to be quite invaluable!  Knowing a little bit of CSS can go a long way.  Give this a try!

The easiest thing to try first is the local definition using the style attribute. If this is working for you, consider creating or editing your own CSS file!

Good luck!  cheers…matt


Read Full Post >>
More Questions & Answers...
GOT A QUESTION?

Who is Behind Marketing Mind?

Matthew Bredel begin_of_the_skype_highlighting     end_of_the_skype_highlightingMy name is Matthew Bredel and as of March, 2007, I am a full-time, work-at-home internet marketer. For close to 10 years, I worked for a defense company which was an OK job, but I was so uninspired in life and frankly, I needed some more money. That is when I first discovered internet marketing! Now I admit that I didn't start making thousands in my first couple of months (in fact, I lost my shirt!), but I finally saw the "internet light"...

Read More about Matthew Bredel
GURU STUFF END -->

Share This Post...

What is GoogleBombing and why is it freaking out internet marketers.
In the past, I have written about the importance of off-page Search Engine Optimization and the role of anchor text.  In review, anchor text is the highlighted text that can be clicked to direct you to a new webpage.  For example,  I can link to my main [...]

What is GoogleBombing and why is it freaking out internet marketers.

In the past, I have written about the importance of off-page Search Engine Optimization and the role of anchor text.  In review, anchor text is the highlighted text that can be clicked to direct you to a new webpage.  For example,  I can link to my main website in two ways:

TheWebReviewer.com - Learn how to make money online.

Work From Home - Learn how to make money online.

In the above example, I send the visitor to the same location but the anchor text is different.  The first one seems very standard (TheWebReviewer.com), but not very SEO effective.  The second anchor text (Work From Home) is a much better SEO choice, because it optimizes the landing page to that specific text. 

Remember the “Click Here” example?  If you search for “click here”, the number one result is Adobe Reader.  This is due to the strength of the anchor texts that say “click here” that sends you to the free download of Adobe Reader.  But what happens when the use of anchor text gets abused?  Well, this is what recently happened!  Large groups of internet savvy users decided to optimize the keyword “miserable failure” by creating anchor texts (from high PR sites, blogs and forums) and pointing them to George Bush’s biography on the White House website.  Yes, it is kind of funny and it was very effective, too.  In fact, it became the number one result on Google for that phrase.

Of course, this is not the type of result that Google would like to appear in the SERPs (Search Engine Results Page) for such an (irrelevant?) keyword.  So, to combat this Google recently upgraded its algorithm (January 2007).   This new algorithm change is known as the GoogleBomb update (which they also call GB, and is supposed to be a hidden coincidence with the name “George Bush”). 

Every time that Google has an algorithm change (like the GoogleBomb update), you find the internet marketing world go up into turmoil.  For some, their websites seem to disappear from the SERPs.  For others it has no impact and maybe it even helps them.  Does this mean that anchor text no longer provides any SEO assistance?  Well, if you type “Click Here” in Google, Acrobat Reader still comes up number one.  So the general answer is no!  Google is smarter than that.  But how does it distinguish the difference between honest anchor text and a Google Bomb?  Who knows!  Maybe it is relevancy.  Maybe it ignores negative sounding anchor text. 

It is still my belief, though, that if you play the games of the internet in an honest (and “white hat”) manner, you should never be punished in the long term for a Google update.  And also, remember that Google is still a little bit ahead of the game:  If you still search “miserable failure” in Yahoo or MSN, you find our president George W. Bush in the number one position.

- Matthew Bredel

Don't Buy Another Money Making Product Until You Watch These FREE Videos!

First Name:
Email:

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>