 |

02-13-2007, 04:27 AM
|
|
WebProWorld New Member
|
|
Join Date: Nov 2005
Posts: 13
|
|
keywords in link text
I am building a real estate site and i have many properties in it and i pull out the data from a database. So i have a page property.asp?cat=123123 which cat=123123 is the uniqye property from the database.
i am asking...is it good idea to make the links
property.asp?cat=123123&name=nice-property-in-california
the name=... is just for keywords in the addres bar the real link is property.asp?cat=123123.
I could be help me in search engine rank or it would be banned?
thanks in advance!
|

02-13-2007, 01:11 PM
|
 |
Moderator
|
|
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,663
|
|
I tell clients to limit themselves to 2 variables in the URLs. In your case you really only have 1. I would not add the name thing in the URL as it will not help much.
|

02-13-2007, 01:57 PM
|
|
WebProWorld Pro
|
|
Join Date: May 2004
Location: Montreal > Canada
Posts: 176
|
|
Unfortunately, I have a slightly different opinion on this one.
Quote:
|
Originally Posted by incrediblehelp
I tell clients to limit themselves to 2 variables in the URLs. In your case you really only have 1. I would not add the name thing in the URL as it will not help much.
|
If this was posted in the Google Forum, I would say it doesn't help at all but because we are talking about all the search engines, I believe it is proven that the keywords in the url DO help for Yahoo and MSN so if you are targeting traffic from Yahoo and MSN as well, then I would say go for it but keep the keywords short because if you cram in 50 keywords at the end then you will definately be hurting your rankings.
Ken
|

02-13-2007, 02:01 PM
|
 |
Moderator
|
|
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,663
|
|
I guess the word "help" here is the issue. How much does it "help"? Does it help that much to even worry about it or should the person spend that time to get a few extra relevant backlinks that we all know does "help" in all three engines.
This is the great thing about SEO. It is essential the same recipe that we all kind of know how to cook, but each chef (SEOer) has his/her own way of cooking the same dish.
|

02-13-2007, 02:32 PM
|
|
WebProWorld New Member
|
|
Join Date: Nov 2005
Posts: 13
|
|
Quote:
just-trying-to-help wrote:
If this was posted in the Google Forum, I would say it doesn't help
|
why you believe that, i think it will push it a little. Basically it will distinguish the urls othrwise all urls will seem like:
property.asp?cat=123123
property.asp?cat=12312
property.asp?cat=12314324
property.asp?cat=12342365
and this is bad as far as i know!!!
|

02-14-2007, 07:43 AM
|
|
WebProWorld Member
|
|
Join Date: Oct 2006
Location: India
Posts: 41
|
|
I think it is helpful for both Search Crawlers & Human being.. as they can see some text other than those big numbers...
|

02-14-2007, 08:06 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,469
|
|
I think it helps a lot on MSN.
|

02-14-2007, 01:49 PM
|
|
WebProWorld New Member
|
|
Join Date: Nov 2005
Posts: 13
|
|
Quote:
janeth wrote:
I think it helps a lot on MSN.
|
Janeth why do you believe it especially in MSN?
|

02-14-2007, 01:53 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,469
|
|
Quote:
|
Originally Posted by ptstefa
Quote:
janeth wrote:
I think it helps a lot on MSN.
|
Janeth why do you believe it especially in MSN?
|
From the testing we have done and looking at the search results we have seen that it's a lot easer to rank on MSN if the keywords are in the URL.
|

02-14-2007, 04:26 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
|
|
short answer
I don't have a lot of time for a lng answer but something that everyone is missing in this wonderful concversation id that SE's don't read anything past the "?" in a url.
ASP has many many flaws (and sure some pluses) one of them being they don't play well with other technologies (it's a microsoft thing), SE's included. There's a complicated workaround, well complicated for ASP not for php. Tell your programmer to have the web app output a page with a name not a variable. with php on a non-MS server you can use something called mod-rewrite. MS doesn't have anything like that (does it?). so the only solution is to make permanent pages with real names and add dymnamic elements to them (instead of totally dynamic pages), but if you want a SE to index them they have to be available through links and without logging in.
Ack! I said a short answer!
gotta go now
|

02-14-2007, 04:28 PM
|
|
WebProWorld New Member
|
|
Join Date: Oct 2005
Posts: 12
|
|
I moved to dynamic URLs a while ago for our site, and the variables I have are product and name. I set up the system so that if you go to just the product it does a 301 redirect to the product and name. It does the same thing if the name does not match the actual product name in case someone tries to do something tricky to mess up our stats.
This does seem to help Google somewhat. If I do a search for a product that we make, the name is bolded in the URL indicating that Google is recognizing it as a keyword. It hasn't done much for ranking, but it has helped Google recognize pages that weren't showing up before for those keywords.
|

02-14-2007, 04:57 PM
|
|
WebProWorld Pro
|
|
Join Date: Sep 2006
Location: Hawai'i
Posts: 169
|
|
The real thing to ask is "does it HURT your ranking?" If it doesn't get you banned then it can't hurt to try it and see what happens.
Remember, SEO is wide open. Everybody and nobody is an expert. I think the people who write the algos are surprised sometimes by what works to get high rankings or drop you off the list totally.
|

02-14-2007, 04:57 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
|
|
Quote:
|
This does seem to help Google somewhat. If I do a search for a product that we make, the name is bolded in the URL indicating that Google is recognizing it as a keyword. It hasn't done much for ranking, but it has helped Google recognize pages that weren't showing up before for those keywords.
|
Was the bolded part after the "?" in the url? Maybe I have old info . . .
|

02-14-2007, 05:37 PM
|
|
WebProWorld New Member
|
|
Join Date: Nov 2005
Posts: 13
|
|
Quote:
texxs...
Was the bolded part after the "?" in the url? Maybe I have old info . . .
|
yes text after ? was bold!!! i made a search after your notice, for "villas in crete" and i found...
....(i don't want to promote)...com/hotel.php?HID=20060601115815257238&hn=Miramare%20L uxury%20 Villas%20( Crete)
of course not #1 but google index this 2 words...
As far mod rewrite i know about this is good but not the only key to success.
Google say one or two variables after ? is good and can be index
but not id=... preferable category_id=
and after = have different values not only cat=23223
cat=32434
but distinguish words
cat=villas-in-crete
cat=property-on-crete
... and so on
|

02-14-2007, 05:50 PM
|
 |
WebProWorld Pro
|
|
Join Date: Oct 2005
Location: Courtenay BC
Posts: 223
|
|
Using mod-rewrite can help by changing the dynamically generated URL string into words, but it is not necessary if your content management system allows for the addition of unique meta tags on your products.
The CRELoaded CMS, (PHP/MySQL), does this and listings show that the meta tags are used and all products in the database are indexed.
Reg
|

02-14-2007, 08:11 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Aug 2003
Location: Singapore
Posts: 553
|
|
Quote:
|
Originally Posted by ptstefa
of course not #1 but google index this 2 words...
As far mod rewrite i know about this is good but not the only key to success.
Google say one or two variables after ? is good and can be index
but not id=... preferable category_id=
and after = have different values not only cat=23223
cat=32434
but distinguish words
cat=villas-in-crete
cat=property-on-crete
... and so on
|
Yes, I do agree that if using mod rewrite to cat=villas-in-crete instead of cat=123456 would be an added advantage to be searched.
|

02-15-2007, 09:18 AM
|
 |
WebProWorld Veteran
|
|
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 332
|
|
Quote:
|
yes text after ? was bold!!! i made a search after your notice, for "villas in crete" and i found...
|
Thanks for the info. I quess I missed google saying that they do that now. Have you tried other SE's?
I just tried the same search (with quotes) on yahoo and found a couple with the text in bold after the "?" . . .
It's good to see SE's adapting!
|

02-15-2007, 09:28 AM
|
 |
WebProWorld New Member
|
|
Join Date: Jan 2007
Posts: 13
|
|
Two parameter as long not to long values is still good on Google.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|