SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
gainpro f it inco m e .co m                          http://www.gainpro fitinco me.co m/wo rdpress-seo -ultimate-guide/



WordPress SEO: The Ultimate Guide
Philip A.




Ever since May 27 2003 when Matt Mullenweg and Mike
Little released WordPress, it has grown to be the
largest self -hosted blogging tool in the world, with
millions of users world wide.

A lot of great things can be said about WordPress, but
one of the huge benef its it provides users with, and
which I’m going to get into more detail in this post, is
WordPress’s out of the box SEO f unctionality.

So here is how I’m going to do this. To make this post
easier f or everyone to digest, I’ve decided to split the
content into 2 main paragraphs: WordPress SEO basic
and advanced tips.

1.WordPress SEO Basic Opt imizat ion Tips

T hese suggestions may be kinda obvious but that does
not make them any less important when it comes to
optimizing your blog for search engine traffic.

The Tit le Tag

T he title tag is def initely the most important element of your website f or SEO. It inf orms search engines
what your site is about.

Your main keyword should be at the beginning of your home page title f ollowed by your brand name:

          Residual Income: T he Gain Prof it Income Blog (my main keyword that I’m trying to rank f or is
        “residual income”)

By def ault WordPress will add your site’s title af ter each post and page title. A lot of people make the
mistake of leaving this as it is.

You are already targeting your main keyword on your home page, so it makes no sense to have it in all of
the titles on your blog. T his will only reduce the keyword density in your blog posts title. Each title should be
unique and target a dif f erent keyword. You can easily rewrite your titles using the All In One SEO plugin.

I recommend you leave your blog title only f or your “about”, “contact” and “privacy-policy” pages, because
they are not targeting any keywords, so having your blog title in there too is better.

The Met a Tags

T he meta tags are the description tag and keywords tag. T he text that appears under your links in the
search engine results is the description tag.




Although the description tag and the keywords tag are not taken into consideration by the search engines
when ranking your website, having a compelling description will raise your click-through in the search results.

Your target keyword should also be included in the description tag to make your post or page more relevant
f or that keyword.

HTML Heading St ruct ure

Another important aspect of on-page SEO is your heading structure. T he headings tell the search engines
which parts of your content are important.

Each page on your site should only have one H1 tag. Having more than one H1 tag is considered by the
search engines as being a spam tactic.


Home Page Heading St ruct ure:

        H1: Your blog’s name
        H2: T he title of your posts
        H3: Popular posts or Recent posts widgets
        H4: Other related content widgets in your sidebar


Single Page/Post Heading St ruct ure:

        H1: T he title of your post
        H2 and H3: Subheadings in your post’s content
        H4: Related posts below the content of your post
        H5: Sidebar widgets

It’s important that the theme you are using on your website f ollows these guidelines, unf ortunately not all
WordPress themes have this heading structure.

An easy way to check if your website is properly structured is to go into your Google Webmaster account in
the “Optimization” tab and click “HT ML Improvements”. Or you can use the SEO Quake Firef ox plugin and
click the “Diagnosis” button in your toolbar.

Here is how the heading structure looks on the home page of my blog:

T hat’s why I do not recommend using
f ree WordPress themes, a mistake I
made when I started my blog. A lot of
them contain hidden code that can break
your website, and they are poorly
structured.

Not having a proper heading structure
can also af f ect your rankings, because
search engines take into consideration
how your website is built when ranking it
in the serps. T his is something I noticed
immediately af ter switching f rom the
f ree theme I was using to the Genesis
Framework(af f iliate link), when I saw a
noticeable increase in search traf f ic and
a rise in the search engine results f or
most of my posts and pages.

The Permalink St ruct ure

T he permalink is the URL of your posts and pages. Your permalinks should look similar to the title of your
posts.

For example: http://www.gainprof itincome.com/keyword-research-f ind-longtail-keywords/

T his way people will know what a link is about bef ore clicking on it and your keywords will also be highlighted
in the search engine results if that link is relevant to the search query.

You can set WordPress to automatically create the permalinks this way by going to Settings>Permalinks.




Additionally you should manually edit the permalinks and remove words like “the”, “is”, bef ore you publish a
post. T his is to make sure you have the highest keyword density possible in the URL of your post, and also
to make the permalink short and sweet.

Using t he Alt Tag f or Images

T he alt attribute is the only way of telling the search engines
what an image is about.

Search engines consider this element very important when
ranking your posts in the global search results as well as ranking
your image in the images search results.
To make your post more relevant f or a particular keyword, the
f ile name, the title and the alt tag of your image should contain
the targeted keyword.

Int ernal Linking

Inter-linking your posts makes it easier f or search engine spiders
to crawl your website. It also allows you to pass link juice to
other posts and pages on your site.

What you’re basically doing is linking f rom one post to another. For example I sometimes happen to mention
that the key to growing a successf ul blog is by building trust with your readers and I’ll immediately link to my
post on building trust online.

T his is also a great way to keep people on your site f or a longer period of time and reduce bounce rates,
which are two additional f actors that af f ect your search engine rankings.

Creat ing a Sit emap

A sitemap is basically an outline of the content you have on your website. It includes your posts, pages,
archives, categories and media attachments.

You can use the Google XML Sitemap plugin to create a sitemap f or your WordPress blog. T his plugin will
automatically update the sitemap every time you make changes to your website.

Af ter creating a sitemap using this plugin, it should look like this: http://www.yourdomain.com/sitemap.xml

Now all you have to do is submit your sitemap to Google Webmasters Tools and Bing Webmasters Tools.

2. WordPress SEO Advanced Tips

So f ar I’ve mentioned some of the basic WordPress optimization tips that can make your site more SEO
f riendly. But there are some additional improvements you can make to your website that are more advanced
and which I’m going to share with you next.

WWW or Non WWW

Having the “www” in f ront of your domain or not having it doesn’t make any dif f erence in getting your
website ranked. However, the search engines consider www.yourdomain.com and yourdomain.com as 2
totally dif f erent websites, thus splitting the link juice f rom your backlinks to each of them.

T hat’s why it’s very important to redirect one to the other using a 301 permanent redirect.

T his may sound a bit techy but it’s actually very easy to do. By def ault WordPress already handles this
redirect f or you, but problem is that it does this using a 302 temporary redirect.

To be able to create this redirect you will need to edit your .htaccess f ile which is f ound on your hosting
server.

T he easiest way to do this, is with the Robots Meta plugin, which allows you to easily edit your .htaccess
f ile.

All you have to do is copy this code in your .htaccess f ile:
# Begin 301
RewriteEngine On

RewriteCond %{HT T P_HOST } !^www.gainprof itincome.com [NC]
RewriteRule ^(.*)$ http://www.gainprof itincome.com/$1 [L,R=301]

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST _FILENAME} !-f
RewriteCond %{REQUEST _FILENAME} !-d
RewriteRule . /index.php [L]

T his will redirect the non-WWW version of your website to the WWW one

If you want to redirect the WWW version to the non-WWW all you have to do is remove the “www” part f rom
lines 3 and 4.

Also make sure you replace gainprofitincome.com with your domain name.

No Index, No Follow Archives, Tag Pages, Cat egory Pages

Your archive pages, category pages and tag pages are all similar pages which link to your posts. T hat’s why
there’s no point in having them all indexed by the search engines.

For example if you’re using categories on your blog you should add the “noindex” tag to your tag and archive
pages.

T he same thing goes f or the “nof ollow” tag.

I remember one time, when I was searching f or my posts in Google and most of the times I had tag pages
and category pages that outranked the actual posts. Applying the “noindex,nof ollow” tag to archive,
category and tag pages can be easily done with the All In One SEO plugin I mentioned earlier in this post.

T his way you will direct most of the link juice to the actual post pages, which normally are the ones that are
suppose to rank f or their target keyword.

No Follow Cert ain Page Links

Adding the “nof ollow” tag to certain links is a simple way you can use to divert link juice only to the pages
you want to rank high in search engines, like your posts.

For example, if your displaying excerpts of your posts on your blog page, you have that “Continue Reading”
link which takes you to the f ull post page. But the title of your post is also a link to the same page.

Adding the “nof ollow” tag to the “Continue Reading” link will divert all the link juice to the post title link which
is a keyword rich anchor text and is more relevant to the content of your post.

Also the post meta data which contains a link to the date archives, the category of the post, the author
page. T hese are all links that don’t need to rank.

Or you could do what I did and completely remove those links f rom the post byline or meta data. As you can
see I only have my name above the post title, and it’s not even a link.
One other thing I want to mention is, if you have a Tag Cloud widget in your sidebar make sure the links to
the tag pages are nof ollow, I made this mistake and what happened is that the tag pages where higher in the
search results than the actual posts, trust me you don’t want that.

In regards on how to f ind those links in the code of your theme, there are way to many examples, and on a
lot of themes this is done dif f erently. But if you’re blog is running on the Genesis Framework(af f iliate link)
like mine just send me an email and I’ll be happy to give you all the instructions you need to make these
changes.

But basically to make a link “nof ollow” here is what you need to do:

        Normal link: <a href =”http://www.gainprof itincome.com”>T he Gain Prof it Income Blog</a>
        Nof ollow link: rel=”nofollow”>T he Gain Prof it Income Blog

Use Google Webmast er Tools

T his is a service you must def initely sign-up f or. As you know it’s f ree and it provides you with a lot of
usef ul inf ormation about the keywords people use to f ind your site, the number of backlinks Google has
indexed, etc.

Another thing that I like about Google Webmaster Tools is that it notif ies you of any 404 errors or “page not
f ound”. I remember one time when I modif ied the permalink to one of my posts af ter it was published, and
lost a lot of traf f ic because of this.

I immediately received a notif ication f rom GWT and redirected the old link to the new one.

Google Aut horship

T here’s been a lot of talk that Google will add the Author Rank to their ranking algorithm so it’s very
important that you claim your Google Authorship.




T he process of claiming your Google Authorship is very is to do.

First you will need to add this line of code in the <head> section of your website.
author” href =”https://plus.google.com/100211679160877871318/posts“/>

Make sure you replace the link with your Google+ prof ile link.

Next step is to head over to your G+ prof ile and in the “About” tab look f or the box that says “Contributor
to”. Add your website URL there and you’re all done.




T hat’s all you need to do. You must know that it will take a bit of time bef ore your picture will show-up next
to your posts and pages in the search results. To test this just go to your Google Webmaster Tools
account.

Building Backlinks

T his WordPress SEO guide would not be complete without mentioning another important aspect of search
engine traf f ic which is link building.

Although the best link building technique is to write high value content that others will naturally link to f rom
their own websites, getting this type of links is kind of hard when you’re just starting and the visitors coming
to your blog are just a handf ul.

T here are a lot of ways to manually build backlinks to your website but f or now I’m going to mention just a
couple of them.

        Guest Posting: T hrough guest posting instead of writing posts and publishing them on your own
      blog, you will publish them on other blogs in your niche. T hose posts will have 1 or 2 links that will
      point back to your website.
        Linking out: Every time you link out to other websites, the owner of those websites will be notif ied
      automatically by WordPress. So when they see that you’ve linked to one of their posts, they might link
      back to one of your posts in the f uture.

T hese are just 2 of the many link building options you have. I wanted this post to be mainly about on-site
SEO, but if you want more backlinking tips Jon Cooper f rom PointBlankSEO.com has a huge list of link
building strategies.

Final Word on WordPress SEO

Google always says that they want to deliver people the most relevant results f or what they’re searching.

T his guide is all about making your website, your posts, as relevant as possible f or your target keyword. If
you would only apply 80% percent of the things I mentioned in this post you would still notice an increase in
rankings and search engine traf f ic.

Feel f ree to play around with these instructions as you see f it, if you have any other suggestions I would
love it if you would share them in your comments.

Relat ed Post s

   1. 16 Top WordPress Plugins For Your New Blog
   2. Mastering the Art of Keyword Optimization and On-Page SEO
3. WordPress White Screen of Death and My Blog’s Redesign
4. How to drive traf f ic to your blog without Google?

Contenu connexe

Dernier

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
lizamodels9
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Sheetaleventcompany
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 

Dernier (20)

The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 

En vedette

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software
 

En vedette (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

WordPress SEO: The Ultimate Guide

  • 1. gainpro f it inco m e .co m http://www.gainpro fitinco me.co m/wo rdpress-seo -ultimate-guide/ WordPress SEO: The Ultimate Guide Philip A. Ever since May 27 2003 when Matt Mullenweg and Mike Little released WordPress, it has grown to be the largest self -hosted blogging tool in the world, with millions of users world wide. A lot of great things can be said about WordPress, but one of the huge benef its it provides users with, and which I’m going to get into more detail in this post, is WordPress’s out of the box SEO f unctionality. So here is how I’m going to do this. To make this post easier f or everyone to digest, I’ve decided to split the content into 2 main paragraphs: WordPress SEO basic and advanced tips. 1.WordPress SEO Basic Opt imizat ion Tips T hese suggestions may be kinda obvious but that does not make them any less important when it comes to optimizing your blog for search engine traffic. The Tit le Tag T he title tag is def initely the most important element of your website f or SEO. It inf orms search engines what your site is about. Your main keyword should be at the beginning of your home page title f ollowed by your brand name: Residual Income: T he Gain Prof it Income Blog (my main keyword that I’m trying to rank f or is “residual income”) By def ault WordPress will add your site’s title af ter each post and page title. A lot of people make the mistake of leaving this as it is. You are already targeting your main keyword on your home page, so it makes no sense to have it in all of the titles on your blog. T his will only reduce the keyword density in your blog posts title. Each title should be unique and target a dif f erent keyword. You can easily rewrite your titles using the All In One SEO plugin. I recommend you leave your blog title only f or your “about”, “contact” and “privacy-policy” pages, because they are not targeting any keywords, so having your blog title in there too is better. The Met a Tags T he meta tags are the description tag and keywords tag. T he text that appears under your links in the
  • 2. search engine results is the description tag. Although the description tag and the keywords tag are not taken into consideration by the search engines when ranking your website, having a compelling description will raise your click-through in the search results. Your target keyword should also be included in the description tag to make your post or page more relevant f or that keyword. HTML Heading St ruct ure Another important aspect of on-page SEO is your heading structure. T he headings tell the search engines which parts of your content are important. Each page on your site should only have one H1 tag. Having more than one H1 tag is considered by the search engines as being a spam tactic. Home Page Heading St ruct ure: H1: Your blog’s name H2: T he title of your posts H3: Popular posts or Recent posts widgets H4: Other related content widgets in your sidebar Single Page/Post Heading St ruct ure: H1: T he title of your post H2 and H3: Subheadings in your post’s content H4: Related posts below the content of your post H5: Sidebar widgets It’s important that the theme you are using on your website f ollows these guidelines, unf ortunately not all WordPress themes have this heading structure. An easy way to check if your website is properly structured is to go into your Google Webmaster account in the “Optimization” tab and click “HT ML Improvements”. Or you can use the SEO Quake Firef ox plugin and click the “Diagnosis” button in your toolbar. Here is how the heading structure looks on the home page of my blog: T hat’s why I do not recommend using f ree WordPress themes, a mistake I made when I started my blog. A lot of them contain hidden code that can break
  • 3. your website, and they are poorly structured. Not having a proper heading structure can also af f ect your rankings, because search engines take into consideration how your website is built when ranking it in the serps. T his is something I noticed immediately af ter switching f rom the f ree theme I was using to the Genesis Framework(af f iliate link), when I saw a noticeable increase in search traf f ic and a rise in the search engine results f or most of my posts and pages. The Permalink St ruct ure T he permalink is the URL of your posts and pages. Your permalinks should look similar to the title of your posts. For example: http://www.gainprof itincome.com/keyword-research-f ind-longtail-keywords/ T his way people will know what a link is about bef ore clicking on it and your keywords will also be highlighted in the search engine results if that link is relevant to the search query. You can set WordPress to automatically create the permalinks this way by going to Settings>Permalinks. Additionally you should manually edit the permalinks and remove words like “the”, “is”, bef ore you publish a post. T his is to make sure you have the highest keyword density possible in the URL of your post, and also to make the permalink short and sweet. Using t he Alt Tag f or Images T he alt attribute is the only way of telling the search engines what an image is about. Search engines consider this element very important when ranking your posts in the global search results as well as ranking your image in the images search results.
  • 4. To make your post more relevant f or a particular keyword, the f ile name, the title and the alt tag of your image should contain the targeted keyword. Int ernal Linking Inter-linking your posts makes it easier f or search engine spiders to crawl your website. It also allows you to pass link juice to other posts and pages on your site. What you’re basically doing is linking f rom one post to another. For example I sometimes happen to mention that the key to growing a successf ul blog is by building trust with your readers and I’ll immediately link to my post on building trust online. T his is also a great way to keep people on your site f or a longer period of time and reduce bounce rates, which are two additional f actors that af f ect your search engine rankings. Creat ing a Sit emap A sitemap is basically an outline of the content you have on your website. It includes your posts, pages, archives, categories and media attachments. You can use the Google XML Sitemap plugin to create a sitemap f or your WordPress blog. T his plugin will automatically update the sitemap every time you make changes to your website. Af ter creating a sitemap using this plugin, it should look like this: http://www.yourdomain.com/sitemap.xml Now all you have to do is submit your sitemap to Google Webmasters Tools and Bing Webmasters Tools. 2. WordPress SEO Advanced Tips So f ar I’ve mentioned some of the basic WordPress optimization tips that can make your site more SEO f riendly. But there are some additional improvements you can make to your website that are more advanced and which I’m going to share with you next. WWW or Non WWW Having the “www” in f ront of your domain or not having it doesn’t make any dif f erence in getting your website ranked. However, the search engines consider www.yourdomain.com and yourdomain.com as 2 totally dif f erent websites, thus splitting the link juice f rom your backlinks to each of them. T hat’s why it’s very important to redirect one to the other using a 301 permanent redirect. T his may sound a bit techy but it’s actually very easy to do. By def ault WordPress already handles this redirect f or you, but problem is that it does this using a 302 temporary redirect. To be able to create this redirect you will need to edit your .htaccess f ile which is f ound on your hosting server. T he easiest way to do this, is with the Robots Meta plugin, which allows you to easily edit your .htaccess f ile. All you have to do is copy this code in your .htaccess f ile:
  • 5. # Begin 301 RewriteEngine On RewriteCond %{HT T P_HOST } !^www.gainprof itincome.com [NC] RewriteRule ^(.*)$ http://www.gainprof itincome.com/$1 [L,R=301] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST _FILENAME} !-f RewriteCond %{REQUEST _FILENAME} !-d RewriteRule . /index.php [L] T his will redirect the non-WWW version of your website to the WWW one If you want to redirect the WWW version to the non-WWW all you have to do is remove the “www” part f rom lines 3 and 4. Also make sure you replace gainprofitincome.com with your domain name. No Index, No Follow Archives, Tag Pages, Cat egory Pages Your archive pages, category pages and tag pages are all similar pages which link to your posts. T hat’s why there’s no point in having them all indexed by the search engines. For example if you’re using categories on your blog you should add the “noindex” tag to your tag and archive pages. T he same thing goes f or the “nof ollow” tag. I remember one time, when I was searching f or my posts in Google and most of the times I had tag pages and category pages that outranked the actual posts. Applying the “noindex,nof ollow” tag to archive, category and tag pages can be easily done with the All In One SEO plugin I mentioned earlier in this post. T his way you will direct most of the link juice to the actual post pages, which normally are the ones that are suppose to rank f or their target keyword. No Follow Cert ain Page Links Adding the “nof ollow” tag to certain links is a simple way you can use to divert link juice only to the pages you want to rank high in search engines, like your posts. For example, if your displaying excerpts of your posts on your blog page, you have that “Continue Reading” link which takes you to the f ull post page. But the title of your post is also a link to the same page. Adding the “nof ollow” tag to the “Continue Reading” link will divert all the link juice to the post title link which is a keyword rich anchor text and is more relevant to the content of your post. Also the post meta data which contains a link to the date archives, the category of the post, the author page. T hese are all links that don’t need to rank. Or you could do what I did and completely remove those links f rom the post byline or meta data. As you can see I only have my name above the post title, and it’s not even a link.
  • 6. One other thing I want to mention is, if you have a Tag Cloud widget in your sidebar make sure the links to the tag pages are nof ollow, I made this mistake and what happened is that the tag pages where higher in the search results than the actual posts, trust me you don’t want that. In regards on how to f ind those links in the code of your theme, there are way to many examples, and on a lot of themes this is done dif f erently. But if you’re blog is running on the Genesis Framework(af f iliate link) like mine just send me an email and I’ll be happy to give you all the instructions you need to make these changes. But basically to make a link “nof ollow” here is what you need to do: Normal link: <a href =”http://www.gainprof itincome.com”>T he Gain Prof it Income Blog</a> Nof ollow link: rel=”nofollow”>T he Gain Prof it Income Blog Use Google Webmast er Tools T his is a service you must def initely sign-up f or. As you know it’s f ree and it provides you with a lot of usef ul inf ormation about the keywords people use to f ind your site, the number of backlinks Google has indexed, etc. Another thing that I like about Google Webmaster Tools is that it notif ies you of any 404 errors or “page not f ound”. I remember one time when I modif ied the permalink to one of my posts af ter it was published, and lost a lot of traf f ic because of this. I immediately received a notif ication f rom GWT and redirected the old link to the new one. Google Aut horship T here’s been a lot of talk that Google will add the Author Rank to their ranking algorithm so it’s very important that you claim your Google Authorship. T he process of claiming your Google Authorship is very is to do. First you will need to add this line of code in the <head> section of your website.
  • 7. author” href =”https://plus.google.com/100211679160877871318/posts“/> Make sure you replace the link with your Google+ prof ile link. Next step is to head over to your G+ prof ile and in the “About” tab look f or the box that says “Contributor to”. Add your website URL there and you’re all done. T hat’s all you need to do. You must know that it will take a bit of time bef ore your picture will show-up next to your posts and pages in the search results. To test this just go to your Google Webmaster Tools account. Building Backlinks T his WordPress SEO guide would not be complete without mentioning another important aspect of search engine traf f ic which is link building. Although the best link building technique is to write high value content that others will naturally link to f rom their own websites, getting this type of links is kind of hard when you’re just starting and the visitors coming to your blog are just a handf ul. T here are a lot of ways to manually build backlinks to your website but f or now I’m going to mention just a couple of them. Guest Posting: T hrough guest posting instead of writing posts and publishing them on your own blog, you will publish them on other blogs in your niche. T hose posts will have 1 or 2 links that will point back to your website. Linking out: Every time you link out to other websites, the owner of those websites will be notif ied automatically by WordPress. So when they see that you’ve linked to one of their posts, they might link back to one of your posts in the f uture. T hese are just 2 of the many link building options you have. I wanted this post to be mainly about on-site SEO, but if you want more backlinking tips Jon Cooper f rom PointBlankSEO.com has a huge list of link building strategies. Final Word on WordPress SEO Google always says that they want to deliver people the most relevant results f or what they’re searching. T his guide is all about making your website, your posts, as relevant as possible f or your target keyword. If you would only apply 80% percent of the things I mentioned in this post you would still notice an increase in rankings and search engine traf f ic. Feel f ree to play around with these instructions as you see f it, if you have any other suggestions I would love it if you would share them in your comments. Relat ed Post s 1. 16 Top WordPress Plugins For Your New Blog 2. Mastering the Art of Keyword Optimization and On-Page SEO
  • 8. 3. WordPress White Screen of Death and My Blog’s Redesign 4. How to drive traf f ic to your blog without Google?