Hi, It seems that is very possible to end up with duplicate friendly URLs due to the way they are constructed.
For example, if I have a list of jobs and two jobs have the same title, but are in different cities/states. The url looks like this when you hover over it: http://www.abc.com/jobs/jquery-developer (Location - Colorado) http://www.abc.com/jobs/jquery-developer (Location - New York) In my HTML I have this: <tr> <td><a href="<skin:buildlink objectid="#qJobs.objectid#" urlOnly="True" />">#qJobs.job_title#</a></td> </tr> If I was to send someone a link to the job which job would appear? Any thoughts on this definitely appreciated.
-- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
