- Adobe Icon Handler
- Adobe Postscript Printer
- Datenübertragungsdienst
- Designstudio FontCatalog
- Designstudio FontLinker (Win)
- Designstudio LoadFonts (Mac)
- Designstudio LoadFonts (Win)
- Designstudio LoadHiRes
- Eingabeaufforderung
- Flexense DiskPulse
- Microsoft AppleTalk Support
- Windows ZIP-Funktion
- WordPress Custom Sidebar
- WordPress Media Tags
- WordPress Meta Description
- WordPress Meta Keywords
- WordPress Meta Robots
- Microsoft Process Explorer
- Microsoft Autoruns
- Trend Micro SysClean
WordPress Meta Description 1.4ƒ
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.

Features
- adding excerpt for pages
- doesn’t add code if excerpt is empty
- removes HTML tags from excerpt
- automatically shorten of long descriptions
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.zipfrom ‘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.
Download
WordPress Meta Description 1.4ƒ (wp-meta-description.zip)
(only for WordPress 3.1+)
Note: Before installing or upgrading new plugins, please backup your database first!
Changelog
- Version 1.4: adding function for cutting string
- Version 1.3: strip_tags for preventing display problems
- Version 1.2: post_type_support instead of add_meta_box
- Version 1.1: No output if the excerpt is empty
- Version 1.0: Basic functionality
Weiterführende Informationen
WordPress.org Plugin Directory – WordPress Meta Description
Softpedia Download Encyclopedia – WordPress Meta Description
Designstudio, Philipp Speck – WordPress Meta Description
Designstudio, Philipp Speck – WordPress Meta Robots
13 Kommentare für WordPress Meta Description











17. May 2011 um 22:42
Suggestion:
Use strip_tags on the excerpt. Line 21 changed to:
echo 'post_excerpt).'" />'."\n";If someone has html tags in their excerpts, it can cause problems, especially if there are quotes in the tags. Those tags should be stripped from the meta description text.
17. May 2011 um 23:27
You are right! Thank you for your suggestion. New version already uploaded to repository.
18. May 2011 um 14:54
Thanks for the quick update.
A few more comments.
I also added a “priority” to the add action for wp_head. Mine now reads:
add_action('wp_head', array('wp_meta_desc_plugin','add_meta_desc_tag'), 0 );That moves the meta description tag up higher in the <head> section.
Also, the cut string thing should be an option. If it were me, I’d make a settings page for the plugin, and allow that to be configured. Just a number is fine, number of characters for the limit. If it’s zero, don’t trim at all, otherwise trim to the specified length.
If it has a settings page, the “priority” for the wp_head functions could also be user adjustable the same way.
If I get a chance in the next few days, I might make a settings page version, if you don’t get a chance.
19. May 2011 um 13:20
@Eric: One primary goal of my plugin is to keep it simple – simple for users. I think there is no need to make an option page for that. Anyway the search engines will cut a too long descriptions. I just want to prevent too long text in output. A higher priority can be helpful for a clean head area, but doesn’t need an option page. Keep things simple! Thank you for support!
1. June 2011 um 05:07
Hey Philipp,
is it also possible to change meta description of the “Home” Site?
Thanks,
Louis
1. June 2011 um 14:06
Hello Phillip,
just stopped by to thank you for your plugin! Very, very simple in code (thus easy to modify but mainly not bloated with unimportant stuff) and effective. That’s what I’m always looking for.
Keep up the good work!
1. June 2011 um 14:21
Per default WordPress is displaying its blog as fontpage. In most of my projects I have assigned the blog to a static page. So I don’t have this problem.
But anyway, it should be possible to change the meta description on the blog. I will think about the realization! Maybe I will add an extra text field in ‘General Settings’ for this purpose in the next release.
2. June 2011 um 02:32
Sounds good. I really like the plugin because its very simple to use. Good Job!
26. June 2011 um 03:50
Could you let me know if the script allows meta description for the main page? I see the wordpress does have an option for us to put meta description of our choice for the main page. Hence seach engines takes texts from the posts or other areas inside the main page.
Im looking for a plugin to change just the main page meta description.
1. July 2011 um 10:25
@Muad MZ: I will implement this function in the next release.
7. September 2011 um 01:04
I’m getting odd output from this plugin:
[q][/q]
where does all that stuff come from
12. January 2012 um 15:32
how to ad meta description to frontpage / homepage?
14. January 2012 um 19:59
This feature I will add soon.