:cloud_nature:SEO Tag Cloud Widget

Donation Amount:
USD

SEO Tag Cloud Widget displays the tag cloud in a SEO-friendly way, using html markup.

Installation

  1. Download the latest version
  2. Upload `seo-tag-cloud.php` to the `/wp-content/plugins/` directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to ‘Appearance’ or ‘Presentation’ or ‘Design’ menu
  5. Go to ‘Widgets’ menu
  6. Drag & Drop the SEO Tag Cloud Widget to the place you would like to display the tag cloud
  7. Optionally change the title

Screenshots

  • This is how the sidemenu will look:

66 Responses to “SEO Tag Cloud Widget”

  1. aionfly says:

    Except for having the keyword in the title tag, how exactly is this plugin better for SEO than having the default WP tag cloud?

  2. Sam says:

    Hey, I love this plugin, my only problem is that my tags aren’t different sizes. I tried messing around with the size through CSS, but it seemed to resize all of my tags, not just ones that are tagged more. Any thoughts?

    • Gavriel says:

      This as well is set up by the default stylesheet. You can edit function seo_tag_cloud_widget_style() to your needs.

      • Fernando says:

        I’m sorry my friend, I have the same size problem. They are all the same size when not using widget. But I’m really a beginner. So, what are the parameters that I have to put inside the parenteses of “function seo_tag_cloud_widget_style()”, to make it look like a regular Tag Cloud? I’ve tried some stuffs, but it is always the same.

        Thank you very much, best regards from Brazil!

        • Gavriel says:

          If you’re not using the widget, you can add this to your code:

          add_action('wp_head', 'seo_tag_cloud_widget_style');

          Or you can add the css that’s in it to your css.

          The default seo-tag-cloud style has this line:

          .seo-tag-cloud em {font-style: normal; font-size: 1.07em;}

          This should work with the nested <em>-s as you would like it.

          You can also try this css:

          .seo-tag-cloud em em a {font-size:12px;}
          .seo-tag-cloud em em em em a {font-size:14px;}
          .seo-tag-cloud em em em em em em a {font-size:16px;}

          • Fernando says:

            Yes! Now it worked for me!!

            Thank’s for responding me with a special atencion!!
            Your plugin is something that we all need, WP should incorporate it!
            =)
            Best regards!
            Fernando

  3. Joshua says:

    I would like the links to show up without underlining, similar to the default tag cloud. Can you please tell me how to make this change?

    Thanks.

  4. BloggingTips says:

    This is really a good plugin and it really helps for SEO.

  5. Erick S. says:

    Hey there,

    Lovely plugin!

    I was wondering if it is possible to ad ‘tags’ to ‘pages’ instead of only to ‘posts’…I guess this is possible, but think a plugin is needed or so.

    Would love to hear an answer,
    Thanks!

  6. Nice. Thanks for a customizable and SEO friendly keyword cloud. I appreciate the ability to have my cloud indexed. Thanks.

    Blessings,
    Wendy

  7. Matt says:

    What is the code to place in the sidebar, for those who don’t use widgets?

    • Gavriel says:

      seo_tag_cloud()
      or
      seo_tag_cloud_widget()

      You can also pass parameters in an array:
      seo_tag_cloud(array('format'=>'list','orderby'=>'count', 'order'=>'DESC'))

      The possible values are:

      format: flat | list
      orderby: name | count
      order: ASC | DESC | RAND
      topic_count_text_callback: name of the callback function (see: seo_tag_cloud_default_topic_count_text in the seo-tag-cloud.php)

  8. Miklas Njor says:

    Hi Gavriel.

    Great plugin. Is there a way to control the the colours of the small and big links like the simple tag plugin?

    Miklas.

    • Gavriel says:

      Yes, you can use css, like this:


      .seo-tag-cloud em em a {color: #46c;}
      .seo-tag-cloud em em em em a {color: #86c;}
      .seo-tag-cloud em em em em em em a {color: #b6c;}

      You can see it in the side bar in effect.

  9. BGR says:

    Is the box size adjustable up or down?

    • Gavriel says:

      Currently you can set the maximum number of links you’d like to show. Anything else is through the CSS. The output will be ul or div.

  10. baron says:

    hi. Thanks for plugin

    perfect.

    Regards

Leave a Reply