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

There are many visual aspects to on-page SEO like title, h1 tags, descriptions, and body content, but there are other factors that YOU have control over on your own website that are not so apparent. Some of these SEO tips are vital to good rankings!

Part 6 of 10 of the SEOExciter Series, which you can watch all of them right now at  -> Getting Your Site to Rank on Page One of Google.

Today I want to focus on perhaps the simplest SEO strategies to increase your presence in the organic search listings.

These are some of the “Unseen On-Page SEO Factors”.  Lately, though, we have focused on topics like the structure of the site, the meta tags and the content.  Those are all really important factors, but there are a few cardinal sins and heavenly blessings associated with things YOU might not see, but the search engine spiders, like the Google-Bot WILL see.

The Image Link

YIKES!  I admit it, I used to do this!  It looked cool, too.  You know what I am talking about (I hope!).  If I put a cool image link like:

Looks GREAT, but where is the anchor text???  This is the inherent problem with banner ads (and why some people are willing to pay MORE for a text link rather than banner space).  Sure, there is a time and place for banner ads and images, but one place it should NOT be is in ANY menu bar or internal link on your website.

Javascript and Javascript Links

Much like the image problem above, but worse!  At least with the image, you are still sending some type of backlink to yourself.  Realize that Search Engine bots cannot read Javascript.  Therefore, if your website is using javascript to do linking, you are essentially giving the search engines nowhere to go.  This was more common in early website design, but most website platforms do not use javascript for linking.  Using “Flash” links is still debatable, but I would still avoid it.

Make sure that your “Page Source” (”View” -> “Page Source” in most browsers) shows all of your text links surrounded by the anchor tag:

<a href=”SITE”>Anchor Text</a>

If your links are surrounded by:

<script></script>i

Everything within t is being ignored by the search engines!

Note, though, that javascript CAN be embedded within an anchor tag, which is OK. It looks like this:

<a href=”SITE” onclick=”javascript:someaction();”>Anchor Text</a>

Alternative Text for Images

Speaking of images, we just said that images contain no text by default.  That is partially true.  In fact, there is an image parameter called ALT which you can define text if the image cannot be found.  This text is fairly weak in the whole content scheme of things, but it is text that the search engines can read and will attribute to content.  It would look like this:

<img src=”YOUR IMAGE” alt=”PUT GOOD TEXT HERE“>

Again, I would still avoid using images for links, but for the images that are found elsewhere, you might as well put a few good keywords in the ALT text.  Also remember that Google has an image search engine, which would correlate this image with the text!

Training the Spiders

This really has nothing to do with images, text and backlinks.  This is the simple concept of writing more content and updating your website and blog regularly.  Remember that the search engines have limited resources in what it will “spider” every day.  It cannot spider all websites equally (most websites never change, in fact).  So the spiders are smart enough to know which websites change regularly and when they change.

Powerhouses like YouTube and Digg would be changing always (and the spiders visit big websites like this about just as much!…that is why content put on YouTube or Digg can be found in the search engines results pages so quickly!).  But for us, we don’t change it that often.  BUT, if we get into a routine of making changes once per week, it will start coming once per week.  If we made changes once per day, it will visit once per day.  Get what I am saying?

Continuously grow your website and blog and be consistant about it, too!  (That is one reason blogs are so well loved by Google! )

cheers…matt

*****************************

Don’t Forget to Watch All 10 Parts! (with full downloadable transcriptions) They are now available to watch for free!

Go to: Ranking for Any Keyword on Google

http://www.SEOExciter.com

*****************************

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

First Name:
Email:

5 Responses to “Training Google for Your On-Page SEO”

  1. Thanks for providing the very good tips about doing the on-page optimization.

  2. this is extremely basic, but extremely good advice. I cannot merit this advice as the best I have ever heard because it is entry level advice, but it is so important. It is the first step on a long road.

    This is not meant to discredit the other, this info is correct. I just stated this to led you know how important this step is.

    search optimization

  3. [...] Link to Full Story provided by GetTrafficSecrets.info.  Mail this post [...]

  4. The stuff about writing often and consistently is quite logically and not really mind-blowing, but it is amazing how few really follow this advice, especially those getting started.

    The other stuff about the javascript and images is very important and to some, may seem too technical. That is not an excuse for bad SEO. Even if you cannot write HTML, knowing just enough to recognize these major errors is just as important as the content itself.

    cheers…matt

  5. [...] onpage optimization? On-Page SEO is something I have talked a lot about in the past (for example at Training Google for your On-Page SEO) and at SEOExciter (where I offer  free SEO Tips in 10 quick videos).  But I think the point is [...]

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>