newreality
01-19-2006, 01:12 PM
Which is better, to enhance PR value of the site overall-- having sites that link to seperate folder pages (where only a single page exists per user):
page.com/folder/Asite.php
page.com/folder/Bsite.php
etc.,
OR, where all sites link to the same page within the the folder:
page.com/folder/Asite.php?company=Asite (where asite is used as a GET variable to pull values,
another would be '?company=Bsite' )
In both cases, the pages may not have much unique content at all.
page.com/folder/Asite.php
page.com/folder/Bsite.php
etc.,
OR, where all sites link to the same page within the the folder:
page.com/folder/Asite.php?company=Asite (where asite is used as a GET variable to pull values,
another would be '?company=Bsite' )
In both cases, the pages may not have much unique content at all.