![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have heard many people say (some in this group) that search engines "do not like links that smell like dynamically generated pages, IE where the URL is loaded with descriptive GET parameters, like: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking People who have supported that assertion often suggest using mod_rewrite tricks so links like the above can be displayed as something more like: B) /sitemap/Powertools/woodworking.html ....or whatever. And yet, dynamic-looking links, like example B do show up in keyword searches all the time--at least in Google searches anyway. So is there any optimization difference, at Google, between URL(A) and URL(B) above? Both types are indexed. Will the static-looking link get a slight page rank advantage? |
|
Or is the original prejudice against dynamic-looking links now a myth? |
#3
| |||
| |||
|
|
I have heard many people say (some in this group) that search engines "do not like links that smell like dynamically generated pages, IE where the URL is loaded with descriptive GET parameters, like: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking People who have supported that assertion often suggest using mod_rewrite tricks so links like the above can be displayed as something more like: B) /sitemap/Powertools/woodworking.html ....or whatever. And yet, dynamic-looking links, like example B do show up in keyword searches all the time--at least in Google searches anyway. So is there any optimization difference, at Google, between URL(A) and URL(B) above? Both types are indexed. Will the static-looking link get a slight page rank advantage? Or is the original prejudice against dynamic-looking links now a myth? |
#4
| |||
| |||
|
|
A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking B) /sitemap/Powertools/woodworking.html ....or whatever. Both types are indexed. Will the static-looking link get a slight page rank advantage? Or is the original prejudice against dynamic-looking links now a myth? |
|
Follow alt.internet.search-engines threads | with your Firefox Live Bookmarks! Set it up at | http://www.1-script.com/forums/ | +------------------------------------------------+ |
#5
| |||
| |||
|
|
darnel wrote: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking B) /sitemap/Powertools/woodworking.html ....or whatever. Both types are indexed. Will the static-looking link get a slight page rank advantage? Or is the original prejudice against dynamic-looking links now a myth? In your particular example, as long as both are indexed, there will be no difference in ranking because both important keywords - 'woodworking' and 'powertools' are included in both dynamic and static URLs. However, popularity of mod_rewrite method of changing URLs comes from the fact that most dynamic applications create awfully looking URLs WITHOUT any keywords in them, such as forum.php?threadID=12387193871298. You would really have wanted to change it to something like /powertools-woodworking/12387193871298 for search engines to have another clue for what the page is about. This does not really give you a huge boost in rankings simply because URLs are easy to manipulate and search engines know it but when every little tiny bit counts, you may gain some advantage by using cleaner URLs with keywords in them -- Cheers, Dmitri See Site Sig Below -- +------------------------------------------------+ | Follow alt.internet.search-engines threads | | with your Firefox Live Bookmarks! Set it up at | | http://www.1-script.com/forums/ | +------------------------------------------------+ |
#6
| |||
| |||
|
|
"darnel" <Sandy.Pittendrigh (AT) gmail (DOT) com> wrote: I have heard many people say (some in this group) that search engines "do not like links that smell like dynamically generated pages, IE where the URL is loaded with descriptive GET parameters, like: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking People who have supported that assertion often suggest using mod_rewrite tricks so links like the above can be displayed as something more like: B) /sitemap/Powertools/woodworking.html ....or whatever. And yet, dynamic-looking links, like example B do show up in keyword searches all the time--at least in Google searches anyway. So is there any optimization difference, at Google, between URL(A) and URL(B) above? Both types are indexed. Will the static-looking link get a slight page rank advantage? Probably yes, also bause powetools and woodworking are not surrounded by clutter. What Google does, or at least that's what I always read between the lines, is visit URLs it considers to be dynamically with more time between each URL in order not to overload the server. Or is the original prejudice against dynamic-looking links now a myth? Doubt it. But what's the problem with making nice URLs? |
#7
| |||
| |||
|
|
Op 30 Nov 2006 23:34:14 GMT schreef John Bokma: "darnel" <Sandy.Pittendrigh (AT) gmail (DOT) com> wrote: I have heard many people say (some in this group) that search engines "do not like links that smell like dynamically generated pages, IE where the URL is loaded with descriptive GET parameters, like: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking People who have supported that assertion often suggest using mod_rewrite tricks so links like the above can be displayed as something more like: B) /sitemap/Powertools/woodworking.html ....or whatever. And yet, dynamic-looking links, like example B do show up in keyword searches all the time--at least in Google searches anyway. So is there any optimization difference, at Google, between URL(A) and URL(B) above? Both types are indexed. Will the static-looking link get a slight page rank advantage? Probably yes, also bause powetools and woodworking are not surrounded by clutter. What Google does, or at least that's what I always read between the lines, is visit URLs it considers to be dynamically with more time between each URL in order not to overload the server. Or is the original prejudice against dynamic-looking links now a myth? Doubt it. But what's the problem with making nice URLs? Problem is to find an url rewrite thingie that you can use if you have a windows server where the admin doesn't allow you to install stuff on. |
#8
| |||
| |||
|
|
But what's the problem with making nice URLs? |
#9
| |||
| |||
|
|
Op 30 Nov 2006 23:34:14 GMT schreef John Bokma: "darnel" <Sandy.Pittendrigh (AT) gmail (DOT) com> wrote: I have heard many people say (some in this group) that search engines "do not like links that smell like dynamically generated pages, IE where the URL is loaded with descriptive GET parameters, like: A) some_script.php?Subcategory=Power+Tools&toolty pe=woodworking People who have supported that assertion often suggest using mod_rewrite tricks so links like the above can be displayed as something more like: B) /sitemap/Powertools/woodworking.html ....or whatever. And yet, dynamic-looking links, like example B do show up in keyword searches all the time--at least in Google searches anyway. So is there any optimization difference, at Google, between URL(A) and URL(B) above? Both types are indexed. Will the static-looking link get a slight page rank advantage? Probably yes, also bause powetools and woodworking are not surrounded by clutter. What Google does, or at least that's what I always read between the lines, is visit URLs it considers to be dynamically with more time between each URL in order not to overload the server. Or is the original prejudice against dynamic-looking links now a myth? Doubt it. But what's the problem with making nice URLs? Problem is to find an url rewrite thingie that you can use if you have a windows server where the admin doesn't allow you to install stuff on. |
#10
| |||
| |||
|
|
In your particular example, as long as both are indexed, there will be no difference in ranking because both important keywords - 'woodworking' and 'powertools' are included in both dynamic and static URLs. However, popularity of mod_rewrite method of changing URLs comes from the fact that most dynamic applications create awfully looking URLs WITHOUT any keywords in them, such as forum.php?threadID=12387193871298. You would really have wanted to change it to something like /powertools-woodworking/12387193871298 for search engines to have another clue for what the page is about. |
![]() |
| Thread Tools | |
| Display Modes | |
| |