View Full Version : my favorite wordpress plugin
dgswilson
11-13-2011, 09:11 PM
Wanted to add this "in" somewhere but I kept running into "This thread hasn't been ... for 2, 3 months ... consider starting ,,, ". So ...
There are a lot of opinions about plugins (WP) and seo, speed and so on. I haven't ever kept any of the seo plugins I've experimented with - But - If you want a very good tool get "broken link checker".
No magic shows, no miracle cures for websites and blogs, just a good solid tool. It works, it finds broken links, it emails you when it finds broken links, it lists them on a page, gives the linked text and a link to the post. I don't use the edit function, I go to the post, fix it, go back and choose "not broken".
I trust you'll find this as useful as I have - http://wordpress.org/extend/plugins/broken-link-checker/
dgswilson
12-15-2011, 12:41 PM
Its Ok......... what do you think about "All in SEO"?
All in one seo? I tried a lot of plugins for seo that people suggested and ended up removing all of them. To me it's all clutter. The broken link checker runs intermittently then I remove links or update them and - done. I wrote in another thread I recently went back to the default style for a blog and plan to do the same with the others. It's quick and clean.
infinity79
04-06-2012, 04:42 AM
All in one seo? I tried a lot of plugins for seo that people suggested and ended up removing all of them. To me it's all clutter. The broken link checker runs intermittently then I remove links or update them and - done. I wrote in another thread I recently went back to the default style for a blog and plan to do the same with the others. It's quick and clean.
I'm always using All in one SEO pack when I start a new blog. The truth is that I am not able to see wether without it installed would it have been better. Nevertheless, it does not disturb me and the site performance is not decreased (like other plugins do).
All in one seo pack is my favorite and useful plugin for wordpress site.
Northwind
04-14-2012, 10:55 AM
All in One was my fave for SEO, but I now use Yoast's SEO plug-in.
dgswilson
04-14-2012, 12:44 PM
All in One was my fave for SEO, but I now use Yoast's SEO plug-in.
I'd be tempted to use that myself. I've learned a lot from reading at "Yoast". I guess I could make a test WP install and see what the plugin adds to code.
I added another plugin recently. After a month I can say it's a keeper for me. It's called "Google XML.Sitemaps"
Makes sitemap according to default or custom settings, runs Cronjob and submits to major search engines.
Rating - Mundo Slick
Northwind
04-14-2012, 01:00 PM
Yup. Definitely give Yoast a try. It's suggestive and replaces the need of several other plug-ins.
hosting
04-16-2012, 08:14 AM
Have been using All in One SEO plugin for my sites and it's one of my plugins which I install for all the sites.
retes23
05-02-2012, 09:36 AM
Yoast is good but I prefer All-in-One SEO used together with XML-sitemap plugin. These plugins are enough for me when it comes to onsite SEO.
Northwind
05-02-2012, 01:59 PM
Yoast is good but I prefer All-in-One SEO used together with XML-sitemap plugin. These plugins are enough for me when it comes to onsite SEO.
Um....If you actually have used Yoast, then you would know it handles SEO AND XML-sitemaps...
dare651
05-10-2012, 01:29 AM
All-in-One SEO all the way for me.
Sidfromla
06-11-2012, 04:12 PM
Use All in one SEO and xml Sitemap on pretty much every site
mshuong
06-16-2012, 09:23 PM
I love "all in one seo package" plugin, best for wordpress seo.
FirstVector
06-18-2012, 07:14 AM
retes23 change avatar ;)
My best wordpress plugin is All in One SEO too and of course WP-Sitemap.
dgswilson
07-12-2012, 11:13 AM
Gave yoast a try, played with the title, keyword, density stuff. Didn't not like it but I don't want to keep it installed (don't need anything else to look at)
But, today I installed "Kwayy HTML Sitemap". It's a thing of beauty. Got rid of two widgets (recent posts and pages). Now just a link to site map. It's also nice to see for myself what's there.
Side note: Got rid of meta and put link (for admin) in footer.
ronniethedodger
07-24-2012, 11:47 PM
There are a lot of opinions about plugins (WP) and seo, speed and so on. I haven't ever kept any of the seo plugins I've experimented with - But - If you want a very good tool get "broken link checker".
No magic shows, no miracle cures for websites and blogs, just a good solid tool. It works, it finds broken links, it emails you when it finds broken links, it lists them on a page, gives the linked text and a link to the post. I don't use the edit function, I go to the post, fix it, go back and choose "not broken".
I trust you'll find this as useful as I have - http://wordpress.org/extend/plugins/broken-link-checker/
Your link is broken dude. So can't really say what that does.
One piece of software I use is http://linkchecker.sourceforge.net/ which does recursive and multithreaded checking and site crawling of links. It will also check external links, but not recursively (no brainer there). This will work on any site, WordPress, or not. The GUI is fantastic and very informative, will even report non-404's such as timeouts, server errors, etc.
This is software that you run from your desktop. There was a Mac version, but appears this guy does not have access to a Mac any more to develop the port. There is an older version still available however for the Mac.
All in one seo? I tried a lot of plugins for seo that people suggested and ended up removing all of them. To me it's all clutter. The broken link checker runs intermittently then I remove links or update them and - done. I wrote in another thread I recently went back to the default style for a blog and plan to do the same with the others. It's quick and clean.
Agreed on SEO plugins. Crap, what is the point? If it is for META tags for keywords and description, the easy fix there is to inject your "tags" and "excerpt" respectively into those meta values. The only SEO thing I would be concerned with is the <TITLE> in the <HEAD> ... that can be handled in a few ways, but it would be nice to have a meta-field to explicitly set that value (not for SEO purpose, but for SE result purpose ... a handcrafted title on a result page is your call-out).
dgswilson
07-25-2012, 07:12 AM
I'd like to say I didn't write that link but how else would it get there? Anyway sorry about that. plugins>search>broken link checker should do it. This is what I'm using for titles and descriptions (gets rid of those duplicates), seeems to be working so far.
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' | '; } ?><?php bloginfo('name'); if(is_home()) { echo ' | '; bloginfo('description'); } ?></title>
<?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<meta name="description" content="<?php the_excerpt_rss(); ?>" />
<?php endwhile; endif; elseif(is_home()) : ?>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<?php endif; ?>
Using Klink Status or gURL checker since I'm using Linux OS (Mint Maya).