Forum Moderators: open

Message Too Old, No Replies

Do words in URL have a "keyword effect"?

         

mmmwowmmm

7:14 am on May 3, 2005 (gmt 0)

10+ Year Member



If you have a website that sells t-shirts, does having the term "t-shirts" in your web address help your PR when someone searches for "t-shirts"? Or do the characters in your URL have no effect?

leadegroot

11:19 am on May 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Generally, you rank for phrases matching your domain.
So if you have bluewidgets.com and someone searches for
bluewidgets
(all one word) then you rank better.
Note that if they search for
blue widgets
(note tha space) then you dont get the same boost
Not sure how hyphens work in that, though. I would expected that blue-widgets.com would get the same boost for
blue widgets
(note the space) because in page names hyphens count as spaces, but I am not sure.

hp11

1:43 am on May 4, 2005 (gmt 0)

10+ Year Member



Hyphens in your domain do help. But, it is only part of the SEO equation. For example, if two sites were exactly equal across the board - except one was www.mydomain.com and the other was www.my-domain.com, a search for "my domain" should result in www.my-domain.com ranking higher. I say 'should' because SEO is a tricky business and there are no guarantees.

PatrickDeese

1:58 am on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Note that if they search for blue widgets (note tha space) then you dont get the same boost

I can't agree with that - it is pretty easy to prove.

A Google search for "Yahoo Search" (a non-commercial term to comply with the site's TOS) show the following with the terms in bold face.

search.yahoo.com

ysearchblog.com

Yahoo searches also bold face keyword search terms in the URL.

The simple fact that they are bold facing partial matches in the URL shows that they can parse individual terms out of the URLs.

Lord Majestic

2:18 am on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The simple fact that they are bold facing partial matches in the URL shows that they can parse individual terms out of the URLs.

Noooooooo, just because they show partial word matches in bold does not necesserily mean they actually matched those partial words -- this is because cost of doing quick regular expression to make those bits look bold in end result is low, where as costs of actually splitting those bits off during HTML pre-processing are much higher.

I am not saying here they don't do it (Yahoo is big enough for that), but mere fact of partial bits bolded is not good enough to signify its done at pre-processing stage.

mmmwowmmm

5:53 am on May 4, 2005 (gmt 0)

10+ Year Member



The reason I asked in the first place was because I was really confused how certain sites, that were badly made, have terrible SEO and very few inbound links, could have such a high page rank on certain terms. I never thought that the domain name would make a difference, but it seems like it makes quite a bit of difference.

leadegroot

11:06 am on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



PatrickDeese:
I don't think anyone has ever shown a definite relation between the reason a page is in the SERP and the terms bold-ed. I don't think we can be sure the same algorithm is driving them.

Pico_Train

1:00 pm on May 4, 2005 (gmt 0)

10+ Year Member



Now that this discussion is going off topic, I will bring it back.

Yes the keywords in your URL have a positive affect on the SERPS. Choose your domain name wisely...not too long either!

mona

5:23 pm on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi, mmmwowmmm. Welcome to WebmasterWorld: )

could have such a high page rank on certain terms.

Just to clear this up. Page Rank is not assigned to specific search terms, it's assigned to specific pages. You probably understand this and are just saying it differently, but I wanted to make sure.

And I agree with everyone here that KWs in your url do help in the SERPS. From what I can tell (and this is from observation, not testing) it matters most in Yahoo. MSN next, and Google last. Actually, with Google it seems like the weight shifts with every update. So yes, it's important to use descriptive keywords when you name your pages and directories.

hp11

7:20 pm on May 4, 2005 (gmt 0)

10+ Year Member



I actually have read some "rumors" regarding hyphenated domains and Google. The rumor states that Google will soon filter out spammy sites that use hyphenated domains. Again, I have only read a few of these rumored statements - nothing is concrete.

PatrickDeese

10:12 pm on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there an advantage? yes

Is it the end-all? no

Just search for books in Google - amazon.com and barnesandnoble.com top ranked - not because they have books in the URL - but because there are a jillion and three links to them that include the word "books" in the anchor text.

Does this mean that books.com is a valueless domain name? Of course not.

Anchor text trumps keywords in URL - but that doesn't make KWs in the URL unimportant.

Finally, I think that if I had the choice between example.com and widgetstore.com I'd choose the latter because I think, visually having your URL in bold in the SERP is an advantage - that it promotes confidence in the searcher that widgets will be found there.

--

PR = PageRank = green point thingy that appears if you have the Google Toolbar installed - keywords in URL - no effect on it.

Rank in the search engines (ie the SERPs) - yes KW in URL is part of the overall ranking calculation.

martinibuster

10:23 pm on May 4, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Noooooooo, just because they show partial word matches in bold does not necesserily mean they actually matched those partial words...

That is an opinion.

I have seen a blog page rank higher for "super widgets" than a site whose product is "super widgets." This blog page was about animals, had nothing at all to do with "super widgets." The only reason this page ranked so well was because it had the words "super-widgets" in it's url for that page, i.e. "blog.com/super-widgets.html" and subsequently had lots of inbound links from outside linking to it with those words in the anchor text.

As far as processing those words in the domain name, I purchased many domains with the keywords in the DOMAIN name (different than keyword in the url) and have seen these domains rank for their name rather quickly, leaping over more established domains.

In my experience, the keyword in the domain name, and in the url, help rank a page better. BUT, I don't do it beyond two keywords.

Lord Majestic

11:24 pm on May 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That is an opinion.

More of an educated guess based on experience. Consider that major search engines require exact keyword matching in search queries as pattern matching or wildcards are not acceptable due to much higher resource requirements.

The text that we see is done by a fairly quick piece of code that pulls data and since its cheap to run regular expressions there its cheap to just put <b></b> tags around any pattern matched keyword in it. This is what can often highlight bits that were not actually matched.

Google appears to be able to identify separate words even when they are not delimited, ie "bluewidgets" can be understood as "blue widgets", which is great, but again due to the most likely way the highlighting code works it is entirely possible to have partial bits highlighted even though actual search did not take them into account, ie: take our "bluewidgets.com" domain found and highlighted when searched for "blue widgets", this could have happened simply because blue widgets were also found in it, yet highlighter can just use reg exps where as search is unlikely to use them.

TravelSite

9:54 am on May 5, 2005 (gmt 0)

10+ Year Member



Having keyword1keyword2 in the domain will give your site a bonus for the search term "keyword1 keyword2" as people linking to you site will often use "keyword1 keyword2" in the link text/surrounding text (search engines look at this).

E.g. if your domain is "discountwidgets.com" then some link partners will have "discount widgets" as the link text for your site (or in the surrounding text/description).

The interesting thing is that if another site tries to compete by encouraging link partners to use the phrase "keyword1 keyword2" in their reciprocal links then it could be detected as spam (whereas for your site it probably wont).