SEO Class in Chicago, IL
Learn How To Optimize Your Website on July 26, 2013
High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
String Urls
#1
Posted 09 August 2005 - 05:34 AM
#2
Posted 09 August 2005 - 05:39 AM
Some search bots have difficulties spidering pages with a large query string, last time I heard google could handle 5 (might be more now) like:
website.com?var1=1&var2=2&var3=3&var4=4&var5=5
Websites use query strings to pass data between pages and is useful for sites which employ dynamic data from say a database. You can get around query strings using mod_rewrite - a most useful apache extension.
I personally use the page name as the variable... say if you have a page called contact.htm you can use say php to remove the .htm, then look up 'contact' in your db, and match some related content for example.
LiLo
#3
Posted 09 August 2005 - 05:49 AM
#4
Posted 09 August 2005 - 07:01 AM
#5
Posted 09 August 2005 - 07:29 AM
I can usually pass any data that I need to with that number, and all of the search engines seem to be able to handle that number with relative ease. There is more info on this subject in the Dynamic Sites section of the forums, which is where I'm going to move this to so that it gets better visibility.
#6
Posted 09 August 2005 - 11:27 AM
#7
Posted 11 August 2005 - 10:24 AM
#8
Posted 11 August 2005 - 12:34 PM
#9
Posted 11 August 2005 - 12:37 PM
I disagree with this and have not found it to ever be a problem.
First, dynamic URLs don't signify a constantly changing page. Second, so what if they did? The engines don't mind a constantly changing page. Some people, in fact, seem to think they like those. (I don't personally think they care either way.)
#10
Posted 12 August 2005 - 09:46 AM
In the end though, I'll always code a site now to have static urls, but not because of SEO reasons. The ability hide the exact variable names going into my php scripts, as well as adding extra checking in the .htaccess file increases the security of the page making it a little bit harder for hackers to find problems in your code.
#11
Posted 15 August 2005 - 02:10 AM
Also, if I happen to pop in the middle of a site from a search engine, I usually take a peek at the URL to determine where I'm located (especially if they don't provide a breadcrumb path).
Something for reference:
http://www.google.co...guidelines.html
Just my two cents.
//Henri
#12
Posted 16 August 2005 - 11:24 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










