High Rankings Search Engine Optimization ForumHigh Rankings Advisor Search Marketing Newsletter

Welcome Guest ( Log In | Register )

Important Announcement: ***Need an Affordable SEO Website Review?***
3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> URL Structure, Query Strings in URL
Scottie
post Oct 10 2003, 01:16 PM
Post #1


Psycho Mom
Group Icon

Group: Admin
Posts: 6,124
Joined: 21-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Columbia, SC
Member No.: 3



I'm currently running a test to see if the length of the URL matters.

I converted some dynamic URL's to look like folders... they are still pretty long. It's been about a week and a half and Google has picked up 1 of them- so it looks promising.

Google definitely wanted nothing to do with my dynamic URL's containing 7 variables (wonder why? (IMG:http://www.highrankings.com/forum/style_emoticons/default/lol.gif) ) and I finally got this fix in. We'll see if it works- giving it 2 months.

Old URL:
www.columbia4kids.com/cgi-bin/datacgi/database.cgi?file=Forum&report=Topic&TopicID=0017&firstrecord=0&finalrecord=19/

New URL:
www.columbia4kids.com/cgi-bin/datacgi/database.cgi/Forum/Topic/TopicID=0017/firstrecord=0/finalrecord=19/


The new URL is indexed- but it is only one of thousands... I'm waiting to see if Google only picks ones that are linked from the main pages or actually follows one long url to the next.
Go to the top of the page
 
+Quote Post
csjavi
post Oct 12 2003, 04:34 AM
Post #2


HR 4
****

Group: Active Members
Posts: 148
Joined: 2-September 03
User's local time:
Feb 9 2010, 05:52 PM
From: Tampere, Finland
Member No.: 713



QUOTE(scottiecl @ Oct 10 2003, 02:16 PM)
New URL:
www.columbia4kids.com/cgi-bin/datacgi/database.cgi/Forum/Topic/TopicID=0017/firstrecord=0/finalrecord=19/

That URL is rather long. (IMG:http://www.highrankings.com/forum/style_emoticons/default/tongue.gif) Why don't you use something like
www.columbia4kids.com/Forum/TopicID=0017/firstrecord=0/finalrecord=19/
Go to the top of the page
 
+Quote Post
Scottie
post Oct 12 2003, 10:21 AM
Post #3


Psycho Mom
Group Icon

Group: Admin
Posts: 6,124
Joined: 21-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Columbia, SC
Member No.: 3



Working on that... it's a third party software thing and I'm trying to get the developers to get rid of some of the excess "stuff". I've got too much content and too few database-conversion skills and way too little time to try and figure it out on my own. They are making some progress though with the file structure URL as opposed to query.

I am interested to see how Google will treat this incredibly long URL though... if nothing else, it's an interesting test.
Go to the top of the page
 
+Quote Post
csjavi
post Oct 12 2003, 12:06 PM
Post #4


HR 4
****

Group: Active Members
Posts: 148
Joined: 2-September 03
User's local time:
Feb 9 2010, 05:52 PM
From: Tampere, Finland
Member No.: 713



You don't need any database skills. Use .htaccess.
CODE
RewriteEngine on
RewriteRule ^Forum/([0-9]+)/([0-9]+)/([0-9]+) cgi-bin/datacgi/database.cgi/Forum/Topic/TopicID=$1/firstrecord=$2/finalrecord=$2/

That code should map /Forum/0017/0/19 to /cgi-bin/datacgi/database.cgi/Forum/Topic/TopicID=0017/firstrecord=0/finalrecord=19/
Go to the top of the page
 
+Quote Post
Scottie
post Oct 12 2003, 01:28 PM
Post #5


Psycho Mom
Group Icon

Group: Admin
Posts: 6,124
Joined: 21-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Columbia, SC
Member No.: 3



Don't think I have access to .htaccess on that particular server, but I'm going to look into it. It might be worth changing hosts. Thanks!
Go to the top of the page
 
+Quote Post
Craig B
post Oct 13 2003, 06:16 PM
Post #6


HR 4
****

Group: Active Members
Posts: 215
Joined: 25-September 03
User's local time:
Feb 9 2010, 11:52 AM
From: Calgary, Alberta, Canada
Member No.: 889



QUOTE(scottiecl @ Oct 12 2003, 02:28 PM)
Don't think I have access to .htaccess on that particular server, but I'm going to look into it. It might be worth changing hosts. Thanks!

Usually if you have telnet or SSH support for a server you can access your .htaccess file. The file normally doesn't show up when you ftp into a site, but when you use Putty or something like that, do this:

ls -a

and it will show the hidden .htaccess files!

cheers,
Craig.
Go to the top of the page
 
+Quote Post
Jill
post Oct 13 2003, 06:21 PM
Post #7


High Rankings Advisor
Group Icon

Group: Admin
Posts: 29,199
Joined: 21-July 03
User's local time:
Feb 9 2010, 10:52 AM
From: Ashland, MA
Member No.: 2



I don't think microsoft servers use the .htaccess file though. Linux and Unix servers do, however. You can just make your own text file and name it .htaccess and try it to see if it works.

Jill
Go to the top of the page
 
+Quote Post
qwerty
post Oct 13 2003, 06:32 PM
Post #8


HR 10
Group Icon

Group: Moderator
Posts: 7,489
Joined: 24-July 03
User's local time:
Feb 9 2010, 10:52 AM
From: Somerville, MA
Member No.: 22



On a Windows server everything is set through the management console, AFAIK, and I'm not aware of any way to do that remotely.
Go to the top of the page
 
+Quote Post
Scottie
post Oct 21 2003, 08:21 PM
Post #9


Psycho Mom
Group Icon

Group: Admin
Posts: 6,124
Joined: 21-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Columbia, SC
Member No.: 3



QUOTE(scottiecl @ Oct 10 2003, 02:16 PM)
Google definitely wanted nothing to do with my dynamic URL's containing 7 variables (wonder why? (IMG:http://www.highrankings.com/forum/style_emoticons/default/lol.gif) ) and I finally got this fix in. We'll see if it works- giving it 2 months.

Old URL:
www.columbia4kids.com/cgi-bin/datacgi/database.cgi?file=Forum&report=Topic&TopicID=0017&firstrecord=0&finalrecord=19/

New URL:
www.columbia4kids.com/cgi-bin/datacgi/database.cgi/Forum/Topic/TopicID=0017/firstrecord=0/finalrecord=19/

An update on the folder structure vs query string thing:

The modification was made on Oct 03- a little less than 3 weeks later I've got 114 of these URL's now indexed and Googlebot is digging deeper into the content every day; it crawled about 300 pages today.

The folder structure setup does not seem to be an issue. (IMG:http://www.highrankings.com/forum/style_emoticons/default/smile.gif)
Go to the top of the page
 
+Quote Post
bobsledbob
post Oct 21 2003, 09:24 PM
Post #10


HR 3
***

Group: Active Members
Posts: 102
Joined: 20-September 03
User's local time:
Feb 9 2010, 11:52 AM
From: Ogden, Utah, USA
Member No.: 856



Scottie,

This is extremely useful information. Thanks for taking the time to do this experiment and posting the results.

Adam
Go to the top of the page
 
+Quote Post
Scottie
post Nov 16 2003, 12:12 AM
Post #11


Psycho Mom
Group Icon

Group: Admin
Posts: 6,124
Joined: 21-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Columbia, SC
Member No.: 3



Quick update- Google now has 453 of the modified URL pages indexed, about 6 weeks after changing them. (IMG:http://www.highrankings.com/forum/style_emoticons/default/thumbup1.gif)
Go to the top of the page
 
+Quote Post
well
post Nov 16 2003, 01:08 AM
Post #12





Guests







Thank you.

that information is with gold value (IMG:http://www.highrankings.com/forum/style_emoticons/default/thumbup1.gif)
Go to the top of the page
 
+Quote Post
SanDiegoMedia
post Nov 20 2003, 12:08 PM
Post #13


HR 4
****

Group: Active Members
Posts: 120
Joined: 11-September 03
User's local time:
Feb 9 2010, 11:52 AM
From: everywhere
Member No.: 784



The length of URL doesn't seem to be a problem. Do a google for:
site:www.homecontrols.com inurl:www.homecontrols.com

My URLs look like this:
www.homecontrols.com/cgi-bin/main/co_disp/displ/prrfnbr/1561/sesent/00

Obviously long, but with 17k+ links indexed, obviously GoogleBot didnt mind.
Go to the top of the page
 
+Quote Post
leond
post Nov 21 2003, 03:36 AM
Post #14


HR 2
**

Group: Members
Posts: 10
Joined: 13-November 03
User's local time:
Feb 9 2010, 04:52 PM
Member No.: 1,309



You can set up .htaccess using just FTP - create the file locally, and then upload it. To see if there are any currently on the server, you can almost always get a list by using your FTP client's raw command facility, and sending

ls -al

when you're in the directory you want to look for a .htaccess in. I'm not sure how well this will work with Windows FTP servers, but it's worked with Unix ones for years
Go to the top of the page
 
+Quote Post
GeordieSEO
post Nov 21 2003, 04:19 AM
Post #15


Haway The Lads
****

Group: Active Members
Posts: 208
Joined: 31-July 03
User's local time:
Feb 9 2010, 11:52 AM
From: Newcastle Upon Tyne / Teesside, UK
Member No.: 122



Interesting information...

We've done a similar thing for a dynamic site which isn't live yet but we were considering changing it because we thought there were too many slashes and the spiders wouldn't crawl that deep.

e.g. on the live site a typical URL would be http://www.*******.***/articles/living_today/food_&_drink/recipes

Any comments and thoughts would be appreciated

(IMG:http://www.highrankings.com/forum/style_emoticons/default/cheers.gif)
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >   
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



This forum is sponsored by High Rankings, a Boston SEO Agency
- Lo-Fi Version Time is now: 9th February 2010 - 10:52 AM