Hi I am about do do something but wanted to check its the correct idea / method...
I am working on a site that has several other insurance brokers linking into it with their own ID number and that number assigning the quote engine to that broker.
The page that sets the sessions etc is referrals.aspx?ID=?? this is the link on the brokers sites. This referrals.aspx page auto directs the user the quote engine instantly so they dont get to see it.
Now I am going to change the URLS on the brokers sites from
www.mysite.com/referrals.aspx?ID=?? to
www.mysite.com/carinsurancequotes/brokername and have IIS re-direct them to the
www.mysite.com/referrals.aspx?ID=??
This will give me much better link juice, correct? :)
EDIT - Hmm... but they will all be different pages?.. Any ideas?
Thanks!