InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

SEO tutorials

  • How to change twitter handle and its impact on traffic
  • How to do keyword traffic research using adword
  • How to make best use of Alexa
  • How to migrate your site from one domain to another
  • How to monitor 404 pages on your site
  • How to remove urls from Google index using webmaster tools
  • How to undo HTTP 301 site/domain redirect
  • Verify a web site in google search console
  • Wordpress SEO - beginner guide
  • Xml sitemap - quick introduction
  • robots.txt
  • www vs non-www domain which is better for your site?
 
  • Home
  • > Tutorials
  • > Web Development
  • > SEO

WordPress SEO – beginner guide

By admin | Last updated on Jan 13, 2016

Most of the SEO (Search engine optimization) can be done with very little effort. Ideally speaking there should not be too much effort in SEO by a publisher. A publisher should put most of the effort in good content creation rather than SEO. If some basic steps are taken while creating content to make content more appealing to users, then majority SEO is automatically done.

I’ll use wordpress as context for this article so that some specific code can also be added to the article.

wordpress-seo

WordPress SEO – things to do

These are few things which can be done for SEO of a wordpress site to take majority of benefits:

  1. First pick a good title. This should be very user centric. If you want to add you brand name in title, it should be in the end. Also use simple english which people might search for when they need such content. Here is how html title tag looks like:
    <title>blah blah blah...</title>
  2. Use permalink and keep only main important words in the url. There are few url structures you can use:
    1. /post-name/
    2. /YYYY/MM/DD/post-name/
    3. /category/post-name/

    You can pick one of these formats. My personal preference is for /post-name/ as it gives you option to change category of article and to change the modification date.

  3. Add a meta description whenever possible. Search engine can potentially take description snippet which they show in search results from this value.  If you don’t add meta desc, search engine will show snippet from the page content. It is not something you want to spend tons effort but add it wherever it is easy. Here is how it looks:
    <meta name="description" content="blah blah blah..."/>
  4. Add an RSS feel url to your pages. Here is how it looks:
    <link rel="alternate" type="application/rss+xml" title="InfoHeap - Feed" href="http://feeds.infoheap.com/infoheap" />
  5. Use Google verified author feature for your posts/articles. It adds credibility to your posts when people view them in search results.
  6. Use h2 (0 or more) tags whenever makes sense in addition to the main default h1 header. That way Search engines know the header of various sections.
  7. Have alt value for images. Also use meaningful verbose names for images instead of some numerical id alone.
  8. While giving credit to outside links, you suitable anchor text and/or title (whenever possible) which describes that external page.
  9. Use WordPress SEO plugin by yoast and at least set custom title and h1 for all tags and category pages.
  10. Try to make your pages load super fast. Be extremely obsessed about it. You can use Chrome page speed plugin for monitoring this.
  11. Have twitter, facebook, google plus channels for your posts. Whatever you share on Google plus, keep them public. Also let visitors easily share the stuff from your site using these mediums.

WordPress SEO – things to avoid

Here are some things I believe you should avoid:

  1. Don’t worry too much about page rank. Only focus on content.
  2. Off page factors are pretty important but you should not be obsessed about them. If the content is good and is benefiting people, off page stuff will automatically happen.
  3. Avoid changing url structure.
  4. Avoid focussing too much on keywords density, etc. Just focuss on what looks natural to user.

Suggested posts:

  1. How to hide a post from home and RSS feed in wordpress
  2. How to setup wordpress custom query params with pretty url format
  3. How to add tag and category to wordpress pages
  4. Online tools to create comic strips
  5. Command line – run python webserver
  6. Get file size in bytes on Linux
  7. How to create Linux instance on Amazon AWS/EC2 Classic
  8. How to show wordpress pages on front page with skip_home custom field
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged SEO, Tutorials, Wordpress
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress