Search Engine Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignSearch Engine Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 3rd, 2008, 03:42 PM
Stefan1 Stefan1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 308 Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 19 h 37 m 47 sec
Reputation Power: 14
Page and paragraph headings.

Hey,
I just started to read a bit about SEO. I read a few webpages which said that words in the h1 and h2 tags, etc are considered more important by search engines.

Now i started to wonder if:
1. This is truly the case?
2. Is it really about the <Hx> tags or is it about text size in general.

Im wondering since on my webpage i dont make use of the h1 tag at all, instead i use a css class and mark all paragraph headings like this:
Code:
<p>
    <span class="paragraphHeading">Paragraph title</span><br /> 
    Paragraph text here....
</p>


In the class i specify the text to be bigger.

Does this give the same results as H1?
I guess it doesn't make much of a differnce but im curious.

Thanks in advance.

Reply With Quote
  #2  
Old April 3rd, 2008, 04:24 PM
stymiee's Avatar
stymiee stymiee is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 217 stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 19 h 57 m 23 sec
Reputation Power: 48
1) Yes it's true.

2) No, the displaying of the html is irrelevant. It's the meaning of the tags that matter.

Reply With Quote
  #3  
Old April 3rd, 2008, 11:59 PM
Stefan1 Stefan1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 308 Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 19 h 37 m 47 sec
Reputation Power: 14
So with css using: font-size: 15pt; means the same as for example <h1> ?

Reply With Quote
  #4  
Old April 4th, 2008, 02:54 AM
Destruantes Destruantes is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 76 Destruantes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 h 9 m 38 sec
Reputation Power: 3
nopes

nopes, using a <H1> implies that you want to emphasize it, so therefore it carries more relevence than the same graphical representation.

Reply With Quote
  #5  
Old April 4th, 2008, 09:23 AM
Stefan1 Stefan1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 308 Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 19 h 37 m 47 sec
Reputation Power: 14
ay too bad

Reply With Quote
  #6  
Old April 5th, 2008, 06:02 AM
Stefan1 Stefan1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 308 Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 19 h 37 m 47 sec
Reputation Power: 14
Could i do something like this:

<h2>Paragraph title</h2>

And in css:

Code:
h2{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}


Or can this be penalized?

Last edited by Stefan1 : April 5th, 2008 at 06:37 AM.

Reply With Quote
  #7  
Old April 5th, 2008, 09:36 AM
stymiee's Avatar
stymiee stymiee is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 217 stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 19 h 57 m 23 sec
Reputation Power: 48
As long as it really is a header you'll be fine. If it isn't a header and you're just trying to fool the search engines, if you get caught you risk penalty or banning.

Reply With Quote
  #8  
Old April 5th, 2008, 01:15 PM
Stefan1 Stefan1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 308 Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level)Stefan1 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 4 Days 19 h 37 m 47 sec
Reputation Power: 14
Ah ok, i thought maybe their crawlers can see i use css to make the text smaller and then automaticaly penalize it.

I could also use the h3 and h4 tags to get the size i prefer but in that case if i ever wanted to change the size of all paragraph headers at the same time i would have to change every page. So now i just want to pick one header and set the text size for it.

thanks!

Reply With Quote
  #9  
Old April 7th, 2008, 02:14 PM
Destruantes Destruantes is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 76 Destruantes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 h 9 m 38 sec
Reputation Power: 3
ermm, just a fair warning you said "pick one header and set the text size for it." If you are using several headers on the same page then you SHOULD use several <Hx> headers and by all means make them look the same as eachother, thats ok but don't use <H1> and <H2> headers more than once on any page, it would take the OOomph out of it :-P

Reply With Quote
  #10  
Old April 7th, 2008, 03:38 PM
stymiee's Avatar
stymiee stymiee is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 217 stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level)stymiee User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 19 h 57 m 23 sec
Reputation Power: 48
Quote:
Originally Posted by Destruantes
ermm, just a fair warning you said "pick one header and set the text size for it." If you are using several headers on the same page then you SHOULD use several <Hx> headers and by all means make them look the same as eachother, thats ok but don't use <H1> and <H2> headers more than once on any page, it would take the OOomph out of it :-P
H1 heading tags should be used only once. H2 can be used multiple times since they are sub headings and multiple subheading are very common and normal to have.

Reply With Quote
  #11  
Old April 8th, 2008, 03:53 AM
Destruantes Destruantes is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 76 Destruantes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 h 9 m 38 sec
Reputation Power: 3
Well, yes, you CAN do it like that, but its more effective to use <H2><H3><H4> with the same keyword

Reply With Quote
  #12  
Old April 8th, 2008, 04:32 AM
seo_marketing seo_marketing is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2008
Location: india
Posts: 33 seo_marketing User rank is Sergeant (500 - 2000 Reputation Level)seo_marketing User rank is Sergeant (500 - 2000 Reputation Level)seo_marketing User rank is Sergeant (500 - 2000 Reputation Level)seo_marketing User rank is Sergeant (500 - 2000 Reputation Level)seo_marketing User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 h 51 m
Reputation Power: 6
H1 tags have been widely misused and exploited by SPAMMY websites.

Over the years, search engines are giving less important to SEO ranking purpose of H1, but it can help Google to navigate important sections of your website.

In between 2005-06, there were several high ranking websites which were exploiting H1 to the extreme. Some of these websites were repeating same H1 tag over 100 times. This is the reason why Google/Yahoo are not giving it much importance while granting rankings for any particular keyword.
__________________
SEO India : BSolutions - SEO Service India
http://www.seohawk.com | http://blog.seohawk.com

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignSearch Engine Optimization > Page and paragraph headings.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |