 |
09-27-2004, 07:08 AM
|
#1 (permalink)
|
|
Contributing Member
Join Date: 07-11-04
Location: Pakistan
Posts: 288
Latest Blog: None
|
Using dynamically built links
Hi.
I heard google doesnt index links that have the ? mark character in it.What is the solution for me if I want to dynamically run my website?
|
|
|
09-27-2004, 07:33 AM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
Latest Blog: None
|
Google does not have a problem indexing dynamic links. If it did none of the forum links would not be indexed. I have created many sites using ASP and dynamic content with pretty long paramaters and I have not run into any issues or problems being indexed. You have been told old information or read a very old article.
imaginemn
|
|
|
09-27-2004, 07:39 AM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 07-11-04
Location: Pakistan
Posts: 288
Latest Blog: None
|
thanks for the clarification,now I wont have to create each page manually
Just wondering,is it better to use static links instead of dynamic ones with regards to the SEO?or the other way round?
|
|
|
10-05-2004, 07:38 AM
|
#4 (permalink)
|
|
Contributing Member
Join Date: 02-25-04
Posts: 276
|
Its a lot easier to create static links for sure. But Im fairly certain that dynamic sites are much more difficult to crawl and thus if you can avoid the question marks, then thats the road to take, for ASP sites there is something called an ISAPI rewrite that converts the code into static looking code so that the site is much more crawlable...
|
|
|
10-05-2004, 08:08 AM
|
#5 (permalink)
|
|
v7n Mentor
Join Date: 10-16-03
Location: USA
Posts: 1,559
Latest Blog: None
|
Quote:
|
Originally Posted by imaginemn
Google does not have a problem indexing dynamic links. If it did none of the forum links would not be indexed. I have created many sites using ASP and dynamic content with pretty long paramaters and I have not run into any issues or problems being indexed. You have been told old information or read a very old article.
imaginemn
|
I've been looking at this for the last month and agree there is bad or old info out there (people - Date your articles). I was told to shorten the parameters, etc. But, I also see lots of dynamic pages getting indexed...like this forum.
We're in the process of testing dynamic pages vrs static pages. The testing will take awhile.
|
|
|
10-07-2004, 09:00 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 02-25-04
Posts: 276
|
Id be curious as to what you find out busker.....
|
|
|
10-07-2004, 11:46 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: Lebanon
Posts: 4,099
Latest Blog: None
|
dunno about the SEO pros and cons of static links, but I know that in terms of web security, static links are more secure against those cookie stealing and sql injection type of attacks.
|
|
|
10-08-2004, 01:03 AM
|
#8 (permalink)
|
|
Inactive
Join Date: 06-30-04
Posts: 36
Latest Blog: None
|
Well, I can attest that my site went from a PR0 to PR5 and all pages and subs are either PR4 or PR5, but my links category pages are still a PR0.
BTW, does anybody know how to write a mod rewrite for my dynamic link category pages? My category link pages are written dynamically to resource.php?dir=1 (dir2,dir3,etc). I'd like to rewrite them to directory1.html, directory2.html, etc. Any good programmers here?
Thanks.
|
|
|
10-08-2004, 09:48 AM
|
#9 (permalink)
|
|
Contributing Member
Join Date: 02-25-04
Posts: 276
|
so you need a php rewrite? whats the webserver for php pages is it apache?
|
|
|
10-08-2004, 09:51 AM
|
#10 (permalink)
|
|
Inactive
Join Date: 06-30-04
Posts: 36
Latest Blog: None
|
Yes I do need a rewrite and yes it is apache. I've been researching like crazy but am a little lost since I've never done this before. Do you know of a good article of an example that would work in my case?
|
|
|
10-08-2004, 12:20 PM
|
#11 (permalink)
|
|
v7n Mentor
Join Date: 01-26-04
Location: Austin, Texas
Posts: 444
|
Google will definately index dynamically generated pages with ?'s, although you want watch the length of the URL as Google sometimes has issues indexing pages with long URL's (although Amazon seems to have worked their way around).
You might look at using stuffed URL's and put keywords in your URL's. This doesn't help as much as it used to, but I believe it still makes a small difference.
Brian
|
|
|
10-08-2004, 03:06 PM
|
#12 (permalink)
|
|
Inactive
Join Date: 07-28-04
Posts: 106
Latest Blog: None
|
I think you want something like this:
RewriteRule ^directory([0-9]+).html$ resource.php?dir=$1
|
|
|
10-11-2004, 09:56 AM
|
#13 (permalink)
|
|
Inactive
Join Date: 06-30-04
Posts: 36
Latest Blog: None
|
You are correct thJack. Thanks to hatchet, he supplied the same info plus pointing out that I needed to change all of my category links to point to resource(x).html. Thanks hatchet! You guys can check it out on my debt consolidation site in my sig. It's a pretty sweet link script and even better now 
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| 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
|
|
|
All times are GMT -7. The time now is 02:18 AM.
© Copyright 2008 V7 Inc
|
|