Setting Up Permalinks On Wordpress For SEO Success

Written by Mr. Javo

Hello wordpress bloggers, yesterday I was talking about some great plugins for wordpress to improve your search engine optimization. Today I will tell you some tips about how you should set your wordpress to get success on search engines.

 

WordPress is considered one of best blogging platforms because it allows to perform Search Engine Optimization functions that most of the other blog platforms do not support. This includes elements like title tags, meta descriptions, related posts, optional excerpts, and other easy ways of making the Search Engines clearly aware of your content and what it is about.

 

Best format for Permalinks

 

The permalinks or permanent links are one of best ways to improve your seo. By activating them, you will have links permanently for every post you write, so if you have them deactivated just go to Options -> Permalinks in the admin panel and activate them. For this permanent url, you can set different formats: Date and name based, Numeric and Default. Also there is an option to customize this format, so you should check that and set the structure /%postname%/ and nothing else. This is best because your URLs to your articles should never change. Try to avoid using dates as subfolders, this ties your post to an specific date, limiting your ability to update old posts. Also, using dates as subfolders may result wrong in search engines because your post will be ranked with less weight and this will reduce the crawl rate. If you noticed, my blog has dates as subfolders. I changed the structure just like I recommend here but the problem is that wordpress change automatically every url’s post, so this mean that every oldest post linked in my newest posts won’t be find, redirecting you to the 404 error page. I’m thinking a solution for this, don’t worry :wink: .

 

Use your keywords on slugs

 

Post slugs allow you to insert a topic or keyword phrase into your URL. For example, you can use www.yourdomain.com/blog-setup-basics.php instead of something like www.yourdomain.com/?p=140. If you don’t set a slug ( you can find this at the right of the posting screen ), wordpress automatically will set as slug the title of your post with a “-” between words. Try to avoid “the”, “or” and “and” in your posts slug, and use some of your blog keywords on it to get success in search engines indexing.

 

Enable Pinging

 

This is a little out of place but it’s good to mention it, what is a ping? pinging sends a signal to the Search Engines to come take a look at your blog every time new content is added or changes are made. This gives you a big SEO advantage, as it ensures your content is seen immediately by search engines and indexed quickly. This can help your posts rank right away for less-competitive keywords.

 

Following this tips, you will be optimizing your blog for search engines, google, yahoo, msn, ask etc etc…The implementation of your keywords on your permanent links is very very important and it’s something that you should have in mind when you are setting a post tittle and slug.

 

Rate this:
2.8 (1 person)

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in Improving Rank, SEO, Tips for Bloggers, Wordpress | (12) Comments» | Random Post



WordPress Plugins To Improve Your SEO

Written by Mr. Javo

There are too many plugins for wordpress which help you to improve your search engine optimization, but you can eventually download and install a couple of them and test which one work best for you, because in the blogsphere there are many plugins which do exactly the same.

 

Now I’m going to share with you a couple of plugins excellent for SEO, but also you can check the wordpress plugins data base for other plugins.

 

SEO Title Tag

 

As you now the page titles are very powerful in the Search Engines, so this plugin really helps your WordPress blog’s optimization allowing you to give to each post its own unique title tag – one that is uncoupled from the title of the post. This enables you to write a title tag what is good for the Search Engines while keeping a post title that will appeal to humans. If you want to improve your SEO, you should start by downloading this plugin :cool: .

 

All in One SEO PackPlugins for seo

 

This plugin is streamlined for some best practices for Wordpress SEO. While it gives you many options the defaults reflect the settings I recommend using. It have too many useful options as for example, add a description of the post for the meta tag, so when a potential reader find your post in a search engine it will see that description you wrote. Download this great plugin, I recommend it !.

 

Related Posts

 

Related Posts Plugin will generate a related posts list based on your tags, and also it add the related posts to your feed. You can set the mount of related posts you want to show plus another features like showing a comment counter.

 

Ultimate Tag Warrior

 

This plugin creates a tag cloud for your blog by enabling you to group posts together based on “tags” you include when you write your posts. Tag clouds help your SEO by creating internal links to relevant pages using good keywords. Ultimate Tag Warrior is not compatible with WordPress 2.0 by itself, so be sure you download the Compatibility Thing. This plugin may be a bit difficult for non-coders to get working right.

 

Lucia’s Linky Love

 

This is a variety of “dofollow” plugin. It’s main function is to strip “nofollow” tags from links in comments. The purpose is to encourage comments by rewarding commenters with “dofollow” links which boosts their rank in search engine. However, this particular plugin also has features that thwart human’s who are paid to visit blogs and leave insipid comments simply to boost their companies back links.

 

Social Bookmarking

 

I personally dislike this plugin, I don’t like to see all those many little icons at the bottom of my posts. Instead, I prefer to use the feedflares of feeburner, with them you can see a couple of links which I previous selected them.

 

If you use another plugin and you consider it’s very useful, please comment on this post to share it with all the community. In the following days I will be talking about search engine optimization on wordpress, stay closer :wink: !.

 

Rate this:
2.5

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in Blogger / Webmaster Tools, SEO, Wordpress | (14) Comments» | Random Post



What Is A Canonical URL?

Written by Mr. Javo

What is a canonical URL? I was reading something about that in some forums, so don’t worry if you don’t know, I also didn’t. Around Google, canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. Canonical essentially means “standard” or “authoritative”, so a canonical URL for search engine marketing purposes is the URL that you want the visitors to see. Depending of how your web site was programmed or how your tracking URLs were setup for marketing campaign, there may be more than one URL for a particular web page.

 

For example, most people would consider these the same urls:

 

  • www.example.com
  • example.com/
  • www.example.com/index.html
  • example.com/home.asp

Technically all those urls are different. A web server could return completely different content for all the urls above. When Google “canonicalizes” a url, try to pick the url that seems like the best representative from that set. The problem of most search engine marketers run into deals with domains and sometimes if a domain is not setup properly, the domain URL (domain.com) and the www domain URL (www.domain.com) are considered as individual web pages, websites completely different but really both are the same and that’s a big error from the search engines side. Since both pages maybe indexed by Google, you could get hit for duplicate content and at the very least you would be splitting your link popularity.

 

An easiest way to protect your site is to redirect all forms of your domain to one “standard” URL, a canonical URL. To do this, you need to have some code lines in your .htaccess file:

 

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

With that lines, I’m forcing to search engines to load http://mrjavo.com/ when someone type www. or http://www., you can try by typing some of those links on your browser and you will see how http://mrjavo.com/ will load, that’s because all those URL are technically “the same”.

 

Rate this:
2.5

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in Blogging For Beginners, SEO, Tips for Bloggers | (8) Comments» | Random Post



Google’s Position Six Penalty, Reality or Bug ?

Written by Mr. Javo

I recently was reading about a kind of penalty by Google about “position six penalty.” The signs of being hit by a “position six penalty” is when you see your number one or two rankings shift downwards to position number six in Google. Many people first started noticing this happening in mid-to-late December. So I was investigating this rumor, may be is a bug and not a penalty.

 

When the theory was first discussed, Google’s Matt Cutts shrugged it off by saying, “Hmm. I’m not aware of anything that would exhibit that sort of behavior.” But there should be something truth on it with this much forum activity on one topic. After a weeks, the phenomenon described has now been confirmed by Google’s Matt Cutts in one of Sphinn threads on the topic.

 

Matt commented:

 

When Barry asked me about “position 6″ in late December, I said that I didn’t know of anything that would cause that. But about a week or so after that, my attention was brought to something that could exhibit that behavior. We’re

in the process of changing the behavior; I think the change is live at some datacenters already and will be live at most data centers in the next few weeks.

In general if you think a site might have a penalty (perhaps from past behavior) and you think the site is clean presently, you can do a reconsideration request in our webmaster console to ask Google to take another look at the site.

It appears from Matt’s comments that the drop for pages impacted was an “unintended consequence,” as Glengara puts it in a WebmasterWorld thread, to the December 2007 Google update. But Matt confirmed the behavior and said Google has already begun reversing it. So if you are stuck in the position six penalty, you may contact Google through Webmaster Central and request for a reconsideration, although you will most likely see it reverse itself within the next few days.

 

However, this is one of the many reasons why I recommend you, and not only me also so many SEOs does, that you should hold back on making drastic changes to your pages if you see a drop in rankings. Sometimes it is an issue on Google’s side and not in yours, and they make a change on their code that you simply cannot control. In this case, those that sat back for a couple months will see things return to normal within days.

Rate this:
2.5

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in SEO | No Comments» | Random Post



How To Be Indexed By Google In 24hrs

Written by Mr. Javo

One of most hard task once you create a blog, is get indexed by Google, Yahoo and others search engines, and you probably never heard about someone who get listed on Google in only 24hrs. Over the Internet exist million sites and forums with resources and tips to get indexed, but unfortunately the most of them are lie. Well not lie, but not the most efficient, in addition everybody thing about get listed in 24hrs is just impossible, but is really quite simple.

 

1 Step.-

 

Choose and set your keywords. Once again you have an idea about which your keywords are, you can use the freeware tools provided in http://www.goodkeywords.com/. Good Keywords is a simple, yet powerful Windows software to find the right keywords for your web pages, looking for the lesser used, managing your keywords, studying the competition keywords and more.

 

You can set your keywords using the < meta tag >. If you have not idea what I’m talking about, check my old post Meta Tags Code.

 

2 Step.-

 

This step is the most important because of it depend on your success or failure.

 

  • Go to Google and search for your URL ( i.e. www.yoursite.com, http://yoursite.com/ ). You will find something like this:

Your search - yourwebsite - did not match any documents.
Suggestions:
-Make sure all words are spelled correctly.
-Try different keywords.
-Try more general keywords.

 

The reason why you got nothing is because your website is pretty new and isn’t in the Google Index yet. If you are not listed by google, you can’t be ranked by them because your site doesn’t exist for them. Now, I’ll tell you something you may NOT to do to get indexed by google.

 

  • There is the big mistake of the most webmaster, add your URL at http://www.google.com/addurl.html. These is the Google Submission Form, and everybody think this is the key of success but really is not. If you submit your website with this form, you will get indexed by Google in at least 4 weeks, but this can take 6 weeks or even a little more, and thats too many time!. However, you should not submit your blog in any search engine, Yahoo, MSN, Altavista… So how can you get indexed by Google in 24hrs?
  • Go to Google and look for your keywords, your website tittle and tagline. Check the Pagerank of the websites listed on the top, and visit a couple of them. Once you get some websites with high rank ( 3 or higher is good ) look for the contact form, and ask them for a link. If you get linked from a website with good PR, you will get indexed very fast.

Tip: If you are migrating your blog, add your new URL in the blogroll of your old blog, this will help you to be indexed faster.

 

Tip: If your link stay in a high ranked website 1~3 days, you will get indexed automatically!

 

You can combine all those steps with other tips like guest commenting, using the techniques to improve your Alexa and Google rank, getting viral tags and applying all the resources provided on the web, just don’t forget to skip the Google submission form ;).

Rate this:
2.5

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in Improving Rank, SEO | (8) Comments» | Random Post



Google Robots’ Scan

Written by Mr. Javo

Google Robots!Google robots have a particular way to scan your site when you talk about SEO. Google scan every site in their database continually looking for new keywords and content, and you can increase or decrease your rank if you don’t have the correct structure.

 

 

 

The Google robots scan your site from the Left Top to the Right Bottom, and they have priority in the next tags:

 

 

  • < h1 > Tags: They are very important, you should use your best keyword on them. Try to use it the most left possible.
  • < h2 > Tags: In them, you should use your second keyword.

The other tags like < p > and < li > are a little less important than h1 and h2, don’t use all your coins on them. Also you could combine these tags with bold, underline, italic with the headers, but don’t overflow your site with them.

Rate this:
2.5

If you like this post consider subscribing to my full feed RSS. Also you can subscribe by Email and get the last posts in your inbox.





Posted in SEO | No Comments» | Random Post



RSS
RSS MAIL

Become a popular blogger