With ASP.NET MVC (or using HttpHandlers) you can dynamically generate URLs, for example in this question that includes a header.
What happens if the title changes (for example, it is edited) and there is a link pointing to a page from another site, or was Google Pagerank calculated for this URL?
Think everything is lost right? (The link points to nowhere, and the page counter is calculated)
If so, is there a way to avoid this?
source
share