All-in-One SEO all the way for me.
All-in-One SEO all the way for me.
Use All in one SEO and xml Sitemap on pretty much every site
I love "all in one seo package" plugin, best for wordpress seo.
retes23 change avatar
My best wordpress plugin is All in One SEO too and of course WP-Sitemap.
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.
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.
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).
Ronnie T. Dodger
Webstractions Web Development
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.
Using Klink Status or gURL checker since I'm using Linux OS (Mint Maya).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; ?>