Changes between Version 26 and Version 27 of qSEOptimizer
- Timestamp:
- Jan 14, 2010 11:33:33 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qSEOptimizer
v26 v27 52 52 Do this for all documents that need enhanced SEO properties. 53 53 54 == Canonical URL==54 == [wiki:qSEOptimizer/properties Canonical URL] == 55 55 56 Starting from version 2.0.4 SEOptimizer has new feature added to the list of SEO Properties - ''' Canonical URL'''.56 Starting from version 2.0.4 SEOptimizer has new feature added to the list of SEO Properties - '''[wiki:qSEOptimizer/properties Canonical URL]'''. 57 57 58 58 Canonical URL for search engine marketing purposes is the URL you want people to see. Depending on how your web site was programmed or how your tracking URLs are setup for marketing campaign, there may be more than one URL for a particular web page. 59 60 The problem most search engine marketers run into deals with domains. Sometimes if a domain is not setup properly, the domain URL (example.com) and the www example URL (www.example.com) are considered individual web pages. So, our site might have identical or vastly similar content that's accessible through multiple URLs, e.g:61 * www.example.com62 * example.com/63 * www.example.com/index.html64 * example.com/home.asp65 66 Since all pages may be indexed by Google - you could get hit for duplicate content and at the very least you would be splitting your link popularity.67 68 Canonical URL field provides you with more control over the URL returned in search results. You can specify canonical URL for every single page.69 70 [[Image(canonical-url.png, nolink)]]