Wordpress plugins
Add Meta Tags

Add Meta Tags

Version : 2.11.3
Tested up to : 4.5.10
Number of download : 1303224
Average rating : 5 / 5 on 86 votes 86 votes, 5 avg.rating

Screenshots

Add Meta Tags
Add Meta Tags
Add Meta Tags
Add Meta Tags

Add-Meta-Tags is a Free metadata plugin for the WordPress Publishing Platform that can optimize your web site for more efficient indexing of your content by search engines and easier sharing on social networks. It achieves this by generating machine friendly information about your content, called metadata, according to widely used standard specifications. NOTICE: THIS PLUGIN HAS BEEN DEPRECATED. IT IS NO LONGER SUPPORTED. IT IS NO LONGER TESTED WITH NEW WORDPRESS RELEASES. USING IT IN PRODUCTION IS NOT RECOMMENDED. IT IS STRONGLY SUGGESTED TO MIGRATE TO OTHER MORE MODERN AND BETTER MAINTAINED PLUGINS. IF YOU ARE STARTING A NEW BLOG, IT IS HIGHLY RECOMMENDED TO SEARCH FOR OTHER PLUGINS IN ORDER TO AVOID THE INEVITABLE FUTURE MIGRATION. REGARDING EXISTING USERS, AT THE TIME OF WRITING, THERE ARE NO MAJOR BUGS. PROVIDED THAT THE WORDPRESS API DOES NOT CHANGE SOON, YOU HAVE THE TIME TO EXPERIMENT WITH OTHER PLUGINS AND PLAN YOUR MIGRATION. SUPPORT VOLUNTEERS IN THE WORDPRESS FORUMS SHOULD NOT RECOMMEND THIS PLUGIN TO NEW USERS. Notice about the development status The current feature set of this plugin is already beyond what I need or use, so further development, enhancement and testing of it is no longer in my priorities. Moreover, since the release of version 2.11.0, I do not provide any support for it and I no longer recommend using it in production. Due to lack of free time, there are no plans to do any more work on it. If you continue using this plugin in production, you are on your own. Furthermore, please consider that Add-Meta-Tags was started many years ago. In many cases it does its job in an inefficient way and its design and implementation should now be considered outdated. Addressing the implementation flaws would require rewriting the plugin almost from scratch, which is out of the question, since there are already many excellent and modern plugins in the WordPress Plugin Repository that are actively maintained and fully supported. So, I highly recommend to start planning your migration to other plugins as soon as possible. Regarding data migration, you can find specific information about how Add-Meta-Tags stores its data and general information about how you could migrate that data to other plugins in the Other Notes section. Last, but not least, there are several strong indications that during the last months my plugins have been the target of spammers. Be cautious! I strongly suggest that you completely avoid any forks of this plugin or any third party downloads. Instead, I strongly encourage you to migrate to other plugins. Also, please note that Add-Meta-Tags is not for sale and that I’m not interested in any idea about it. Finally, please note that the available documentation on the wiki may contain outdated information in some parts about the customization of the plugin. Since the plugin is now deprecated, there are no plans to work on the documentation. Again, I highly recommend starting your experimentation with other more modern plugins. Add-Meta-Tags was started in 2006. Please visit the Add-Meta-Tags historical homepage. Official Project Homepage More technical information and documentation about the features can be found at the Add-Meta-Tags Development Web Site. Support Add-Meta-Tags is released without support of any kind. The developer no longer offers support for this plugin. Legal Notice Add-Meta-Tags is Copyright (c) 2006-2016 George Notaras. All rights reserved. Permission is granted to use this software under the terms of the Apache License version 2 and the NOTICE file that ships with the distribution package. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. WordPress is a registered trademark of Automattic Inc. Add-Meta-Tags uses the WordPress API to store its data in Custom Fields. The following notes outline the types of data stored in each field. Since the plugin has been deprecated, this information is provided in order to facilitate the migration of your data to other plugins. For more information, you can refer to the relevant Data Storage page on the wiki. Post objects The data of the following post related Custom Fields is stored in the wp_postmeta table of the database. _amt_description – the content’s custom description (the description field is also read as a fallback for backwards compatibility). _amt_keywords – the content’s custom keywords (the keywords field is also read as a fallback for backwards compatibility). _amt_title – the content’s custom title. _amt_news_keywords – the content’s custom news keywords. _amt_full_metatags – the content’s full meta tag code. _amt_image_url – URL of an image that overrides all other content images (see Notes below). _amt_content_locale – contains a content locale that overrides the global locale setting. _amt_express_review – contains special notation of review related information. _amt_referenced_list – list of URLs of items referenced in the post. Term objects The data of the following term related Custom Fields is stored in the wp_termmeta table of the database. _amt_term_full_metatags – contents of the full meta tags box. _amt_term_image_url – custom image URL field (see Notes below). User objects The data of the following user related Custom Fields is stored in the wp_usermeta table of the database. _amt_user_full_metatags – contents of the full meta tags box. _amt_user_image_url – custom image URL field (see Notes below). Notes The fields that store information about images may contain: An integer (attachment ID) An image URL The special notation: URL,WIDTHxHEIGHT Contact Methods The contact methods are Custom Fields of user objects. The data of the following user related Custom Fields is stored in the wp_usermeta table of the database. The extra contact methods added by Add-Meta-Tags are: amt_facebook_author_profile_url as Facebook author profile URL (AMT) amt_googleplus_author_profile_url as Google+ author profile URL (AMT) amt_twitter_author_username as Twitter author username (AMT) The following contact methods were also used in older releases: amt_facebook_publisher_profile_url as Facebook publisher profile URL (AMT) amt_googleplus_publisher_profile_url as Google+ publisher page URL (AMT) amt_twitter_publisher_username as Twitter publisher username (AMT) Example data migration by renaming the custom fields in the database This is an example SQL query which can migrate data from a Custom Field used by Add-Meta-Tags to a Custom Field used by another plugin. Please note that the following example is provided for informational purposes and for advanced users only who have knowledge about how to issue SQL statements directly at the MySQL shell. If it seems too advanced for you, then please consult a technical expert. Also, please, always keep a backup of your database before making any changes to it from the MySQL shell. UPDATE wp_postmeta SET meta_key='_other_description' WHERE meta_key='_amt_description'; The above SQL statement renames the _amt_description field of the wp_postmeta table to _other_description.

Download now