|
|
#1 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,774
Rep Power: 110 ![]() |
Here is a post I found today that I thought some of you would be interested in:
Official Google Webmaster Central Blog: Specify your canonical
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#2 |
|
Genius At Work
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 689
Rep Power: 17 ![]() |
Awsome, thanks for sharing.
Nick
__________________
Nick Bowers 68c v4.09 Developer |
|
|
|
|
|
#3 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,774
Rep Power: 110 ![]() |
Here is another post about this:
SEOmoz | Canonical URL Tag - The Most Important Advancement in SEO Practices Since Sitemaps
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Mar 2008
Posts: 782
Rep Power: 21 ![]() |
I read the article (interesting) but I cannot see the real advantages of this new tag except it is less terse than doing rewrites and redirects. I must be missing something and stuck in the old paradigm. It is just as quick to rewrite the urls to how they should be. Hard coded into a site or by using .htaccess to rewrite urls. For example just this little bit of code in .htaccess will do the following and save a whole lot of problems.
<IfModule mod_rewrite.c> RewriteEngine On #rewrite index.php to root RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.mydomain.com/ [R=permanent,L] #rewrite all non www on your domain.com pages to www.yourdomain.com RewriteCond %{HTTP_HOST} ^mydomain\.com$ RewriteRule ^.*$ http://www.tmydomain.com%{REQUEST_URI} [R=permanent,L,NC] </IfModule> |
|
|
|
| Bookmarks |
| Tags |
| canonical, google |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't imagine better support | afrederc | Testimonials | 0 | 08-12-2008 01:10 AM |
| Is support working? desperate for support | vega6143 | v3.1 Questions & Support | 16 | 01-11-2008 12:37 AM |
| Support Second to NONE! Thank You! | zman78 | Testimonials | 3 | 04-04-2006 08:35 AM |