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

For awhile, I have been running a Google Adwords campaign that has brought a lot of impressions but a few clicks per day (1-2). I changed around my bids a little bit to find that my minimum bid has raised to $10 per click. What happened?

Well, it sounds like a classic Google Slap to me. A few things are happening here…

1) If you were getting a lot of impressions before and few clicks, you CTR was probably pretty bad. Because of that, you were probably getting bad placements resulting in the poor CTR (catch-22, right?).

2) Google is completely automated so everything depends on when the bots want to visit your site. When you initially bid, its rules were probably different and when you changed your bid, Google will automatically (again) spider your site for quality. Now the rule is probably stating that the landing page is of low quality.

3) About quality score… The index title on your website has good keywords in it, but it might flag as “too much”. The rest of the page has some text (as well as the website) but not tons. The link titles on the page don’t re-inforce the terms you are trying to bid for (as well as some of the backlinks to your page). Again, try to be a “robot” in your mind, not a person. If there is any reason why it thinks you are doing something not right or not adding any value to the internet (or a correlation to the keywords you bid on), it will slap you. Writing a few articles about some of the tasks (like what you have written in the SERVICES section) and then putting anchor text rich on the footer of the page may help a lot. Also, if you are bidding on a term, you might send them specifically to a page on that topic.

4) About your keyword selection. First, this is a very competitive niche. If you are trying to get rank high for these terms, you may need to have higher bids (assuming no Slap). Also, you said that you set your daily limit low (to about $25/day). This will not only suppress the number of impressions, but it will also rank you lower. For terms like this, you need to be doing a LOT of ad text testing to increase your CTR. Again, all of this is kind of a catch-22 (spend more to get higher rankings so you can pay less!?). Just a warning, too…beware of bidding on terms that are too broad. In TruGuru, I call these Broad Tier keywords. They usually have a lot of volume but little traffic. Look into some Focus and Money Tier keywords. This will lower your bid (and volume, of course), but if you can achieve higher CTR’s with these words, you can slowly start dripping in some broader terms (which can be a root of the focus or money keywords) and in many times, these will leverage off of the rest of the campaign resulting in lower prices and better positions for these hypercompetitive terms.

My suggestion: Work on the landing a page and website a little bit more…Add a bit more content, like articles with some keyword-rich anchor texts from at least the homepage (possibly footer!). Don’t optimize too much (like you may have done on the index title). Do a little more keyword research focusing more on the Focus and Money tier keywords (and in this case, you probably can get away with a lower daily budget). At this point, you may want to create first a new campaign and try again…if you get slapped about, you probably want to create a new account. But I think if you beef-up the landing page and choose less competitive keywords, you will probably be fine (just create a new campaign at least).

Tell me how it goes and good luck!

Cheers…matt

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

First Name:
Email:

One Response to “Classic Google Slap”

  1. [...] Classic Google Slap [...]

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>