Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-24-2011, 04:05 AM   #1
SEO Article Writer
War Room Member
 
Apollo-Articles's Avatar
 
Join Date: Jan 2010
Posts: 516
Thanks: 178
Thanked 52 Times in 35 Posts
Contact Info
Send a message via Skype™ to Apollo-Articles
Default Will Wordpress Heading Tags Negatively Affect My Ranking?

Hi there,

I am using a WordPress theme which sets a standard title across all pages (in an <h1> tag, and within my page template puts the page titles (which I create as I create a page) as <h2> tags.

Will this negatively affect my rankings since Google sees H1 tags as more relevant, so ideally I need page specific H1 tags?

So should I remove the <H1>title tag (set in WordPress settings) and change my page titles to <h1> tags (within my page template)?

Or would this be a huge waste of time? (although using CSS saves me a huge amount of time in this case!)

Thanks!

Sam

Apollo-Articles is offline   Reply With Quote
Old 02-24-2011, 04:11 AM   #2
Portuguese Warrior
War Room Member
 
Fernando Veloso's Avatar
 
Join Date: Nov 2008
Location: Good Old Europe
Posts: 4,013
Blog Entries: 7
Thanks: 1,660
Thanked 1,053 Times in 705 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Fernando Veloso
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Since last G update I am testing H1 in page titles. Right now it's to early to find out what is going to happen BUT so far all the testing sites are performing well.

My advice, as usual, is to test it yourself in 2 or more separate sites.



Fernando's Internet Marketing Consulting service, "SEO Google Trust",
is fully booked right now - Please check back in July/August. Thank you!
Fernando Veloso is offline   Reply With Quote
Old 02-24-2011, 04:13 AM   #3
SEO Article Writer
War Room Member
 
Apollo-Articles's Avatar
 
Join Date: Jan 2010
Posts: 516
Thanks: 178
Thanked 52 Times in 35 Posts
Contact Info
Send a message via Skype™ to Apollo-Articles
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Thanks,

I think I will make the change, its just a pain since the extra size of H1 means they almost overlap the text, so I gotta go and edit each page to lower the content.

Although theres probably a way to do this in CSS!

Sam

Apollo-Articles is offline   Reply With Quote
Old 02-24-2011, 04:17 AM   #4
Portuguese Warrior
War Room Member
 
Fernando Veloso's Avatar
 
Join Date: Nov 2008
Location: Good Old Europe
Posts: 4,013
Blog Entries: 7
Thanks: 1,660
Thanked 1,053 Times in 705 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Fernando Veloso
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Quote:
Originally Posted by Apollo-Articles View Post
Thanks,

I think I will make the change, its just a pain since the extra size of H1 means they almost overlap the text, so I gotta go and edit each page to lower the content.

Although theres probably a way to do this in CSS!

Sam
You can edit H1 CSS and modify it to a smaller font-size.

From this example:

h1 {font-size: 2.15em; font-weight: bold;}

to a different example:

h1 {font-size: 14px; font-weight: bold;}

etc etc



Fernando's Internet Marketing Consulting service, "SEO Google Trust",
is fully booked right now - Please check back in July/August. Thank you!
Fernando Veloso is offline   Reply With Quote
Old 02-24-2011, 04:17 AM   #5
WarriorWill.com
War Room Member
 
WillR's Avatar
 
Join Date: Jun 2010
Location: Australia
Posts: 6,109
Thanks: 639
Thanked 3,461 Times in 1,663 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Just make sure you check both the homepage and then an actual post page before you go making any decisions. For example, with the standard Wordpress Twenty Ten theme, on the homepage the H1 tag is the title at the top of the blog. On the post pages however the H1 tag is the title of the blog post and the blog title on these pages is just ordinary text.

So make sure the H1 is actually the site title on every page before you go changing anything.

WillR is online now   Reply With Quote
Old 02-24-2011, 04:18 AM   #6
HyperActive Warrior
 
Join Date: Oct 2006
Location: , , USA.
Posts: 251
Thanks: 4
Thanked 40 Times in 18 Posts
Contact Info
Send a message via AIM to MarketItAll
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

I wouldn't say it wil NEGATIVELY effect you but I would say you may get a little bit more credit for the h1 tag so u may want to work on this.

My #1 Tool For $125,000+ Per Month - Buy through my link? PM me with a receipt and I'll hook you up with a video of how i use it, and my $2 article writer.
MarketItAll is offline   Reply With Quote
Old 02-24-2011, 05:06 AM   #7
SEO Article Writer
War Room Member
 
Apollo-Articles's Avatar
 
Join Date: Jan 2010
Posts: 516
Thanks: 178
Thanked 52 Times in 35 Posts
Contact Info
Send a message via Skype™ to Apollo-Articles
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Thanks for the responses, Fernando I'm now trying to change the page title in the page template.css

It is currently:

Code:
<?php get_header(); ?>

<div id="contentwide">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<?php /* list_subpages_andreas01(); */ ?>

<div class="post">
<h1><?php the_title(); ?></h1>
<div class="contenttext"
<?php the_content('<p class="serif">Read more &raquo;</p>'); ?>
</div>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<?php edit_post_link('[e]','<p>','</p>'); ?>
<?php comments_template(); ?>
<?php endwhile; endif; ?>
</div>
</div>

<?php get_footer(); ?>
Since theres no size in there, where exactly should I add it in, and what should I write in order to determine the height - line-height:1.3em;?

@WillR Thanks for the response, I checked my theme and this isn't the case, although its good to know for the future.

Thanks,

Sam

Apollo-Articles is offline   Reply With Quote
Old 02-24-2011, 07:48 PM   #8
HyperActive Warrior
War Room Member
 
dfs_dean's Avatar
 
Join Date: Jan 2010
Posts: 224
Thanks: 67
Thanked 58 Times in 43 Posts
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Sam - what you're showing is a php file. You need to grab your theme's css file to look at/change font sizes, etc.

Peace
dfs_dean is offline   Reply With Quote
Old 02-24-2011, 08:58 PM   #9
Watching you...
War Room Member
 
Istvan Horvath's Avatar
 
Join Date: Dec 2008
Location: Waterdown, Ontario, Canada
Posts: 6,498
Blog Entries: 2
Thanks: 1,757
Thanked 3,046 Times in 1,815 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to Istvan Horvath
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Except WillR everybody got it wrong

Take your time and study and dissect the new WP default, the TwentyTen theme.
It does everything extremely well in this regard with the headings.
Main index page:
h1 = blog title
h2 = post titles

Single post page(s)
blog title = span
h1 = post title

Older themes, including the former "default" (Kubrick) were all wrongly coded when it comes about headings. So, either get rid of old themes and use 2010 or re-write your old themes according to the model seen in 2010.

Istvan Horvath is online now   Reply With Quote
Old 02-25-2011, 03:41 AM   #10
SEO Article Writer
War Room Member
 
Apollo-Articles's Avatar
 
Join Date: Jan 2010
Posts: 516
Thanks: 178
Thanked 52 Times in 35 Posts
Contact Info
Send a message via Skype™ to Apollo-Articles
Default Re: Will Wordpress Heading Tags Negatively Affect My Ranking?

Thanks Dean,

I added it to the style sheet and it worked, then I changed the site title tag to an h3 tag.

All is sorted!

Yes Istavan, my them must be old! As unfortunately for me it wasn't in that nice format :/\

Sam

Apollo-Articles is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
affect, heading, negatively, ranking, tags, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 12:39 AM.