View Single Post
Old 09-12-2007, 03:05 AM   #1
gkdeveloper
Green Mole
 
Join Date: Sep 2007
Posts: 3
Ignore links with a particular querystring

Hi,

Still getting to grips with phpdig - is it possible for phpdig to exclude any links that use a particular querystring to be ignored from being indexed?

For instance i have some pages that load a different css dependant upon the querystring, eg..
news.php?id=1
news.php?id=1&css=regular
news.php?id=1&css=large

These pages have the exact same content the only difference is visually (as different css files are loaded dependant on the 'css' querystring.
Is it possible to get phpdig to ignore the latter two links and only index 'news.php?id=1'

Thanks in advance
gkdeveloper is offline   Reply With Quote