Description
This plugin will give you the ability to use the excerpt
as meta description
for any post or page. From now you are able to control the description of your site which will be displayed on the search engine results pages.
By activation the plugin enables the excerpt for static edit pages in admin area.
Related Links
Note:
Before installing or upgrading new plugins, please backup your database first!
Screenshots
Installation
There are several ways to install a plugin in WordPress. For newbies this way is highly recommended:
- Navigate to ‘Add New’ under ‘Plugins’ menu in admin area
- Upload or choose
wp-meta-description.zip
from ‘Install Plugins’ - Activate the plugin through the ‘Plugins’ menu in WordPress
For correct working make sure that your site visibility isn’t blocked. You can find this option under ‘Privacy’ in ‘Settings’ menu. Prevent to intall more than one plugin for the same task. Prevent double entries in the header and values which are in conflict to each other.
FAQ
- Do I have to add any code in the template?
-
No, the plugin will automatically add the
meta description tag
in the header. - How I can be sure that the plugin works properly?
-
Go to the frontend of your page and check the source code.
- Will this plugin works together with other SEO plugins?
-
Yes, for sure. But check your code for double entries.
- Where I can find it after activation in the admin area?
-
The only visual change is the adding of the excerpt for pages.
Reviews
Contributors & Developers
“WordPress Meta Description” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress Meta Description” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.5
- function for cutting string changed
1.5
- code cleanup and changes in readme.txt
1.4
- adding function for cutting string
1.3
- strip_tags for preventing display problems
1.2
- post_type_support instead of add_meta_box
1.1
- No output if the excerpt is empty
1.0
- Basic functionality