Wordpress SEO Expert

Improve your Google ranking with 24-year experienced SEO professional Peter Mahoney

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

Google Apps is now called G Suite

September 29, 2016 by Peter Mahoney

Google Apps is now called G Suite Wordpress SEO Expert

Google Apps (used for business email, file sharing, calendaring etc.) is now rebranded as G Suite.

Which sounds like a bad mid-90s R&B group. (Try as I might, I can’t forget “Rappin’ 4-Tay”.)*

In their official blog post, Google said this is more in keeping more with their mission to provide a series of tools businesses use to further their own purposes. Basically rather than a series of individual applications coming together they see it as a stock set of tools within one Google system.

Fair enough.

Google Apps proved to be an invaluable tools for companies, schools and universities, and I do hope G Suite continues to build on and improve those systems.

But I do have one niggling concern in the back of my mind. Google Apps used to be free for small firms, then overnight all new accounts were subject to a subscription fee. Existing free accounts continued to run with charge – but any change to Apps brings a fear they might start to charge for those grandfathered accounts.

And with a change this big, well – Google Apps keep free accounts, but will G Suite?

Read the original Google blog post
*Although I thought of making this joke myself, I wasn’t the first, so credit goes here

Filed Under: Google, Opinion, Tools

Making your site faster

June 6, 2013 by Peter Mahoney

Much faster.

If you read my blog regularly you’ll know Google in particular takes page speed into account when ranking your website.

But did you know research suggests any page that takes longer than 4 seconds to load starts to lose business? And anything over 7 costs you most of your traffic? Visitors to your site simply hit the back button to get out of there.

Google and Yahoo! both have tools that show you how well your site is performing for speed, and what you can do to improve it. They’re called Page Speed and Yslow, and you can test them both at once using this tool:

http://gtmetrix.com

Just put in the URL for your site, and hit go. In a few seconds you’ll see exactly how well your site is, or isn’t, doing.

Case Study

I recently sat down to improve the speed of bordersundials.co.uk. It was woefully slow, with a 7.4 second initial load time, and “C” grades for both Page Speed and Yslow.

After I’d finished with it, I’m thrilled to say it’s loading in 1.84 seconds, with two “A” ratings.

As part of this I also suggested the website be moved to my boutique hosting solution, which is configured and tailored to include all kinds of speed extras that regular ISPs turn off.

Test your site, get in touch, and let’s improve it.

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

Search Engine Optimisation (SEO): Site speed

March 13, 2013 by Peter Mahoney

Google are very up-front about their using page load time as a metric for ranking pages and sites. Other search engines aren’t quite as open about why they rank websites the way they do, but there’s an excellent chance they measure it as well.

There are a lot of ways you can reduce the time it takes your pages to load, and as much as I’d love to produce one, this is not an exhaustive list.

Just as I did with the previous entry in this series, I’ll rely on bullet points to help keep this post useful.

1. Images.
Unsurprisingly, the smaller the file size of your images, the faster they load. As a rule of thumb, any image which is made up of text, line-drawings, or icons is best saved as a PNG. Photos, and realistic images are best saved as JPG.

There are all sorts of other bits of information kept in image files to, called “meta” data. Striping that out can be a great way to save a few kilobytes.

Yahoo Smush.it is a great free tool to help you with this process. I also recommend the use of professional graphic software like Adobe Photoshop, which will show you how various quality settings for images will affect the file size and visual quality.

2. Optimise your code.
You’d be surprised how many comments, or unnecessary tags get left in live code, be it HTML, PHP, Javascript, CSS, just about anything. Or sometimes code is just written by someone who didn’t realise there was one function available to do what they wrote in seven. Have someone else take a look at your code to see if you’ve missed something. Using include files, and lots of CSS, is a good way to keep from having to repeat yourself too.

There are other things like sticking your Javascript at the bottom of your pages if you can, not loading CSS selectors you don’t use, etc.

3. Minify your code.
Minify tools simply take out all that unnecessary stuff, your comments, line breaks you simply don’t need, and do all they can to serve as little information to the visitor as possible.

4. Use a Content Delivery Network (CDN).
A CDN will store cached versions of your site at various data centres around the world. So when a visitor from New Zealand want to look at your site that’s located in the UK, it can get most of the files it needs from perhaps Australia, which appear to speed up your site.

There are lots of services to choose from, but for a start I recommend CloudFlare, not least because it’s free. Their guff claims it should half the load time of an average website. That’s a pretty big optimisation right there.

5. Cache
Caching is a key way to speed things up. If you can, use page caching on the server, and browser caching to make sure visitors hold on to local copies of your images, pdfs and other things that don’t change very often for as long as possible. I’ll be honest, making caching work for you is pretty technical, even WordPress plugins like W3 Total Cache aren’t for the feint-of-heart. Caching is really worth doing though, systems like Yahoo!’s yslow and Google’s pagespeed that are geared toward showing you ways to improve your site speed (and certainly in Google’s case, they use your pagespeed results when ranking your site) all have it in their “very important” recommendations. Most people will want professional help with this one though.

6. Power!
One of the easiest ways to speed up any site is to improve your server’s specifications. Adding more RAM, or more processing power nearly always shows a good improvement, and with modern day modular hosting many webhosts can up your specs for you for a few pounds a month. I added an extra 512MB of RAM to the server this site runs on, and it instantly loaded 145% faster. Easy.

There’s a lot else of course. Pre-loading content, different forms of caching, various web server add-ons etc., but if you start with the six listed above, you’ll be in good stead.

A word of caution: it’s all too easy to obsess over your site’s speed, because it’s a metric we can get results for really quickly, whereas regular SEO work can take weeks to affect your rankings. But keep your eye on the big picture, and remember, this is part of a larger goal, and absolutely nothing beats quality content in the SEO game.

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

Google Data Highlighter–you need to be using this right now!

March 8, 2013 by Peter Mahoney

You know how Google pulls in interesting bits of information into its search results for some sites? Like showing right there in its results the dates and venues of a company’s upcoming events?

Well, that used to be done via little code tags in your HTML. Over the last few months, Google has rolled out a tool to let you do it across your entire site by previewing your live site graphically, and simply highlighting parts of it.

Those snippets in the results carry a lot of weight; people assume that the sites with snippets are for the more popular and professional businesses.

Make the most of this TODAY. (That’s right, I used CAPS. This is so simple and such a great upgrade to your Google presence!)

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

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, Wordpress

I can make you an awesome, SEO’d personal online brand

January 18, 2013 by Peter Mahoney

It’s true.

I spent much of last year involved in making personal brands for people to improve their search engine rankings, industry positioning, and overall getting them in more clients and more revenue.

On the back of my 17 years web development/design experience, my decade long history of helping people with their social networking, and months of testing and improving my system, I’ve created a personal branding product that will do wonders for you, your reputation, and of course your income.

Currently it’s only being offered through People Per Hour (PPH), but watch this space–when I’ve got a few more of these under my belt you can expect this package to cost over £700.

Right now it’s just £167!

  • Demo: http://victoria.petermahoney.com
  • Buy it! I can make you an awesome, SEO’d personal online brand Hourlie – PeoplePerHour.com.

Filed Under: Branding, Hints & Tips, Marketing, Online community, Search Engine Optimisation (SEO), Social networking, Tools, Wordpress

  • 1
  • 2
  • 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

  • Thanks WordPress SEO expert for all your work.
    I feel like you are my guy for all my SEO. I did want to ask you if I need to get someone to write my Blog ...
  • Can the description show the Product Short Description
    Hi Peter SEO Expert :), Hope you’re doing well and having a good summer. Had this message from a client ...
  • Don’t just search for yourself!
    This is actually a stock answer I send people pretty often. I’m regularly asked about the difference ...
  • SEO doesn’t shouldn’t your site’s front-end
    On my SEO Emails section (where I share helpful responses to commonly asked queries) I recently shared a not ...

Legal

  • Terms and conditions
  • Privacy policy
  • Disclaimer

Also read

  • Payment information

RSS

Peter Mahoney, WordPress SEO expert blog

Recent Posts

  • Thanks WordPress SEO expert for all your work.
  • Can the description show the Product Short Description
  • Don’t just search for yourself!
  • SEO doesn’t shouldn’t your site’s front-end
  • Cumulative Layout Shift (CLS) for SEO & Speed

© Copyright 2023 Wordpress SEO Expert · All Rights Reserved · Site by Peter Mahoney