SEO & AI Search (GEO) Expert

Improve your Google ranking with Peter Mahoney, 20+ years SEO & Wordpress experience

  • SEO Overhaul
  • SEO Campaign
  • WP Support
  • Blog
    • SEO Emails
  • Praise

Search Engine Optimisation (SEO): Blogging

May 21, 2013 by Peter Mahoney

Search Engine Optimisation (SEO): Blogging Wordpress SEO & AI Search (GEO) ExpertContinuing this series of posts, I want to say this very clearly. Blogging is the very best thing you can do for your search engine optimisation. If you are not blogging, you are ignoring the biggest factor in improving your placement in their listings.

Quite simply, if you put all the other tips and tricks aside, the real key to SEO is regular, original content.

It’s really simple. Google et al want to see content written by humans, for humans. So write some.

1. Regular
Search engines work out how often to scan your website and specific pages within that based on how often it has seen those change in the past.

If your pages are all fairly static (meaning there aren’t any elements on them that change regularly, like text or images) the search giants (Google, Bing, Yahoo!) will stop coming. Google might only index your site every few months.

There’s some massive missed opportunities there. Not only will your site be deemed to have a low Page Rank (not very important in the search results) but even if you do update with some new amazing, original content—it might not be noticed until it’s well out of date.

2. Original
Search Engines are clever. Google is adept at scanning text and knowing if it’s the sort of thing a human would read, rather than a bunch of words strung together to try to fool it. They also know very easily if your work is a copy and paste from somewhere else.

Apart from simply making money, search engines all have an ethos behind them. Google for example wants to see a helpful, information rich Internet that answers users’ queries quickly and efficiently. So they rank sites they believe fit into that plan more highly than those that don’t.

If your site has too much content pasted from elsewhere, you do not fit into this ideal.

What does is original content. Something you’ve written (or someone else has written exclusively on your behalf).

It’s not as hard as it sounds. Pick a subject that relates to your business. I do this with my blog all the time—and then in your head explain it as you would to one of your customers. Type out your side of the conversation, and you’re basically done.

3. Keywords
Before you even ask the question, the answer is yes. You do want to target keywords in your blogging. Bear in mind that as long as you’re writing on topic, they’ll come out anyway. You want people to find you because of the sort of products and services you offer, so as long as you’re writing about the subject you sell, they’ll flow naturally.

Rather than ensuring I type specific words, I do my best to hit a variety of terms.

The sentence you just read is a case in point—it would have seemed normal to use “words” in there twice; where I did and then again at the end of the sentence. By using “terms” the second time, I’m improving my SEO because I’ll be indexed for both “words” and “terms”, rather than just one of them.

I do this all the time. Synonyms are are important but often overlooked aspect of SEO. A potential client might enter either “social media” or “social networking” for instance, and if that’s your industry you want them to find you regardless of the phrase they’re most familiar with.

Search engine optimisation is all about people—people finding you. Make sure you’re giving them what they need to do precisely that.

Filed Under: Content, Google, Hints & Tips, Keywords, Search Engine Optimisation (SEO), Social networking

Spot the difference

March 14, 2013 by Peter Mahoney

Take a good look and tell me what you see (in an unusual stylistic move for me, you can click these images to see them full size):

The top image is a menu made up of images. Which means not only does loading the site require loading a bunch of extra jpg, png or gif files, but much more importantly search engines don’t know what they say. To make matters worse, this particular site didn’t even use alt tags*.

Plus if you do click on it to see the full version, you’ll notice the text isn’t even well formed, it’s pixelated and ugly.

The bottom image is the same menu, with a tiny one-pixel-wide image (well, actually two one-pixel-wide images) repeating. The text is just that, text. So search engines can scan it, and see what they say.

The implications of that is you can have your pages’ headings, which should sum up the content of your site pretty well, on every page. Those headings should be written to include your keywords, and you really want those on every page!

And thanks to modern font smoothing on mainstream operating systems, they look a lot nicer.

I cannot fathom why this menu was originally made entirely with graphics. Unless it was just for the roll-over effect, which did nothing but make the text turn orange.

Which it still does, thanks to some really simple CSS.

* Please note, alt tags are actually not tags at all, but attributes of the img (image) tag. I really should adjust and start using the right terminology, but when you’ve been at this for 17 years, well, old habits die hard.

Filed Under: Google, Hints & Tips, Keywords, Search Engine Optimisation (SEO)

Search Engine Optimisation (SEO): Code

March 4, 2013 by Peter Mahoney

There are a number of ways you want to improve your website’s code to help with SEO, and also to improve site speed which as I keep banging on about, is an important metric for Google.

This is probably the most technical of all the posts that make up my SEO primer, so by way of introduction, I’ll simply say the following are a variety of things within your site’s code that are helpful for optimisation. You may not be someone who ever touches your site’s code, but these are good things to know about so you can check your developer is doing their job right. 🙂

As much as I love spinning a good narrative, bullet points are going to be our friend in this piece.

  1. Meta tags.
    I’m getting these out of the way early, because they’re controversial. That’s because the way these are used is often misunderstood owing to historical changes. Basically, they used to be really important, and the first thing old-school search engines looked at. Then the spiders got more clever, and started to look to make sure your page’s text contained all the keywords you were using in the meta. Then they realised they could do away with the meta and just scan your text. For this reason, a lot of SEO (ahem) “experts” will tell you they’re not necessary. That’s bulls**t basically.
    This page
    documents Google’s use of the “description” tag, which they do look at and use. Other search engines use them in varying ways too. The description and keyword (and author!) tags are all worth using, and using well. Make sure they tie-in with your copy.
  2. Alt tags.
    Search engines are certainly getting better at seeing what your site’s images are, but it’s far from perfect. Alt tags are the things that let the browser know what your image is representing, and therefore really important for SEO. I always make sure that my images contain tags that say not only what the image is of, but also the name of the page/entry it’s appearing in. That way the page name is repeated in the code too, which boosts it’s importance within the page.
  3. nofollow.
    About 10 years ago, people had things called doorway pages that were nothing but links to other pages in their sites. It was a dirty trick and got stamped all over by the search engine gods. However, you know how WordPress in particular creates pages for monthly archives, category archives, even tag archives? Well funnily enough they look a lot to spiders like doorway pages, containing tonnes of links (including all the sidebar links) to pages that just link to other pages en masse. I’ve measured this myself, and yes, you will get penalised for them. I have most of my links on this site set up with the nofollow rule, meaning the good search engines (technically spiders don’t have to respect this rule, but the big boys all do) will not follow it and count it as a link.
    I want them to see all my pages, but not to see them all a hundred times. I opt to leave category links being followed, but NOT monthly archives or tags.
  4. minify.
    This is just a trick to get all the unnecessary spaces and characters out of your code. It’s particularly useful for javascript and CSS, but your output HTML is worth shrinking too. There are tools out there that do it at load time, but that can place a burden on your server. I love this tool which takes all your CSS and merges parts where it can, and will (if you ask it to) minify the hell out of it.
    If you keep the page load time down, Google will rank you up.
  5. Javascript at the bottom.
    Place all the Javascript you can at the bottom of your page’s code. Again, it’s a speed thing.
  6. Make it clean.
    Don’t use tables unless it’s for, you know, a table. CSS has reigned supreme for a long time now. Don’t repeat attributes within tags. Check for redundant code. Consider taking out all those comments you put in while you were coding the site in the first place. Basically, give your code a nice, long bath.

Technically, your code underpins everything. Make it Search Engine Optimisation friendly and you’ll be much better ranked for it.

Filed Under: Google, Hints & Tips, Keywords, Search Engine Optimisation (SEO), Tools, Website Speed, Wordpress

Free wordcount tool, aim for 300 for SEO

November 20, 2012 by Peter Mahoney

Search Engine Optimisation (SEO) is an important part of building your online community.

A good guideline is each piece of content you create (be it a page, or blog post) on your site should have at least 300 words of original content.

Here’s a helpful tool—copy and paste your text in it, and find out instantly how many words you’ve got.

Those people using WordPress have a word counting system built in already, but the other advantage of this tool is is works out and lists the keywords your text is best suited for. So if the results there aren’t what you’d like, tweak your copy until your see your targeted keywords in the top few spots.

300 words can be harder than it seems. You don’t want to waffle and just pad it out. More often than not verbosity and writing for the web are not good friends.

So I challenge you to never take the easy way out, but rather to work hard to get at least 300 words of targeted (effective keyword use), interesting, well structured content.

Word Counter.

Filed Under: Content, Freebies, Hints & Tips, Keywords, Tools, Wordpress

Meta tags and building your online community

November 15, 2012 by Peter Mahoney

Part of building your online community is without a doubt, Search Engine Optimisation (SEO). You want your tribe to be well-positioned, and desirable.

It’s just just new members either, but existing ones want to know they’re a part of something exciting, something that ranks highly. Something prestigious.

The “meta tags” in your site’s code are really important here. There’s a science behind it of course, but it’s something you want an expert like myself to help you with. They’re small pieces of code that search engines read to get a better ides of what your site is about, and what keywords it should look for.

However, here’s one of the tricks of the trade you can use yourself. This tool gives you feedback and advice regarding your meta data, helpfully colour coded for people who don’t want to worry about interpreting too much of it.

My favourite metric it returns is to check how relevant your keywords are to your content. This is an absolute must, and something to look at for all your pages.

It’s a bit technical, but the colour coding helps.

Mind you, so can I.

Meta Tag Analyzer.

Filed Under: Hints & Tips, Keywords, Online community, Search Engine Optimisation (SEO), Tools

Check your search engine rankings, a helpful little tool

November 8, 2012 by Peter Mahoney

This online tool simply tells you how your site is ranked on Google, Bing and Yahoo! for the keywords you provide.

Why is this worth blogging about? Because it’s free, and the fifth such online tool I found–but the first one that worked.

It doesn’t search terribly far into the search engines, so unless you’re in the top 10 of Google or Bing, or the top 50 of Yahoo!, you won’t get a result. And clearly you need me to help you out. 🙂

via SEARCH ENGINE RANKINGS @ Mike’s Marketing Tools.

Filed Under: Google, Keywords, Search Engine Optimisation (SEO), Tools

  • « Previous Page
  • 1
  • 2
  • 3
  • Next Page »

Get FREE Wordpress SEO tips!

I send regular newsletters with WordPress SEO expert-level tips. Sign up to get them, along with my FREE e-book “Ongoing SEO Success”.

Did I mention they’re free!

Subscribe for free

Praise

I have over 2,500 5-star feedback reviews (and I’ve never received less than the full five.)

Here’s just one example, from Mike who runs Costello Entertainments:

Migration, Hosting, SEO and Speed Work on our new website all completed quickly and efficiently and Peter was most helpful in fixing an issue with a Popover on the site as well. If you’re thinking about asking Peter to do a job for you or hesitating, JUST DO IT! – He knows programming and the internet inside out, he’ll get the job done for you professionally, with a smile. I wish I could call a plumber or a tradesman to do the jobs I can’t do myself with the same level of confidence.
Read a lot more.

Recent Blogs

  • Why search volume matters in your keyword strategy
    When planning an SEO strategy, one of the most important questions is not simply which words describe your ...
  • How do I make the most of AI search optimisation?
    Thank you for sharing the recent update. I’m in the early stages of planning for the upcoming year, and with ...
  • AI Search (also known as GEO) – the biggest change in SEO & search since Google launched
    Keeping ahead of the AI component of search is essential – and I am actively managing this for my clients. I ...
  • Outreach for backlinks – how to get quality links that Google will love
    I’m thinking of redirecting my Virtual Assistant work to other tasks as the generic LinkedIn work I ...

Legal

  • Terms and conditions
  • Privacy policy
  • Disclaimer

Prices are quoted exclusive of VAT unless expressly stated.

Also read

  • Payment information

RSS

Peter Mahoney, WordPress SEO expert blog

Recent Posts

  • Why search volume matters in your keyword strategy
  • How do I make the most of AI search optimisation?
  • AI Search (also known as GEO) – the biggest change in SEO & search since Google launched
  • Outreach for backlinks – how to get quality links that Google will love
  • (Small) Pricing changes for 2025

© Copyright 2025 SEO & AI Search (GEO) Expert · All Rights Reserved · Site by Peter Mahoney