Submit Your Article Forum Rules

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: my favorite wordpress plugin

  1. #11
    Junior Member
    Join Date
    May 2012
    Posts
    6
    All-in-One SEO all the way for me.

  2. #12
    Junior Member
    Join Date
    Mar 2012
    Posts
    0
    Use All in one SEO and xml Sitemap on pretty much every site

  3. #13
    Junior Member
    Join Date
    Jul 2011
    Posts
    3
    I love "all in one seo package" plugin, best for wordpress seo.

  4. #14
    Member FirstVector's Avatar
    Join Date
    Jun 2012
    Posts
    28
    retes23 change avatar
    My best wordpress plugin is All in One SEO too and of course WP-Sitemap.

  5. #15
    Senior Member dgswilson's Avatar
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    286
    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.

  6. #16
    WebProWorld MVP ronniethedodger's Avatar
    Join Date
    Aug 2003
    Posts
    1,402
    Quote Originally Posted by dgswilson View Post
    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/...-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.

    Quote Originally Posted by dgswilson View Post
    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).

  7. #17
    Senior Member dgswilson's Avatar
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    286

    broken

    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.

    Code:
    <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).

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •