Forum Moderators: phranque

Message Too Old, No Replies

Placing Quotes on Keywords

         

killua

1:20 am on Apr 15, 2009 (gmt 0)

10+ Year Member



Will placing quotes on keywords affect your search engine ranking for that keyword in some way?

For example, my keyword is widget, or a keyword phrase widget service. In my sentences, I'll make a sentence with that keyword or keyword phrase included, but it is ENCLOSED with quotes, or even parenthesis, e.g. "widget", "widget service", (widget). Will search engines still recognize it as keywords?

The reason I ask is because the punctuation mark and the keyword is joined and search engines might not recognize it as a word, no?

Not only that, in HTML tags, I do the following <strong>&ldquo;widget service&rdquo;</strong>. Because I read that using strong or em tags is good for keywords, but I'm including the quotes (notice that I use HTML equivalent of "). Is that no good?

[edited by: phranque at 7:10 am (utc) on April 15, 2009]
[edit reason] removed specifics [/edit]

MichaelBluejay

2:03 am on Apr 17, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Google is smart enough to search through eighty thousand million gazillion pages in 0.17 seconds and return amazingly accurate results, and you think they're too stupid to understand a word just because it's in quotation marks?

killua

2:13 am on Apr 17, 2009 (gmt 0)

10+ Year Member



How about other punctuation marks connected to the word like parenthesis? Are search engines smart enough to recognize the word?

tedster

3:26 am on Apr 17, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



They are more than smart enough - search engines can parse the words out of all kinds of situations in a sentence - even, to a degree, when the author forgets a space.

Just use your punctuation and your style mark-up in a natural way and have no concern about it. Search engines today have gone beyond basic text matching, anyway.

jdMorgan

3:41 am on Apr 17, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Don't worry about any special characters other than _underscore_

Because this character is used in many programming languages, it is treated as a literal by Google. That is, if you search for HTTP_HOST, you will get results as if HTTP_HOST were a single word. All of the others are treated as if they were spaces. Also, it won't matter whether you use literal punctuation characters or HTML-entities (such as &quot;).

Unless your Web site has nothing valuable to offer and won't stand out any other way, I'd advise you to write and style your content for your visitors, and not for search engines. Using <strong> and <em> in order to get the search engines' attention may work (a little), but it's a good way to make your pages look cheap and spammy. And because these tags are used by screen-readers for the blind and the visually-impaired, using them too often and in inappropriate circumstances is a fairly bad idea.

Instead of spending too much time reading about achieving instant success through the use of <strong> and <em> markup, you might do better reading some of these threads [webmasterworld.com] -- and especially the last one listed.

Jim

killua

3:43 am on Apr 17, 2009 (gmt 0)

10+ Year Member



I see. thanks for the clarification.