A site I'm working on (where I don't have dev control) has a number of generic 'enquiry' pages about its widgets. The links go like this:
enquire.php?widget=123&type=enquiry-type
I'm thinking there are various ways to deal with this that are at my disposal, given that I can't get the site recoded to hide these links altogether:
1) rel=nofollow the links
2) noindex,nofollow the enquiry pages
Both of these to my mind do the same thing - create a dead end for PR.
So then there's:
3) noindex,follow the enquiry page and insert a link back into the site. Google sees loads of pages, flows link benefit back into the site.
or
4) use a canonical tag and insert a link back into the site. Google sees one page and flows link benefit back into the site.
What do people think about these approaches? Any other ideas?