Showing posts with label seo for wordpress. Show all posts
Showing posts with label seo for wordpress. Show all posts

Monday, November 26, 2012

How to use the WordPress effectively on websites?



We all know WordPress is the greatest blogging platform in present days. Most Top Blogs are run through the WordPress only.  When we properly use the WordPress we can achieve the best results for our business.  Let’s discuss some best tips to help make WordPress efficient for both you and your visitor.

Plan your content for the website

First Schedule what content your website should have and also we should know which content attract clients even in the future. Once you know how to use WordPress in the admin area, then you can upload your content today for publication at some point in the future. We can get use of the scheduling property for your website.

Clean up you side bars

It’s better to remove the links which was not related to the business and also which turns the visitors from your website to others. Remove anything that won’t benefit you or your business. And also too many ads on the side bars will indirectly hurt you. We can manage these stuffs in the widgets section of dashboard. 

Role of Images

Images are more powerful than contents. Knowing how to use WordPress ensures you know the importance of adding image tags and captions for your readers.

Organize your Content

Readers can easily find the past contents also easily when the tag for the post was properly used. We might notice that some website organized by day or month. These type of permalink works for the news related websites. But this is not good idea for the website which has very informative contents. 

Organizing the Permalinks

Permalinks are automatically created when you posted with your titles. But we have options to change these links in WordPress.  You can remove the nondescript words and leave only the main ones that best describe what your article is about. Get trained to use the short urls that are descriptive and tell readers what the content is about even before they click it.

Backups and Upgrades

We can take a back up of both your WordPress Database and also the Contents. This is one of the good features which surely help us in future. Knowing that you have a quality backup (not all backups are actually restorable) will give you the freedom by knowing that even in the unlikely event of you somehow breaking your site… that things can be repaired!

Adding Plugins and other Software for your WordPress Blog

There are lots of plugins are available for making the website more friendly to the visitors and also to the search engines. These plugins makes the website more interactive. 

Click here to see Some Best SEO Plugins for WordPress

Friday, November 2, 2012

How to fix the WordPress Duplicate Content Issue?



The content which is actually the same but accessed by two URL’s. This could be within your blog or could be on some copy-paste blog. For example an article of wordpress can  accessed by:

http://www.example.com/SEO-optimization
http://example.com/SEO-optimization
http://example.com/tag/SEO
http://www.example.com/tag/SEO
http://example.com/category/SEO
http://www.example.com/Category/SEO
http://example23.com/SEO-post (External website)

See, We are unknowingly created 6 copies of our own content and the google will get confused about our content to which they show for the results. Accurately they will pick anyone of them and rest will be hidden from Google search. At the same time, this will be an issue as Google will slowly start penalizing your blog for lots of duplicate content. Now, the most common question is what possible duplicate content in WordPress are and how to fix it. Let see some techniques to fix the above issues.

Search website with site:www.example.com

See and find all the links and browse till last page and see show results with omitted results. You will be able to find what all links Google have indexed from your blog and you can examine what links Google should not index. Some common parts which search engine bots should not index are: Tags, Categories, Author, Archive, Search and so on. When you find what exactly to do.. then proceed on making changes.

Noindex tag for Tags and Categories

This the important place where we have to start with. In case if you are showing complete post & not excerpt in Tags & categories page and keeping your tags and categories as doindex (By default), you are already creating duplicate content for your blog. Do you think your tags and categories pages are adding any kind of value to search engine? Its better to keep them noindex and dofollow. 

Author/Archives

The archives are useful for the visitors but for search engine again this is some duplicate content which was repeating. Because it will be having same content as your single post page.  Making this section as noindex surely will help you.

Fix your Image attachment URL in Wordpress

Adding image as attachment URL can lead the visitors to the following urls when the click the image.
www.example.com/1/
www.example.com/1/SEOImage
Again this causes to duplicate content issue. One quickest way is to use Robots meta WordPress plugin and under Permalink settings you will see an option which says “Redirect attachment URL’s to parent post URL”. Keep that option checked and that will take care of your this issue.

ReplytoCom issue

When you see links form replytocom, it’s time to set URL parameter from Google Webmaster tool as noindex.
You can check for your blog too by searching in Google with: Site: example.com replytocom and start fixing the issue.

Canonical URL

Canonical URL Tag is one of the important aspect of On-page SEO. A URL could be access using:
http://example.com/1
http://example.com/1/
http://www.example.com/1
http://www.example.com/1/
In WordPress 2.9+, this is a default feature of WordPress or else you can use plugin like All in one SEO, Thesis theme inbuilt feature, Robots meta plugin to quickly add canonical to your WordPress blog.

And also we can add manually with the following code:
<?php if ( is_singular() ) { ?>
<link rel="canonical" href="<?php the_permalink(); ?>" />
<?php } ?>
</head>
We can use some duplicate content finder tools to check whether others have copied our article. And you can file DCMA complain using Google.