Yoast MetaRobots
Please note that this extension is provided as is. It is recommended to always backup your installation prior to usage.
| Created | |
| Last Updated | Thu, March 19, 2009 |
| Version | 0.1.4 |
| Compatibility | Magento 1.2.x |
| Stability | beta |
| Locales available in this package | N/A |
| Downloads | 4726 |
| Community Rating | |
| Categories | Other, Design & Themes |
| License Type | Open Software License (OSL) |
| Tags | header, seo, google, meta tags |
Overview
There's no easy way to control meta robots tags to Magento pages, unless of course, when you install this module.
This module makes it possible (and very easy) to:
* Prevent indexing of your search result pages and tags pages, while still allowing the search engines to follow the links on them, by adding noindex,follow robots meta tags.
* Prevent indexing of non-content pages by adding a noindex,follow.
* Prevent indexing of your login and register pages by adding noindex robots meta tags.
* Prevent Yahoo! and Google from indexing your feeds by adding a meta tag to their head-section.
* Option to set custom robots tags for CMS pages
* Option to set custom robots tags for product pages including noarchive to disable caching by search eniges (to prevent indexing of prices etc)
Configuration can be set at System=> Configuration => Web => "Noindex for non-content pages"
Cms pages CMS => Manage Pages => Select One => Meta Data => Robots
Products: Manage Products => Select One => Meta Information => Meta Robots
More about Magento SEO in general at Yoast.
0.1.3 - fixed whitespace error, thanks to thE_iNviNciblE
0.1.2 - fixed "magento-core/" dependency
0.1.1 - fixed wrong createBlock for CMS pages.
DELETE FROM `eav_attribute` WHERE `eav_attribute`.`attribute_code` = 'meta_robots';
DELETE FROM `core_resource` WHERE CODE = 'metarobots_setup';
Send all your questions and remarks about this extension to magento [ at ] yoast . com.
* Prevent indexing of your search result pages and tags pages, while still allowing the search engines to follow the links on them, by adding noindex,follow robots meta tags.
* Prevent indexing of non-content pages by adding a noindex,follow.
* Prevent indexing of your login and register pages by adding noindex robots meta tags.
* Prevent Yahoo! and Google from indexing your feeds by adding a meta tag to their head-section.
* Option to set custom robots tags for CMS pages
* Option to set custom robots tags for product pages including noarchive to disable caching by search eniges (to prevent indexing of prices etc)
Configuration can be set at System=> Configuration => Web => "Noindex for non-content pages"
Cms pages CMS => Manage Pages => Select One => Meta Data => Robots
Products: Manage Products => Select One => Meta Information => Meta Robots
More about Magento SEO in general at Yoast.
Changelog:
0.1.4 fixed support for non-english websites, thanks to Thierry S.0.1.3 - fixed whitespace error, thanks to thE_iNviNciblE
0.1.2 - fixed "magento-core/" dependency
0.1.1 - fixed wrong createBlock for CMS pages.
Uninstall
Magento doesn't support attributes uninstall. To uninstall, first remove the module from MagentoConnect, deleted cache manually and run the query below on your database:DELETE FROM `eav_attribute` WHERE `eav_attribute`.`attribute_code` = 'meta_robots';
DELETE FROM `core_resource` WHERE CODE = 'metarobots_setup';
Send all your questions and remarks about this extension to magento [ at ] yoast . com.

