Maximize the Link Juice of your Infographic with the use of the Canonical HTTP Header
Since June 2011 Google is supporting to set the rel canonical via the Canonical HTTP Header.
This is great for PDF files, but nobody seems to have mentioned images? Does it even work?
Link building with your infographic
A popular method nowadays, post penguin, is to use an infographic to attract links. But how do you do with those that only link directly to the image file?
Use this code in the .htaccess:
<FilesMatch "my-great-infographic.png">
Header set Link '<http://www.yourdomain.com/url-of-where-i-host-my-infographic/>; rel="canonical"'
</FilesMatch>
This is especially great if you provide an embed code with a smaller infographic that links to the image file for showing the full size.
Note: I am not sure if it works in Google. Maybe the image will not even be indexed?
Please comment below if you have any experience with this. Thanks.
Thanks to makeitrank.com for the .htaccess code.
Other posts
- Annual report number 13 + 14: My Success
- Selling my SEO business TodaysWeb
- PDO vs MySQLi speed comparison
- Installing Apache Cassandra with PHP 7 on Ubuntu 16.04
- Annual report number 11 + 12: My Success
- Git with GitHub the Simple Way
- Annual report number 9 + 10: My Success
- Annual report number 8: My Success
- Guide: WordPress with Maximum Performance and Speed
- How to load WordPress in a few milliseconds using Redis
About the Author
Jim Westergren is a Swedish web entrepreneur. He is happily married and has three lovely children. Some of his interests are web development, SEO and writing. He is the Founder of DomainStats and N.nu. Read his full about page.