 |
|
06-09-2007, 06:15 AM
|
#1 (permalink)
|
|
Contributing Member
Join Date: 12-03-06
Location: Indiana
Posts: 1,268
Latest Blog: None
|
dynamic urls and seo
|
|
|
06-09-2007, 08:43 AM
|
#2 (permalink)
|
|
Contributing Member
Join Date: 06-28-04
Location: Ottawa, Canada
Posts: 472
|
One parameter in the URL should be fine as long as that's not a session ID.
Update to our webmaster guidelines
By Vanessa Fox
Wed, Oct 25 2006
Quote:
As the web continues to change and evolve, our algorithms change right along with it. Recently, as a result of one of those algorithmic changes, we've modified our webmaster guidelines. Previously, these stated:
Quote:
|
Don't use "&id=" as a parameter in your URLs, as we don't include these pages in our index.
|
However, we've recently removed that technical guideline, and now index URLs that contain that parameter. So if your site uses a dynamic structure that generates it, don't worry about rewriting it -- we'll accept it just fine as is. Keep in mind, however, that dynamic URLs with a large number of parameters may be problematic for search engine crawlers in general, so rewriting dynamic URLs into user-friendly versions is always a good practice when that option is available to you. If you can, keeping the number of URL parameters to one or two may make it more likely that search engines will crawl your dynamic urls.
|
|
|
|
06-09-2007, 10:57 AM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 12-03-06
Location: Indiana
Posts: 1,268
Latest Blog: None
|
yes
yes I know that, but what I'm asking is there a way to always redirect .php?name=32
.php?name=31
.php?name=33
now redirect them to .php, but be able to use the php global get array to pull the query url string
|
|
|
06-11-2007, 12:35 AM
|
#4 (permalink)
|
|
Contributing Member
Join Date: 06-09-07
Posts: 63
Latest Blog: None
|
does any body notice that dynamic pages has lesser Pr then static one.
|
|
|
06-11-2007, 05:30 AM
|
#5 (permalink)
|
|
Contributing Member
Join Date: 06-28-04
Location: Ottawa, Canada
Posts: 472
|
Quote:
Originally Posted by king2163
does any body notice that dynamic pages has lesser Pr then static one.
|
That's always been true for public PR and dynamic pages.
However, it doesn't mean anything at all, really. It doesn't stop those pages from being indexed and ranking well. It's just the nature of the URL for dynamic pages.
|
|
|
06-11-2007, 06:27 AM
|
#6 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
From a search point of view there is nothing wrong with a well written dynamic URL and there never was. I have argued against Google's own technical guides and Matt Cutts and it seems I was right.
|
|
|
06-11-2007, 02:53 PM
|
#7 (permalink)
|
|
Contributing Member
Join Date: 11-14-06
Location: New York City
Posts: 148
|
I also think that having a shorter url makes it easier for visitors to remember it and link to it....
|
|
|
06-11-2007, 03:36 PM
|
#8 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
Quote:
Originally Posted by oseymour
I also think that having a shorter url makes it easier for visitors to remember it and link to it....
|
When was the last time you did this? Users can bookmark or use web search to find articles or products they have read and this is a far more common practice. But we pushing this off topic.
|
|
|
06-11-2007, 04:08 PM
|
#9 (permalink)
|
|
Inactive
Join Date: 03-30-07
Location: Illinois
Posts: 131
|
People often share links on email lists. Long urls tend to break more often. Shorter urls are better.
|
|
|
06-11-2007, 04:19 PM
|
#10 (permalink)
|
|
Contributing Member
Join Date: 11-14-06
Location: New York City
Posts: 148
|
Quote:
Originally Posted by Johan007
When was the last time you did this? Users can bookmark or use web search to find articles or products they have read and this is a far more common practice. But we pushing this off topic.
|
Are you kidding me? Are you asking me when was the last time I linked to an article or when was the last time users linked to an article.....either one get's the same "are you kidding me response"
I do it all the time....and so do a lot of other people on internet. People link to and IM each other links all the time....who want's to deal with a long messy url? A short url with a keyword in it gives me a preview of the page before I even get to it
|
|
|
06-12-2007, 01:28 AM
|
#11 (permalink)
|
|
Inactive
Join Date: 05-30-07
Posts: 54
Latest Blog: None
|
but doesn't search engines give more importance to static urls instead of dynamic ones
|
|
|
06-12-2007, 05:47 AM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 06-28-04
Location: Ottawa, Canada
Posts: 472
|
Quote:
Originally Posted by RNK1.com
but doesn't search engines give more importance to static urls instead of dynamic ones
|
No.
Google Facts & Fiction
Quote:
Fiction: Sites are not included in Google's index if they use ASP (or some other non-html file-type.)
Fact: We're able to index most types of pages and files with very few exceptions. A sampling of the file extensions we're able to index includes: pdf, asp, jsp, html, shtml, xml, doc, xls, ppt, rtf, wks, lwp, wri, swf, cfm, and php.
|
Google and Dynamic Pages
Quote:
If you decide to use dynamic pages (i.e., the URL contains a "?" character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them few.
Allow search bots to crawl your sites without session IDs or arguments that track their path through the site. These techniques are useful for tracking individual user behavior, but the access pattern of bots is entirely different. Using these techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs that look different but actually point to the same page.
|
Update to Google and dynamic pages
Quote:
As the web continues to change and evolve, our algorithms change right along with it. Recently, as a result of one of those algorithmic changes, we've modified our webmaster guidelines. Previously, these stated:
Quote:
|
Don't use "&id=" as a parameter in your URLs, as we don't include these pages in our index.
|
However, we've recently removed that technical guideline, and now index URLs that contain that parameter. So if your site uses a dynamic structure that generates it, don't worry about rewriting it -- we'll accept it just fine as is. Keep in mind, however, that dynamic URLs with a large number of parameters may be problematic for search engine crawlers in general, so rewriting dynamic URLs into user-friendly versions is always a good practice when that option is available to you. If you can, keeping the number of URL parameters to one or two may make it more likely that search engines will crawl your dynamic urls.
|
|
|
|
06-12-2007, 06:18 AM
|
#14 (permalink)
|
|
Contributing Member
Join Date: 06-28-04
Location: Ottawa, Canada
Posts: 472
|
Quote:
Originally Posted by oseymour
I do it all the time....and so do a lot of other people on internet. People link to and IM each other links all the time....who want's to deal with a long messy url? A short url with a keyword in it gives me a preview of the page before I even get to it
|
Nonsense. I send links to articles to friends or colleagues quite frequently and whether it's a long URL or a short sassy one doesn't make a damn but of difference.
It's called "cut-and-paste". And at the receiving end, it's called "click the link".
We're not talking about back-breaking physical labor here...
|
|
|
06-12-2007, 06:20 AM
|
#15 (permalink)
|
|
v7n Mentor
Join Date: 01-16-07
Location: Assen, the Netherlands
Posts: 1,371
Latest Blog: None
|
Some people prefer to be able to see what the link is leading to before they click it. For that people an url with a keyword (or more) in it is preferred.
|
|
|
06-12-2007, 06:28 AM
|
#16 (permalink)
|
|
Contributing Member
Join Date: 06-28-04
Location: Ottawa, Canada
Posts: 472
|
It doesn't matter a damn to me. I consider (1) who sent me the link and (2) why and then (3) the domain name. I don't care about anything else.
|
|
|
06-12-2007, 06:34 AM
|
#17 (permalink)
|
|
v7n Mentor
Join Date: 01-16-07
Location: Assen, the Netherlands
Posts: 1,371
Latest Blog: None
|
That is your opinion, and I respect that. But you could also think outside your box, and realise that some people do prefer shorter (keyword, etc etc) links.
You don't give a damn, 30 other people dont give a damn, 30 people do give a damn. This is a discussion based on opinion, and it can go on forever.
|
|
|
06-12-2007, 08:09 AM
|
#18 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
Quote:
Originally Posted by minstrel
It doesn't matter a damn to me. I consider (1) who sent me the link and (2) why and then (3) the domain name. I don't care about anything else.
|
Well said. A keyword in the URL makes no difference to user.
Quote:
Originally Posted by Jesse Vlasveld
That is your opinion, and I respect that. But you could also think outside your box, and realise that some people do prefer shorter (keyword, etc etc) links.
|
Not some and maybe just a tiny minority. When was the last time you hand typed a page URL? I agree top level pages like BBC.co.uk/Films is common but not the articles themselves.
Quote:
Originally Posted by Jesse Vlasveld
|
Why? There is no point and there never was. Your just waisting your time doing this.
Quote:
Originally Posted by RNK1.com
but doesn't search engines give more importance to static urls instead of dynamic ones
|
And you believed who ever told you? Have you ever seen the Search Engine results pages they are full of query string URLs? I can not believe how wrong Google could be over the issue and goes to show the gap between the techies and PR department including Matt Cutts who I have proven wrong before.
Last edited by Johan007 : 06-12-2007 at 08:25 AM.
|
|
 | |