• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

PenguinWP

Digital Marketing & WordPress Guides, Tips & Tutorials

  • WORDPRESS
    • Plugins
    • Themes
    • Hosts
  • MARKETING
    • Affiliate Marketing
    • Digest
    • Domains
    • Email Marketing
    • Google AMP
    • Google Analytics
    • Google Tag Manager
    • How To
    • SEO
    • Social Media
    • Tools
  • TOOLS
    • WP Author Bio – Free WordPress Plugin
    • WPSNIFFER – Free Chrome Extension
  • CONTACT
You are here: Home / SEO / 7 Basic SEO Tips, Tweaks, Tactics & Strategies

7 Basic SEO Tips, Tweaks, Tactics & Strategies

September 12, 2011 By Andy Forsberg 5 Comments

7 Basic SEO Tips, Tweaks, Tactics & Strategies
Tweet
Share
Share
Reddit
Buffer

It’s quite amazing how many web sites there are that don’t do the basics. If you have a web site and you want it to succeed, then make sure you’ve done all of the following at the very least. This post will explain domain-wide redirects, proper page title, meta description, alt attribute, and URL usage, as well as web analytics and making sure to host all your own content on your own domain.

Domain-wide Redirect

Search engines consider separate sub-domains to be separate web sites. This is why domain.com and www.domain.com are considered separate web sites. External web sites will sometimes link to your site using both variations and this can lead to you not capturing the full potential of your backlinks.

To avoid this problem, you simply need to setup a domain-wide 301 redirect on your Apache web server. Assuming your site is running on Apache (the vast majority are) then you can use the following code. You’ll just need to edit your .htaccess file in your root public directory, or you’ll need to create a text file and save it as “.htaccess” and upload it to your root public directory.

Ideally you’ll want to redirect the variation with the least unique domain backlinks to the version with the most unique domain backlinks. You can utilize Majestic SEO’s Site Explorer to determine this. Just register for a free account, then enter both variations of your domain (http://domain.com and http://www.domain.com), be sure to “Use Historic Index” so you’ll see all the backlinks for each. Then, by using the following lines of code, redirect the version with the least unique domain backlinks to the version with the most unique domain backlinks.

non-www to www

non-www to www
PHP
1
2
3
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule (.*) http://www.domain.com/$1 [L,R=301]

www to non-www

www to non-www
PHP
1
2
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]

Proper Page Title Usage

Make sure your page title is no more than 70 characters in length. Place your targeted keywords as far left as possible, throw in your site/brand at the end after a pipe (|) symbol.

good page title example

The following is a good page title because it is exactly 70 characters in length. In addition, it has the most relevant keywords at the beginning and includes the web site name at the end.

good page title example
PHP
1
<title>Search Engine Marketing & Optimization Blog, Tips & Guides | PenguinWP</title>

bad page title example

The following is a bad page title because it is very short. The only keyword it has in it is SEO. It is only 8 characters in length, meaning it is not making use of the additional 62 characters it could be to target additional, longtail keyword phrases. It also explains nothing about the web site’s home page.

bad page title example
PHP
1
<title>PenguinWP</title>

Proper Meta Description Usage

Make sure your meta description is no more than 155 characters in length. Place the keywords you anticipate the page ranking for near the beginning of the meta description and be sure to finish it off with a nice call to action. If your page comes up in the results for the keywords you have in the meta description they will be listed in bold. This will help your listing stand out more, then your call to action will entice users to click on your listing even further. Both of these tactics combined can help increase the click through rate on your search engine result page listing.

good meta description example

The following is a good meta description because it is exactly 155 characters. It also includes keywords that the page is targeting and likely to rank for. In addition, it has a nice call to action that will entice viewers to click on its search engine result page listing.

good meta description example
PHP
1
<meta name="description" content="A blog dedicated to SEO (search engine optimization) - complete with tips, guides, tactics and tools. Grow traffic to your site today by reading PenguinWP!" />

bad meta description example

The following is a bad meta description because it is very short, does not include many keywords and has no call to action. It is only 57 characters in length, meaning it is not making use of the additional 98 characters it could be to explain in more detail what the web site is about and include more relevant keyword phrases as well as a call to action to entice viewers of the search engine result page listing.

bad meta description example
PHP
1
<meta name="description" content="PenguinWP is a blog all about search engine optimization." />

Use ALT Attributes

Images on a web site are like a black box to search engines. This is why alt attributes exist. All search engines have to go on is the name of the image file if you do not use alt attributes. Blind people have the same problem with images on a web site that search engines do. You should always use alt attributes to explain what the image is about. Ideally you can find a happy medium between describing an image and utilizing relevant keywords you are targeting.

good alt attribute example

The following is a good alt attribute example for the above image because it explains in detail what the image is about and it also includes many relevant keywords. This is equally good for visitors and search engines to consume. In addition, the alt attribute does a good job complementing the image file name.

good alt attribute example
PHP
1
<img src="/wp-content/uploads/2011/09/conversion-rate-keyword-length.png" alt="seo graph of conversion rate by keyword phrase length" />

bad meta description example

The following is a bad alt attribute example for the above image because it explains nothing specific about the image. Simply “seo graph” is too generalized. If you typed “seo graph” in Google would you want to see this image? Perhaps, but you’d be far more likely to want to see this graph if you typed in “keyword length conversion rates”. In addition, the image would likely rank much higher for the phrase “keyword length conversion rates” than “seo graph” because it is a far less competitive keyword phrase. The alt attribute in this example, is also not very complementary to the image file name.

bad alt attribute example
PHP
1
<img src="/wp-content/uploads/2011/09/conversion-rate-keyword-length.png" alt="seo graph" />

Use SEO-Friendly URLs

SEO-friendly URLs are equally people-friendly in that they are easy to remember and include keyword phrases in them. They are important because they help re-emphasize what the page is all about. Not only that, but when people link to a web page they commonly will copy and paste the URL. If your keywords are in the URL, then you get backlinks pointed to your site that have your targeted keywords in the anchor text.

SEO-friendly URL example

The following is an SEO-friendly URL because it utilizes hyphens to separate words and English words to explain what the page is about. Just looking at that URL, you have a pretty good idea about what you’ll find after you click on it don’t you? If you did a Google search for “seo friendly urls” the keywords “seo”, “friendly” and “urls” would be bolded, which again helps with clickthrough rates on your search engine result listing.

SEO-friendly URL example
PHP
1
https://penguinwp.com/seo-friendly-urls-create-more-traffic

SEO-unfriendly URL example

The following is an SEO-unfriendly URL because it tells you nothing about what the page is about. All I can tell is that it’s one of many posts on seopeng.com. If I had never been to the site before I would have no clue at all what its about. Perhaps it has something to do with search engine optimization? For a site about SEO, they don’t really seem to know what they’re doing!

SEO-unfriendly URL example
PHP
1
https://penguinwp.com/post.php?post=5

Host all your content on your own Domain

So many business web sites have a blog hosted on a free blogging service such as Blogger. This is a horrible idea because the point of a blog from an SEO perspective is to create great content, which generates backlinks organically. When You host this on your own domain such as http://www.domain.com/blog/ it associates these backlinks with your root domain and increases its overall domain authority. When you have your site hosted on a third party site is doesn’t give you the same benefit. This applies to any content you produce that is hosted on a third party site, always place it on your own root domain when possible.

Install web analytics

How are you going to measure the success of your web site if you have no data on what it’s doing? There is absolutely no reason not to install analytics on a business web site. You need to establish goals for what you want people to accomplish on your web site. These are known as conversions, desired actions you want users to take on your site when visiting. For a business web site this could by filling out a contact form, requesting a quote, giving you a call, signing up for your newsletter or purchasing a product. There’s no excuse, setting up analytics is very easy and there are many free web analytics packages out there. Google Analytics is one of the best free web analytics packages out there. Stop flying blind and install it today if you have not already!

Tweet
Share
Share
Reddit
Buffer

Related Content:

  • 27 Advanced Segment Templates for Google Analytics27 Advanced Segment Templates for Google Analytics
  • 7 Common Google Analytics UTM URL Tracking Mistakes To Avoid7 Common Google Analytics UTM URL Tracking Mistakes To Avoid
  • Moving WordPress to HTTPS with Let’s EncryptMoving WordPress to HTTPS with Let’s Encrypt
  • How To Track Visitors Blocking Your Ads In WordPressHow To Track Visitors Blocking Your Ads In WordPress

About Andy Forsberg

Andy Forsberg works at FRSecure and SecurityStudio on Vendor Risk Management Software and other projects as the Digital Marketing Director. He is known for his Analytics, HubSpot, Salesforce, SEM, SEO & WordPress expertise. Andy created the WP Author Bio WordPress Plugin and WPSNIFFER Chrome extension.

Follow Andy on:
LinkedIn | Twitter | WordPress | ManageWP.org

Reader Interactions

Comments

  1. VirtualAlex says

    September 12, 2011 at 4:57 am

    Excellent tips. Great blog, keep them coming.

    Reply
  2. VirtualAlex says

    September 23, 2011 at 4:41 pm

    I said keep them coming.

    Reply
  3. VirtualAlex says

    September 23, 2011 at 4:41 pm

    I said keep it coming.

    Reply
  4. RNtoBSNOnlinePrograms says

    November 7, 2011 at 5:58 pm

    Nice breakdown really, even gave good/bad examples in code no less, nice list. Although more basic SEO stuff, it’s things that even the pros might overlook, I did in fact learn something on your alt tag description, so thumbs up 🙂

    Nursey

    Reply
  5. Dimitar says

    August 31, 2012 at 11:20 am

    Nice post, simple and clear .. who needs more? A good stop for any web developer

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar




GET OUR NEWSLETTER


200+ Digital Marketing Tools for Fueling Your Growth

  • Home
  • Contact
  • Advertising
  • Affiliate Disclaimer
  • Privacy Policy



© 2019 Penguin Initiatives.

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.ACCEPT COOKIEPrivacy Policy