SEO Tag Cloud Widget and More Plugins
Filed under: Tips & Tricks - Sites, Software, Shortcuts, WordPress - Blog Tips, Plugins & How-To
SEO Tag Cloud Widget – Love ‘em or hate ‘em, a lot of people use tag clouds on their blogs. Since their inception they have been fairly unreadable by search engines, but with this plugin they will be converted to an SEO-friendly HTML markup that can be indexed.
SEO Title Tag – Your tags are an important part of your site for making sure that search engines know where to place your posts, and SEO Title Tag focuses exclusively on this. Unlike some other plugins, and WordPress itself, this extension will allow you to add tags to your pages, your main page and even any URL anywhere on your site.
Simple Tags – An extremely popular plugin that focuses on helping you choose the best tags for your posts by offering suggestions, auto-completion of tags as you type, an AJAX admin interface, mass tag editing and a whole lot more.
Sitemap Generator – This is a more customizable sitemap generator than most with options to support multi-level categories and pages, category/page exclusion, permalink support, choices on what to display, options to show number of comments and more.
TGFI.net SEO Wordpress Plugin – This particular plugin will do most of the usual SEO work of optimizing titles and keywords, but it adds a unique twist as it is mainly directed at people who use WordPress as a CMS.
What did we miss? Let us know in the comments.
How Much Does Free Cost?
WordPress is free. Facebook is free. Twitter is free. If I can do or get it for free why should I pay you? 
The most frequently asked question I hear — often not verbalized aloud.
There are a host of responses. Here are a few…
As easy as some aspects of WP are, there’s no way somebody could set up a site like this without a good knowledge of html to start with. The navigation links, tables, bookmarks and IDX would drive anyone else insane. -Linda Slocum
Social media is not free or easy, but if you employ the right people who can utilize these tools effectively, it can be an efficient choice to augment your other efforts. We should focus less on selling people on shiny new tools and more on building strategic plans and how tools can help us achieve the goals we have established. -Cara Keithley
I tell clients that I conservatively think I spent well over 500 man-hours learning Social Media and that was just to get started. I probably spend 2 hours a day learning each and every day… so at their salary, what is all that time worth? Funny how it makes the large number I just slid across the table seem not so large anymore. -brandmarken
If you want to trust your brand with someone who’s spammed their way to 100k Twitter followers in the last 6 months, then you weren’t the right client for me anyway. On the other hand if you’re serious about exploring the possibility of entering the social media space and are willing to dedicate the resources to ensure success, then we’ve got something to talk about. -Scott Schablow
Social Media isn’t free–depending upon the goals and size of the brand, executing Social Media strategies and programs may require monitoring, research, third-party software and services, development, planning, and resources to work effectively. – Augie Ray
Those “inexpensive” efforts take specialized knowledge and a lot more time to manage and execute. Things like public relations, guerrilla marketing, event marketing, and viral have always been more labor intensive and require a special kind of daily hands-on management. Same with social media. -Michelle Tripp
Wondering… How do you, as a buyer, determine the value of a service? Is it monetary? Time saved? Share your thoughts in the comments.
Missing Your WordPress Scheduled Posts?
Many WordPress users report their self-hosted WordPress site missed scheduled posts. The earliest reports of the “missed schedule” posts date back to WordPress version 2.7, with more frequent reports noted with the WordPress version 2.9 upgrade.
I believe this is because the timeout value is too short: wp_remote_post($cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false));
When making a request to wp-cron.php, it won’t return until all cron jobs are executed. And 0.01 is too short. It doesn’t hurt to extend the time span, as much as 10 minutes even. It will return as long as the mature crons are fired up and executed; in most cases only a few seconds.
For those of you who know how to edit the /wp-includes/cron.php file, simply edit 0.01 to 10 and extend the time allowed for running future scheduled posts.
Detailed instructions for extending the timeout value in /wp-includes/cron.php are below. You need ftp access to your server and a text editor. I use Notepad++, however Notepad2 or Notepad may work well for you.
How To Correct Missed Schedule Posts in WordPress
- Login to your ftp server account and locate the /wp-includes/cron.php file.

The cron.php file is located within the wp-includes folder.

- Open the cron.php file in your source code editor.
NOTE: Save a copy of the original file to your desktop prior to editing.Locate the following source code in the cron.php file.
}
set_transient( ‘doing_cron’, $local_time );
$cron_url = get_option( ’siteurl’ ) . ‘/wp-cron.php?doing_wp_cron’; wp_remote_post( $cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false, ’sslverify’ => apply_filters(‘https_local_ssl_verify’, true)) ); } - Change ‘timeout’ => 0.01 to ‘timeout’ => 10
- Save the edited cron.php file and upload to the /wp-includes folder, overwriting the current cron.php file
REMEMBER: Backup the original file before overwriting. - Schedule a post and test for success.
Don’t Speak Geek?
Did your eyes glaze over simply looking at source code? Does the thought of getting into your hosting server account make you weak in the knees?
Take a deep breath. Relax. Send us a confidential email. Our WordPress tech team can do it for you.


![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=209b6ef6-0cb2-4fc4-8c48-12954fc9240b)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=27b1ada8-cf16-4370-a99b-dc14ee341a31)




