| Important Announcement: ***Need an Affordable SEO Website Review?*** |
![]() ![]() |
Oct 20 2004, 03:44 PM
Post
#1
|
|
|
HR 2 ![]() ![]() Group: Active Members Posts: 27 Joined: 17-October 04 User's local time: Feb 9 2010, 07:48 AM Member No.: 5,409 |
I was told that if you highlight, bold, etcetera... that it would help your SEO, but I figure I should run it by the experts here first. my question is pretty simple, does highlighting certain keywords make it easier for bots to find, and catagorize your desired keywords?
|
|
|
|
Oct 20 2004, 04:16 PM
Post
#2
|
|
![]() HR 10 Group: Moderator Posts: 7,489 Joined: 24-July 03 User's local time: Feb 9 2010, 06:48 AM From: Somerville, MA Member No.: 22 |
It's not so much that it's easier for the bots to find. The theory behind the suggestion is that the bots don't just index words. They also keep track of what tags those words appear in. If that's true, and if the <b> tag is deemed to carry a bit more weight, then it would be true that words in bold tags would be given a boost.
But again, if that's true, it would mean that it wouldn't work to bold the text a different way, like setting up a named class in your CSS that happened to be set for font-weight: bold. It would have to involve the presence of the bold tag in the html. And please note all the uses of the word "if" here. I have yet to see proof that this really works. |
|
|
|
Oct 20 2004, 06:11 PM
Post
#3
|
|
![]() High Rankings Advisor Group: Admin Posts: 29,196 Joined: 21-July 03 User's local time: Feb 9 2010, 06:48 AM From: Ashland, MA Member No.: 2 |
I tend to think it would not help and if used improperly, might even hurt.
By improperly I mean every instance of the keyword phrase being bolded on the page, or whatever. |
|
|
|
Oct 20 2004, 07:02 PM
Post
#4
|
|
|
HR 2 ![]() ![]() Group: Active Members Posts: 44 Joined: 16-September 04 User's local time: Feb 9 2010, 06:48 AM Member No.: 5,081 |
Hi archmaille,
For search engines, I always suggest using bold text, italics, etc, in the same manner as you would when composing text for a human reader. I don't believe such text emphasis makes a huge difference in the SERPs, and as Jill mentioned, it may very well lead to a penality if abused. Compose for the human element, and the search engine element will better appreciate your efforts. :-) IMO. Jeff Bogumil |
|
|
|
Oct 20 2004, 07:56 PM
Post
#5
|
|
|
HR 2 ![]() ![]() Group: Active Members Posts: 27 Joined: 17-October 04 User's local time: Feb 9 2010, 07:48 AM Member No.: 5,409 |
Thanks everyone!! that helps a lot, and clears up the whole arguement for me. if it has the potential of hurting my search I don't think I need to try it.
|
|
|
|
Oct 21 2004, 03:37 AM
Post
#6
|
|
![]() HR 6 ![]() ![]() ![]() ![]() ![]() ![]() Group: Active Members Posts: 610 Joined: 27-February 04 User's local time: Feb 9 2010, 07:48 AM Member No.: 2,696 |
But what if making the keyword bold works? Even if it has a small effect it could mean the difference between you getting on page 1 and lingering on page 2. The experts in this thread do not say it will not work, so why not try it? Take Jill's advice not to do something silly like make the keyword bold many times on the page. But I cannot see anything wrong with making the keyword bold once on a page. If, as it should be, your page is devoted to the keyword, you should have a definition of the keyword somewhere, or a place where the keyword is introduced. Then it is surely appropriate to make it bold. Not only might this help SEO but it will (i) help the user focus on the most important use of the keyword (ii) make your page less boring, usability experts recommend subtle highlighting to give the eye something to latch on to. In summary, making the keyword bold (or italic (IMG:http://www.highrankings.com/forum/style_emoticons/default/smile.gif) ) is an entirely valid thing to do.
|
|
|
|
Oct 21 2004, 12:32 PM
Post
#7
|
|
|
Alan K'necht ![]() ![]() ![]() ![]() Group: Active Members Posts: 217 Joined: 20-May 04 User's local time: Feb 9 2010, 06:48 AM From: Toronto, Ontario Member No.: 3,644 |
I've did some tests about a year ago. And the answer is yes it seemed to have some effect using the bold function. Yet when I used the strong tag (the proper way to indicate importance according to the W3C), it had no effect. How much, my paged moved on the targeted phrase 1 position. This could have been explained by various other factors.
Yet, when I code the same page and used H1 and H2 tags where I used bold/strong for headings I showed significant movement is Google and Yahoo. Draw from that what you will. |
|
|
|
Oct 22 2004, 08:46 AM
Post
#8
|
|
|
HR 4 ![]() ![]() ![]() ![]() Group: Active Members Posts: 206 Joined: 24-July 03 User's local time: Feb 9 2010, 05:48 AM Member No.: 15 |
QUOTE Yet, when I code the same page and used H1 and H2 tags where I used bold/strong for headings I showed significant movement is Google and Yahoo. Like h1, h2 {font-weight: bold;} in your CSS or <h1><strong>This is my header</strong></h1>? <ADDED> QUOTE And the answer is yes it seemed to have some effect using the bold function. Yet when I used the strong tag (the proper way to indicate importance according to the W3C), it had no effect. So <b> had more effect than <strong>? |
|
|
|
Oct 22 2004, 08:52 AM
Post
#9
|
|
![]() HR 10 Group: Moderator Posts: 7,489 Joined: 24-July 03 User's local time: Feb 9 2010, 06:48 AM From: Somerville, MA Member No.: 22 |
Now I'm confused. Heading tags are bolded by default. If you want them to stay bold, you can leave font-weight out of the CSS for them.
And I'd never nest anything inside a heading tag, unless I was using an inline image with it (and even then I'd probably end up nesting the heading inside a span with the image). I would hope that, assuming heading tags and bold tags carry more weight, bolding a heading tag would make no difference, since it's already bold. |
|
|
|
Oct 22 2004, 09:12 AM
Post
#10
|
|
|
Alan K'necht ![]() ![]() ![]() ![]() Group: Active Members Posts: 217 Joined: 20-May 04 User's local time: Feb 9 2010, 06:48 AM From: Toronto, Ontario Member No.: 3,644 |
I used
CODE <h1>main title</h1> How the appear is handled by the CSS. For testing purposes, it stated with something like this CODE <strong>main title</strong> and saw no movement. Then I switched to CODE <b>main title</b> and saw minor movement. It was only when I started using H1 and H2 tags (style controlled by CSS) that I saw major movement. I have since switched the site to XHTML Strick (no tables) and organized the content in a logical way and use CSS for positioning. That change generated the biggest movement in the SERPs. |
|
|
|
Oct 22 2004, 09:12 AM
Post
#11
|
|
![]() HR 9 Group: Moderator Posts: 4,356 Joined: 13-August 03 User's local time: Feb 9 2010, 11:48 AM From: Blackpool UK Member No.: 492 |
jbelle, I think what Alan (kology) was meaning is the h1 & h2 tags were replacing bolded headings.
I may be wrong though (IMG:http://www.highrankings.com/forum/style_emoticons/default/biggrin.gif) |
|
|
|
Oct 22 2004, 09:31 AM
Post
#12
|
|
![]() HR 10 Group: Moderator Posts: 7,489 Joined: 24-July 03 User's local time: Feb 9 2010, 06:48 AM From: Somerville, MA Member No.: 22 |
No, I think you're right, Chris. Which means I was wrong.
In any case, I'm glad to see that nobody's advocating bolding heading tags. |
|
|
|
Oct 22 2004, 09:39 AM
Post
#13
|
|
|
HR 4 ![]() ![]() ![]() ![]() Group: Active Members Posts: 206 Joined: 24-July 03 User's local time: Feb 9 2010, 05:48 AM Member No.: 15 |
Ahh... okay, I'm finally reading this all correctly. Thanks all.
|
|
|
|
Oct 22 2004, 03:28 PM
Post
#14
|
|
|
HR 2 ![]() ![]() Group: Active Members Posts: 27 Joined: 17-October 04 User's local time: Feb 9 2010, 07:48 AM Member No.: 5,409 |
uhhhh.... ok now I'm confuzled... could someone translate this to english? css? h1 and h2? I'm so lost...
|
|
|
|
Oct 22 2004, 03:41 PM
Post
#15
|
|
![]() HR 10 Group: Moderator Posts: 7,489 Joined: 24-July 03 User's local time: Feb 9 2010, 06:48 AM From: Somerville, MA Member No.: 22 |
There's a good CSS (cascading style sheet) tutorial at http://www.w3schools.com/css/default.asp
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 9th February 2010 - 06:48 AM |