how to resolve canonical error in your website

7
How to resolve Canonical Errors in your website A Presentation By Ravi kumar Gsesoftsolutions.com

Upload: r-k-gupta

Post on 06-Jul-2015

714 views

Category:

Self Improvement


0 download

DESCRIPTION

How to resolve canonical error in your website, a complete guide to resolve canonical issues. Hope These Help! visit my website gsesoftsolutions.com to get any latest news on seo.

TRANSCRIPT

Page 1: How to resolve canonical error in your website

How to resolve Canonical Errors in your website

A PresentationBy

Ravi kumarGsesoftsolutions.com

Page 2: How to resolve canonical error in your website

Canonical Issues?

• If your website is opening by the following

– www.abc.com

– Abc.com

– Abe.com/index.php

– Abc.com/index.html

the same page is displaying and is not redirecting to www.abc.com(correct URL), then canonical issues found. You have to remove it, because Google understand all different URLS.

Page 3: How to resolve canonical error in your website

How to resolve canonical issues?

• You can resolve it by the following techniques

– By htaccess file(for All Search Engines)

– By GWT(Google Webmaster tool)

Page 4: How to resolve canonical error in your website

By htaccess file(for All Search Engines)

• We will put redirection code on .htaccess file the non-www version to www version.

• Open your .htaccess file and add the following line

• RewriteEngine OnRewriteCond %{HTTP_HOST} !^www.example.com$ [NC]RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

• Save and Exit

Page 5: How to resolve canonical error in your website

By GWT(Google Webmaster tool)

• Open your Google Webmaster Tool(GWT) and go to your Website Dashboard

• Go to site setting(see snapshot)

Page 6: How to resolve canonical error in your website

Resolving Canonical Issues with GWT

• Select Display URL s as www.gsesoftsolutions.com and click on save button

Page 7: How to resolve canonical error in your website

Hope These Help!

Created by Ravi kumar @ gsesoftsolutions.com

Thanks

Twitter: @GSESoftSolution