GeekArticles
Database
SQL Server
Database
SQL ServerTechniques for Preventing Duplicate URLs in Your Website
<p>
Chances are, there are several different URLs that point to the same content on your website. For example, the URLs or are all
likely valid URLs that results in the same content, namely the homepage for <code><i>yoursite</i>.com</code>. While having four different URLs reference the same content
may not seem like a big deal, it can directly impact your search engine placement and, consequently, traffic. To a search engine, those four different
URLs represent four different pages, even though the all produce the same content.
</p><p>
To understand how allowing duplicate URLs in your website can affect your search engine placement, first understand that search engines base a placement in the
search results based, in part, on how many other websites link to the page. Now, imagine that there are 1,000 web pages from other websites that link
to your homepage. You might conclude, then, that a search engine would rank the importance of your homepage based on those 1,000 links. But consider what would happen
if 25% of those links linked to 25% to and so on. Rather than your homepage
reflecting 1,000 inbound links, instead the search engine assumes there are only 250 links to only 250 links and so on. In effect, redundant URLs can dilute your search engine ranking.
</p><p>
A key tenet of <a engine optimization</a> is <a normalization</i></a>,
or <i>URL canonicalization</i>. URL normalization is the process of eliminating duplicate URLs in your website. This article explores four different ways to implement
URL normalization in your ASP.NET website. Read on to learn more!
<br /><a More ></a></p>
Sponsored Links
Related Topics
Subscribe via RSS
SQL Server
- Naming Database Objects: Part II
- Trace Messages Part V: Trace Cleanup
- Naming Database Objects: Part I
- Multiple-Child Aggregation
- Creating SQL Tables for an Integrating Application Using Dexterity
- SQL Server 2005 Beta 2 Transact-SQL Enhancements
- .NET Rocks! - Brian Larson on SQL Server Reporting Services
- Computing the Trimmed Mean in SQL
- SQL Server 2000 Gains on Oracle
- Separator First Formatting (SFF)
