Tuesday, October 4, 2011

Best Wordpress Seo Tips....(That Works)


There is a lot of amazing SEO power built into WordPress. Unfortunately it does not all come by default, and you might not know what is best when it comes to templates and options. Follow these simple rules for search engine optimization and your blog will rank much higher in Search Engines.

1. Optimize WordPress Permalinks
The most search-engine friendly permalink MUST includes the post title (%postname%) in the link,having keywords in your URL is an absolute must, In your WP admin panel, click on the "Options" tab, then the "Permalinks" sub-tab, and choose the option just below the "Default" permalink option. My suggest permalink structure is /%year%/%monthnum%/%postname%/ or /%year%/%monthnum%/%postname%.html .
2. Optimize WordPress Post Titles
The post title is the most important part of the blog post for many reasons. From your reader's perspective, a descriptive and compelling title helps them decide if your post is worth reading or not. From an SEO perspective, think about the keywords or phrases people might type into a search box to find your post, and use those words or phrases in your post title.
3. Optimize WordPress Page Titles
According to most SEO experts, the page title tag is one of the most important tags on your page. In most WP themes, you'll find the page title tag in the Header Template, and the default version ususally looks very poor SEO. I suggest you to use a WordPress plugin so call "All in One SEO Pack" to fix that problem.
4. Optimize WordPress robots.txt
The robots.txt file is used to instruct search engine robots about what pages on your website should be crawled and consequently indexed. Most websites have files and folders that are not relevant for search engines (like images or admin files) therefore creating a robots.txt file can actually improve your website indexation. Here is an SEO optimized WordPress robots.txt file.
User-agent: *
Disallow: /wp-
Disallow: /feed/
Disallow: /comments/feed
Disallow: /trackback/
5. Use Google Sitemaps Plugin
Google Sitemaps is an easy way for you to submit all your URLs to the Google index and get detailed reports about the visibility of your pages on Google. WordPress user Arne Brachold has made the sitemap creation and submission process fairly simple with his Google Sitemap plugin. This plugin will create a sitemap for you and submit it to Google.
6. Use WordPress Anti-SPAM Plugin
Akismet is the best automated spam killer that actually gets better as it learns from the whole community marking new spam comments as spam.
7. Use Related Posts
Amaury BALMER's Simple Tags plugin is a perfect tool to manage perfeclty your WP 2.3 tags, which can show related posts on your post and rss feed. Not only does it enhance your blog's usability, but it also helps create a dense link structure throughout your site, which makes it easier for the search engine spiders to find and index older blog posts.
8. Use Ping services
Use the Update service function, to inform tracking services that you have updated your weblog. By default, WordPress pings rpc.pingomatic.com, which is good (if you don’t want to change this, you don’t have to).
9. Make your content searchable
Make sure your navigation bar is present on all pages of your blog. Your previous posts or atleast the popular ones should be linked to all pages so they get spidered easily.
10. Update your blog frequently
Update your blog frequently using all the rules mentioned above and your blog will surely get top rankings in a short time.
If you have further SEO tips for WordPress blogs, I’d love to hear about them in the comments.

Images Optimization For Search Engines – SEO


Adjacent to the textual search, Image Searching is the fastest growing vertical search on the internet. As compared to searches queries concerning shopping, news, blogging, etc., image search has beat them by a mile. However, the most important thing about image search is how images are being incorporated and utilized into Google’s Universal Search, Ask’s 3d Search and Yahoo’s Blended Search from each of their image search queries into the ‘regular’ search results.
No longer are just 3 images appearing at the top of the results page, you’ll see images integrated in a lot of ways. Sometimes a group of images may appear at the bottom of a page, as against the top of a page. All the search engines are enhancing the levels of AI(Artificial Intelligence) in their algorithm and trying to make search results more relevant, hence keeping it interactive and visually appealing, having images in search results makes things look more smarter. So keeping that in mind, here are 5 tips to make sure the images in your site are optimized to the full extent for search engines without causing any issues.
1. The Robots.txt file
make sure that the folder in which your images are being stored is not blocked by your robots.txt file. Before image search gained popularity, mostly the folders where images were stored were blocked by most webmasters. Helpful hint: Store all navigational and “structural” type graphics used in your site in one folder, and block that from the bots i.e. spiders.
2. Names Of Image Files
When naming an image ensure the name describes what the picture actually is of. If it’s a picture of a black rose, name it black-rose.jpg, instead of leaving it what your photo editing software or camera has named it. Helpful Hint: The preferences by search engines for word seperators goes from dashes(hyphens’-') to underscores, etc. So use black-rose.jpg instead of black_rose.jpg.
3. Use the Alt Attribute of the IMG tag
Using the ‘alt’ attribute of the img tag is a must. Again, just like the image name, let it describe what the image actually is. The description should be short and straight to the point. Helpful Hint: The alt tab gives the users a brief idea as to what the image is when the image is not loaded or if the user has turned off image browsing or is accessing the page just from a text browser.
4. Use a Caption By Your Image
Having a caption directly under, on to the top or on the side of the image will help the search engines understand what the image is about. Helpful Hint: With a caption, you can be a bit more descriptive as compared to the alt atb, but remember, don’t overdo it.
5. Include Images With Articles, & Press Releases
If you are adding or submitting an article to a social bookmarking site or article directory, let the image too go with it, so that they can add the image as a thumbnail to the article wherever required. If you supply the link to the image, it may encourage them to link the image straight from your website itself. Helpful Hint: Adding images to articles and press releases makes them more descriptive and understandable to the reader.
Always remember, a search engine bot will never see an image like we humans do. All it knows about the image is :
1) The name(which will be at the end of the image link)
2) Alternate text (using the alt attribute)
3) Description added as Caption text.

WordPress Search Engine Optimization (SEO) some of the techniques


1. Write keyword rich post titles – it almost goes without saying, but the post title is the most important part of the blog post for many reasons. From your reader’s perspective, a descriptive and compelling title helps them decide if your post is worth reading or not. From an SEO perspective, think about the keywords or phrases people might type into a search box to find your post 2 months from now, and use those words or phrases in your post title. For maximum benefit, try to avoid titles that are cute, clever or cryptic.
2. Make your post titles live links – many of the WP themes already do this, but if yours doesn’t, you can add the necessary code pretty easily. In your Main Index Template and Page Template, find the code for the post tiltle. It’ll probably look like this:
<h2><?php the_title(); ?></h2>
To link your post titles, you’ll want to replace that code with the following (be sure to leave out the “#” symbols):
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
3. Optimize your permalinks – the default WP 2.0 installation displays permalinks this way: http://www.wpbag.com/?p-123. A more search-engine friendly permalink includes the post title in the link, like this: http://www.wpbag.com/2006/01/16/keyword-rich-post-title/. This is a simple change to make. In your WP admin panel, click on the “Options” tab, then the “Permalinks” sub-tab, and choose the option just below the “Default” permalink option. See the WordPress Codex for more on permailinks.
4. Optimize your page titles – According to most SEO experts, the page title tag is one of the most important tags on your page. In most WP themes, you’ll find the page title tag in the Header Template, and the default version ususally looks like this:
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
The best tweak I’ve seen to optimize this tag comes from Stephen Spencer, who suggests using the following code for page title tag (omit the “#”):
<title><?php if (is_home()) { print "whatever title I want to have on my blog home page."; } else { wp_title(' '); print " : "; bloginfo('name'); } ?></title>
This tweak does a couple different things. First, it allows you to use a more descriptive, keyword-rich title for your blog’s main page. And second, for the individual post pages, it will use the title of your post as the page title, which is another reason to follow the advice I mentioned in #1 above.
5. Use the related posts plugin – Alex Malov’s Related Entries plugin is a neat little addition to any WP blog. Not only does it enhance your blog’s usability, but it also helps create a dense link structure throughout your site, which makes it easier for the search engine spiders to find and index older blog posts.
6. Use the Google sitemap plugin – According to Google:
“Google Sitemaps is an easy way for you to submit all your URLs to the Google index and get detailed reports about the visibility of your pages on Google.”
WordPress user Arne Brachold has made the sitemap creation and submission process fairly simple with his Google Sitemap plugin, which was recently updated for WP 2.0. This plugin will create a sitemap for you and submit it to Google.
Additionally, Elliot Kosmicki offers a script that will convert your Google sitemap into a Yahoo compliant sitemap that you can submit to Yahoo.
7. Add meta keyword tags and Technorati tags to your posts automatically – although it’s questionable whether or not meta keywords are still valuable when it comes to SEO, ultimately, they can’t hurt. As far as Technorati tags, they have little impact on SEO, but they can help increase your traffic directly from Technorati, so it’s a good idea to use them.Rick Boakes created the Autometa plugin that will add both tags to your posts automatically.
Another simple and effective Technorati tag generator I’ve used is Broobles’ Simple Tags plugin.
8. Validate your code – Use the W3C Markup Validation Service to ensure the code behind your pages is clean and valid. If you find your pages have errors in the code, hire or make friends with a savvy web developer to help you clean it up. See Google’s Information for Webmasters for more info on creating a technically valid site.
If you have further SEO tips for WordPress blogs, I’d love to hear about them in the comments.

How To Get High Ranked O Bing Search Engine ? (SOLVED)


I’ve been doing Seo For quite a while now but have never paid much attention to Yahoo and Bing apart from the little trouble i took to add a plugin which automatically created the meta-description and meta-keywords tags within the ‘head’ section of every page and another plugin that pings the Yahoo and Bing bots everytime i update.
However recently about a week back i noticed upon doing a routine check that i have been placed on the first page of bing for almost every keyword i have targeted.
If you see the ‘pages’ i have, they have been purposely named that way keeping in mind the keywords i have targeted. e.g. for the ‘Seo Quiz’ page i have the keyword ‘Seo Quiz’ targeted.
Apart from the ‘Seo Tips’ keyword, all other pages are ranked within the first page of the SERPs(Search Engine Results Pages) for their respective keywords.
From this and keeping in mind what SEO i have done and also considering how Google treats wpbag.com, i can certainly conclude some points about Bing :

On Page Seo Is Really Important
– I have given topmost priority for the on-page Seo Optimization for all my top pages. This i believe is something that can convince the search engines very well that ‘the matter being searched IS on that page’. Google does the risky business of depending on backlinks pointing to a site to judge the content on that page. While Bing plays it comparatively safe while depending equally on the on-page and off-page factors simultaneously.

Backlink Authority Matters
- I have a low backlink count of 400+ to my homepage but many of these backlinks have been manually placed on high authoritative sites. Though PR is a metric that just Google follows but it also helps us get a rough idea of the authority of a site.
So the same way how Authority matters in Yahoo, so does it matter in Bing.

Irrelevant Backlinks WIll Do
– Well, this is something that is totally different about Bing than Google and is highly exploitable. 95%+ of my backlinks are from irrelevant yet high authoritative pages in various niches like cooking, news, travel, coding, etc… which has absolutely nothing to do with my main niche i.e. SEO.
This irrelevancy is something that is exploitable but one thing i can say is that Bing will consider irrelevant backlinks for ranking purposes only if these backlinks are qualified, i.e. trusted and to be trusted they have to be from good and quality domains.
The Bing Sandbox??
– We all have heard about the hypothetical Google Sandbox which is a kind of a filter that keeps new websites suppressed and does not rank them well for any keywords unless they have crossed a certain age limit, be it 6 months or 1 year. Its kinda weird, but wpbag.com ‘is’ in the google sandbox but is slowly recovering as traffic from Google is increasing by the day.
Bing however also seems to have such a filter, i’ve never heard about it before but when i say my site was nowhere on bing just a couple of weeks ago and suddenly it ranks on the first page for every single keyword i’ve targeted, i just cant deny that Bing has to have a Sandbox-like filter.
Conclusion :
Bing is highly unpredictable but quite highly accurate. Sometimes i still feel that Google, no matter how solid it is, it still provides irrelevant results at times while Bing aims at accuracy the main reason for this i would say is the emphasis on on-page optimization. Maybe that is the main reason its already gained much more popularity in such a short span of time. There’s no need todo separate SEO for Bing, all that needs to be done is the conventional white-hat Google Seo alongwith some more importance to on-page seo and Meta tags.