Question 1: Is there an negative
SEO effect from having hundreds or thousands of similar folders?
For instance, /VAHenrico, /VARichmondCity, /VACaroline for each county in the state of Virginia.
Each folder would contain files similar in layout but different in content.
Question 2: Is there a positive
SEO benefit from having a keyword twice in the folder name and file name in a URL?
For instance, domainName.com/VAHenrico/BusinessName-Henrico-89723.thtml
Question 3: Would a dynamically accessed file which uses mod_rewrite be better then a static file which uses embeded scripting to access dynamic content from a database be better from a
SEO standpoint?
For instance:
domainName.com/fileName.php?var1=VAHenrico
rewritten by mod_rewrite as:
domainName.com/fileName/VAHenrico
vs
domainName.com/fileName-VAHenrico.thtml
原帖地å€: TechSpott - Computer and technology forums http://www.techspott.com//showthread.php?p=8204
Thanks!