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

I received this questionnaire this morning from EzineArticles this morning about case studies and thought “what the heck, why not?” So I answered the questions. In doing so, it revealed a lot about how I use article marketing to leverage my websites. I thought I would share my answers with you. Check it out!

ezinearticles1— Expert Author Case Study Questions —

1.    What sets you apart from other Expert Authors?

Personally, my writing skills are not the best.  In college, I almost got kicked out because I could not write an argument and I never got better than 390 on the verbal section of an SAT test.  My writing is very “speech” sounding, but the content is always good.  My goal is to communicate my strengths, even though writing itself is a weakness.  I’m honored to be listed as an Expert Author.

2.    What’s your secret to article writing and marketing success?

Content is king!  Providing useful information to others to key to making article writing work.  No need to be promotional within the article (a resource box is great to send them to your promotional sites)

3.    How do you stay motivated to write articles?

If people are willing to read my articles, I’m more than happy to supply them.  (The traffic and the SEO from the resource box is pretty darn good motivation, too!)

4.    How do you decide what to write about?

I originally started to write articles primarily to support the SEO efforts of my websites.  The SEO IS strong, but I was surprised at the amount of direct traffic EzineArticles has provided to me, too.  The content usually goes hand-in-hand with what I am currently working on with my websites.

5.    How do you balance writing for quality and quantity?

There are times and places for quantity.  I’ve always respected the traffic and leverage EZineArticles has provided me over the past and focus entirely on quality, non-duplicated content with them.  Still, I do hire-out quantity article writing for other efforts (which includes creating backlinks TO my EzineArticles).

6.    How has using EzineArticles affected your traffic?

I did a test in an unspecified niche.  My goal was to see how much traffic I could build to a website solely on article writing.  After one year, one article per week, the website naturally received 200-300 unique visitors per day (and it still does!).  Of that, 60% of it is organic search and 13% of it comes exclusively from EzineArticles.  From Google Analytics

7.    How does article marketing fit into your overall marketing plan?

Article marketing is CRUCIAL to the success on my marketing.  Pay-per-click has become too unreliable over the years.  Social marketing is great, but it can take a lot of time.  Article marketing has solidified most of my SEO efforts plus, as an added bonus, can provide some quality traffic to the site, too (and this doesn’t cost me anything).

8.    What EzineArticles tools do you find the most beneficial?

I don’t specifically use any EzineArticles tools, but the resource box is crucial for creating quality backlinks and references for external traffic.

9.    If you had to start over again, what would you change?

At the beginning, I focused too much on promotion within the articles.  It is not needed, and in fact seemed to push people away.  As long as you provide good, useful information (and not trying to sell anything), you will find it will rank better, more people will read it, more people will repost it and more people will click onto your resource links.

10.    What advice you would give newbie article marketers?

#9 is very important, but consistency is also very important.  If you are going to do article marketing, do it regularly (think of it almost like a blog).

11.    Anything else you’d like to share?

One of the biggest fears I hear about article marketing is “I Can’t Write”.  My answer to that is:  “Neither Can I!”.  You don’t need a PhD in literature to write articles.  As long as you know something that someone else doesn’t know and you can convey that into words some way, you CAN be an article writer.

cheers…matt

Visit Matt Bredel’s EzineArticles Profile and Articles

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

First Name:
Email:

7 Responses to “How I Use EzineArticles for SEO & Traffic”

  1. [...] here: How I Use EzineArticles for SEO & Traffic Bookmark It Hide Sites $$(’div.d124′).each( function(e) { [...]

  2. Good stuff, Matt. Just started posting to E-zine articles and looking for tips and hints from real users.

  3. The article’s resource box is your only chance to convert the article reader into a lead for your business. This is why it is extremely important to make your resource box as effective as possible

  4. Article marketing absolutely works. In addition to backlinks a trickle of traffic, if you absolutely focus on your niche and submit your content to “top sites” within your category, the rewards will be manifold. Some may even accept republished content so if you write one good article, you may be able to post it on a few good sites and almost double or triple the rewards.

  5. Thanks a lot Matt,
    I am new to E-zine just trying to figure out the best ways of marketing my business. I found your site thanks very much for your article here this was a big help. I will come back to see what else your talking about.

    Thanks,
    Michael

  6. Thanks for the help and advice Matt.

    I have recently started another website and began writing articles again. With this new site I have written articles that are of a more general nature without the inclusion of promotion. I do have other websites that are solely designed for promotional purposes but I have noticed that on the new site, the general written articles are getting better ranked and more traffic that the promotional articles on my other sites.

    This leads me to conclude that those who have tried article marketing and have failed have done so because they haven’t fully understood that to get the best out of your articles, cut the promotional stuff and write more general related articles for the best results.

    Thanks
    Dave

  7. All the experts tell little business proprietors that they ought to take edge of the rewards of a Social Media Strategy and, with over 750 million members, a Facebook Page is vital.

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>