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

Google’s Page Rank Update on October 27, 2007, was their third update during the month of October, and it has caused confusion, frustration and a lot of noise in the Internet Marketing Industry. The change resulted in lower Page Ranks for a number of sites, particularly sites that have significant interlinking occurring between them.
Although there [...]

Google’s Page Rank Update on October 27, 2007, was their third update during the month of October, and it has caused confusion, frustration and a lot of noise in the Internet Marketing Industry. The change resulted in lower Page Ranks for a number of sites, particularly sites that have significant interlinking occurring between them.

Although there are many ideas and theories circulating about the recent updates, a common thought is that the decreasing Page Ranks are due to Google’s campaign against paid advertisements and links utilized on these sites. Duncan Riley suggests that the larger blog networks and other sites considered “link farms,” which produce numerous cross-links, are the primary targets of Google’s crusade.

Riley seems to believe these updates will have serious ramifications for some blog sites. He writes, “although traffic alone can and does sell ads on bigger sites, a drop from say PR7 to PR4 in one example makes the ad sell that much more difficult, particularly on blogs with little traffic. I’d suggest that the Deadpool will soon see a number of new entrants.”

Google resource Matt Cutts gave the official word on the updates to the Search Engine Journal, explaining that the change was in fact due to the buying and selling of links. He predicted that in the future Google would continue to make changes in order to make the paid Page Ranking ineffective.

Another change Cutts mentioned was that Google will begin updating their internal databases every 1-2 days rather than every 3-4 weeks as it has recently been done.

Many find Google’s message confusing, as it gives the impression that people who pay for links do not have valuable websites. But it seems that it may be an incorrect assumption to insinuate selling paid links equals less relevant content.

Kyle Eslick questioned Google’s motivation and purpose in his blog. “I have a hard time believing that selling paid links makes mine, or anyone’s content less relevant and deserving of a lower rank….rather than assuming people are purchasing paid links in order to receive additional traffic and exposure, Google feels that they are trying to purchase higher SERPs. My advertisers are actually receiving 2-3 times more exposure now, for the same price, than they were 5-6 months ago,” wrote Kyle.

Bloggers, including Eslick, claim the Google Page Rank is now nearly dead and useless to marketers. For example, Darren Rowse of Problogger.net advised to lose the focus on Page Rank and instead choose to build a quality site and a better, even more relevant blog. Rowse suggested that relying too heavily upon any single site, even Google, is not a wise move.

Steps you can take to recover or improve rankings in the new Google include:

· Put more time into Search Engine Optimization methods, obtaining high-quality links you receive based on having great site—not because there was buying and selling involved.
· Follow Google’s guidelines; do not participate in link schemes or link to spam sites.
· As suggested by Problogger.net’s Rowse, remove all questionable links and ask for reconsideration from Google.

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

First Name:
Email:

3 Responses to “Ramifications of Google Page Rank Update”

  1. Hi Matt,

    Wow, your comments about Google Page Rank really make me feel like all my efforts to get my website up and working are not in vain.

    It certainly restores my confidence in the system once again, having had a restless time of it lately. I was beginning to feel that Google was not there for the ‘needs of the many’ and that the little guy (or gal) didn’t stand a chance against the people out there that spend their time scraping articles, rewording them, and then posting them on sites with multiple adsense, high organic search rankings just by the very nature of their website.

    What a refreshing change.
    Thanks.
    Liz

  2. Are there any other similar blogs I can follow up on?

  3. Hi this is a cool looking blog, I was just looking for this last night. Pleased I finally found what I wanted.

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>