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...

If you’re someone who is marketing online, regardless of ‘what’ you’re marketing, keyword research is important.

If you’re someone who is marketing online, regardless of ‘what’ you’re marketing, keyword research is important. Here are 5 reasons why you should do keyword research. But once you’ve done it, what should you do with your findings?

Keyword Strategies

Some internet marketers have a methodical way of optimizing their websites, blogs, and off-page articles. They plan their keywords and insert them in key places and at a specific density. They might go for the long tail and look for several laterally-related (LSI) keywords to pepper throughout their text as well.  But, at times some of these marketers find that they run into problems with conversion rates because they place a higher level of importance on density and keyword placement than solid copy that converts readers into customers. It can be a slippery slope!

Some internet marketers don’t go for a specific density but do their best to ensure that their article looks good to search engines as well as to potential customers. My own strategy, unless I’m following a specific project brief, is to first write a high-quality piece of content and look at it first with the eyes of a potential buyer and then look again but keeping in mind what search engines might be looking for such as:

-Keywords in the title (either a primary keyword or at least one related)
-Relevant words and phrases in the beginning of the article
-Subheadings with related keywords (these help the search engines see relevancy and make the content scannable to online readers (who have a very short attention span)
-A keyword or related word in each paragraph
-A keywords toward the end of the article
-Sometimes, I’ll also include a self-serving link, anchored by a keyword as well.

Keyword Strategies - Research, Quality and Quantity

Whether you have a firm belief that you need to follow a specific strategy for your SEO or not, research can definitely help you decide which words could get you the type of traffic that is likely to convert.  There are tools that can help you such as free keyword research tools you’ll find online as well as paid tools you can purchase as well. If you want to learn more about tools to help you research your keywords, Matthew has reviewed free keyword tools as well as premium tools such as Market Samurai on TheWebReviewer.

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

First Name:
Email:

4 Responses to “Keyword Matters: Density, The Long Tail, and LSI”

  1. Get the right keyword for your posts could actually help make your website top the search engine result pages. These days, many different kinds of Keyword Research Tools can help people choose the right keyword that point to their online business.

  2. There has been a lot of talk recently about how good SEO can improve your sites ranking, but I think that having a well coded layout is just as important. Your site should still make sense to people that have CSS and/or images disabled, and to achieve this the structure of your HTMl should be such that a plain html page can still be read and understood. This also makes it accessible to screen readers for partially sighted or blind people.

  3. Nice Post. It’s obvious that you’ve put some work onto the writing.
    I’d love to learn more about the topic of using key words in the right way to increase traffic. Looking forwards for your new posts.

  4. General keywords are really hard to rank for lately, I’ve found using longtail keywords are easier to rank for.

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>