Seo for wordpress plugin

http://phppoet.com » Seo for wordpress plugin
parbat patel

 

== Description ==

Seo for wordpress plugin will automatically use your post title , content  as seo title and seo meta description if seo box left empty  .This plugin Adds seo title ,description and keywords to all your previous published posts without any modification or
update.

Want more features ? checkout our <a href=”http://phppoet.com/wp-seo-suite-all-in-one-seo-pack-for-wordpress/”>Wp Seo Suite Plugin</a>

If you want seo for your blog but don’t want to indulge in writing seo title , description and keywords everytime , this plugin is for you . With this plugin admin can enter custom seo properties such as seo title , description and keyword . if user does not enter these values then plugin will automatically use existing post title as meta title , first 156 charachter of post content will automatically be used as your meta description and post tags as your meta keywords .

So if you have enough time to write your post then you can enter meta title , description and keywords as per your choice but if you are in hurry and want to live your computer then just write your post and publish it  without missing basic seo properties .

-:Features:-

* Adds seo title ,description and keywords to all your previously published posts without any modification or
update.
* Simple but highly usefull.
* A lightweight and hassle free seo solution for wordpress.
* This plugin will Put seo values into your post , pages, custom post types with no extra effort.
* This plugin will use default title as your seo title if title field left empty.
* This plugin will use default description as your seo description if description field left empty.
* This plugin will use default post tags as your seo meta keywords if meta keywords field left empty.
* Supports all custom post types .
* Text limiter for title and description .
* Option for using meta keywords .

 

Download it from wordpress repository

check our Wp seo suite plugin

 

 

17 thoughts on “Seo for wordpress plugin

  1. thanks a lot for share thius plugin

  2. Hi.
    I need to make all keywords from all post on page to the top of page.
    i add this: $output .= wds_meta_keywords($id);
    in post-template.php on line 223 after:
    if ( ! empty($more_link_text) )
    $output .= apply_filters( ‘the_content_more_link’, ‘ <a hr
    but now i hawe 10 meta tags on first page
    How can i do this?

  3. i add the plugin but can’t see its working…
    maybe it is not supporting ut8 languages?
    happy if you can take a look
    cheers
    mili
    http://nadlanbagolan.co.il

  4. this plugin has been tested many times . it works . Right now it supports only posts and pages not custom post type like you have “property” .so just wait for next release i will add this feature in next release . Language doesn’t matter in this case

    if you go to add new post then you can see clearly a metabox for seo.

  5. Hi,
    thanks for your plugin, it works in 3.5 but in description field it insert the html code, and not only “pure text” as I aspected.

    es. page subtitlebla bla…

    I have to uninstall it, hope this feedback will be useful

    bye
    Giordano

    • Thanks for your input but i have tested it again on local and shared host with 2-3 posts . it seems completely okay . description box is showing what is should be showing . I can’t say what’s the problem in your case May be some other plugin or theme which may have seo features . If you try it on fresh installation , you will find it working .

  6. Error on Meta keywords conversion!

    In the sea-meta-box.php Line: 147:
    there is a $wdsseodescription = get_post_meta($post->ID, ‘wdsDesc’, true);
    But if the site-template has a other page-template that is not recognized the wdsseodescription will contain HTML. so for now I remove any htmltags…

    can this be fixed?

    Best regards,

    Kostas

    • I think you haven’t reviewed other lines of that plugin . lines you mentioned add meta values to default wordpress head section . Any theme template which loads default wordpress head will have meta description in their header . So theme doesn’t need to have any value for it .

      If you are facing some problems with there may be other reasons for it .

      • True, But if it then loads the default page content… without stripping any html, [bbcode] e.q.[caption blabla] with ‘”‘ inside then that is not good…

        • But in that case user can change description manually . so there will be no problem ………..if you paste image link in first 156 char then you will face the same problem. So better to ignore rare cases. ….if i start taking care about such a rare cases then automattic description is impossible.

        • Just reg replace away:
          $string = preg_replace(“/\[(\/?[a-zA-Z]+):[\d]{1,}\]/is”, “”, $string);

        • Ignore the last preg_replace(…, ,,…) this must be empty and before the 156 char split ;)

      • Thanks for suggestion but this is not the viable solution. I have fixed in version 1.0.8

        I fixed it with these lines

        $string = trim(strip_tags($wdsdescription));

        anyway great thanks for reminding me to fix this .

        regards

        • Afcourse but keep in mind many plugins use the bbcode “[ attributes.. ]” and you have to strip them also

  7. Thanks For Share This Plugin

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>