5 SEO quick wins to implement right now

We all want to increase our sales, lift engagement, and get the best possible result out of our website. Wouldn’t it be great to have a quick and easy list of things you can do right now to improve your SEO? This five-step rocket of SEO quick wins will help you kick-start your website! Here are five things you can do right now to improve your website for your visitors, and for Google in the process. Let’s dive right in with number one.

1. Improve your site speed

It doesn’t matter whether you want to improve your mobile website or your desktop website, speed is something you need to monitor and improve all the time. Especially with the Google’s page experience update fast-approaching. This update introduces a new set of metrics called Core Web Vitals to measure the speed and user experience of websites. These are fast times, and speed is definitely what you want to optimize for!

In a simple breakdown of speed optimization, we have images, browser caching, and script optimization. Both PageSpeed Insights and Pingdom will tell you that. Another factor that plays a role in speed optimization is text compression with GZIP. But in my opinion, that should be enabled by default. Let’s have a look at the other three:

Image file size optimization

Optimizing your file size can increase the speed of your site and is also an important part of image SEO. So let’s start there. Here are a few steps you can take to optimize your file size:

  • Optimize the image file size in Photoshop (or any other image editing program you use). Usually, just exporting the image in a lower quality will do the trick. Check whether reducing the quality to around 80% of the original still gives you a crisp image.
  • Download an application like ImageOptim or use a web app such as Squoosh and further optimize your file size before uploading.
  • Last but not least, make sure that the image dimensions of your image fit the image ‘space’ that you reserved for it on the page. Don’t display a 1200×400 pixel photo as a 300×100 pixel image by adding CSS or whatever.

Browser caching

Browser caching is the way your browser stores files of a website, so it doesn’t have to load them from the internet every time you visit another page of a site. An example on our own site is the logo you see at the top of the site. Storing these files obviously saves time.

There are many ways to go about this, but if you have a WordPress site the easiest way is probably using a plugin. Most speed optimization plugins support browser caching and set them to the right time for you. Among some of my favorite speed plugins are WP SuperCache, which is free, and WP Rocket, which is a premium plugin and awesome.

Optimize script handling

You can load a gazillion JavaScript (JS) and Cascading Style Sheets (CSS) files to enhance your website, but in the end, all these extra files just slow your website down. Please ask yourself the following questions to optimize your script handling:

  1. Are you sure you need that enhancement? JS and CSS usually target design and user experience. In some cases, you just don’t need that enhancement. Like JS and CSS loaded for sliders, for instance. There are alternatives to sliders that work better and don’t require extra files.
  2. Is there a way to reduce the file size of your scripts/styles? We call this process ‘minifying’ and explain this further in an Ask Yoast video. Google has some great pointers on how to approach this. Simple scripts and handy websites can help you minify your files, for instance by stripping comments. Most platforms have plugins or extensions that help with this. To give an example, Adobe Commerce (formerly known as Magento) has the Fooman Speedster (free and paid) for that.
  3. Is it possible to combine a number of these scripts into one file? That way, there only has to be one call to the server to retrieve all the scripts. Again, there are plugins for that, but if you have small pieces of JS, you might as well combine these yourself. Of course, HTTP/2 changed some of these optimization practices. Make sure to test this!

Read more: Improving site speed: Tools and suggestions »

2. Optimize for mobile

Did you know that Google switched to mobile-first indexing in July 2019? That means that Google determines rankings based on the quality of the mobile version of a site instead of your desktop version. So, let’s get that mobile version up and running, right? Let’s focus on a few quick wins to improve your mobile SEO:

Focus on task-based design

Have a look at your mobile website. Imagine you are a fresh, new user of your website. What would that user want to do here and is your site ready for that? Focus on a task-based design. If someone visits a mobile website, they might need opening hours or an address. Just a while ago, I purchased museum tickets on my mobile phone. Saved a buck and didn’t have to get in line for tickets. I did this, walking from my car to the entrance. One needs to be able to complete these basic tasks without any problem. Ask yourself what the four, perhaps five, main goals of a visitor on your site are, and make sure these can be achieved on your mobile website.

Keep performance in mind

Are you loading any huge images on your site? Do people have to scroll for ages to read what you have to offer them? On a mobile website, we want to find what we need and get out as fast as possible – unless it’s, for instance, a news website. Loading time is a factor on mobile sites, especially with mobile connections usually being slower than most desktop connections. Make sure your design and content don’t depend on large images too much. And yes, of course, there are exceptions to that rule. If I visit a photographer’s website, I can assume that I’m in for longer loading times. When visiting this type of website, I want crisp images and that’s the price I pay. So be sure to optimize to an acceptable level for your target audience.

Write great content

This goes for the mobile and desktop versions of your site: they need great content. A quick win for mobile content is to add a to-the-point first paragraph on every page. If you tell your visitor what’s on your page, they can decide for themselves if they want to scroll down or not. This is easily done and definitely benefits the experience of your visitor.

And of course, the content that comes after this first paragraph needs to be awesome as well. To tackle that, you’ll need to do keyword research, set up a great site structure, and decide what content is cornerstone content. But you can imagine that this is a slightly lengthier process, and we’re talking quick wins here :)

Keep reading: The ultimate guide to mobile SEO »

3. Serve your content in the right format

There are so many ways to serve your content to Google, Facebook, and your visitors. Your task is to investigate which formats you should invest in. Some take a bit more time to implement; others can be added to your website by the push of a button, like with a plugin. Let’s go over a few important ones.

Better social sharing: use Open Graph tags

Forget about Twitter Cards for now, as Twitter has a fallback to Open Graph. So, add Open Graph to your website if you haven’t done this already. It’s like a social summary of your website. To give you an example, for our homepage it reads (among other things):

<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SEO for everyone &bull; Yoast" />
<meta property="og:description" content="Yoast helps you with your website optimization, whether it be through our widely used SEO software or our online SEO courses: we're here to help." />
<meta property="og:url" content="https://yoast.com/" />
<meta property="og:site_name" content="Yoast" />
<meta property="article:publisher" content="https://www.facebook.com/yoast" />
<meta property="article:author" content="https://www.facebook.com/jdevalk" />
<meta property="article:modified_time" content="2020-02-18T13:24:20+00:00" />
<meta property="og:image" content="https://yoast.com/app/uploads/2018/03/SEO_for_everyone_FI.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="628" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@jdevalk" />
<meta name="twitter:site" content="@yoast" />

There’s a page/site title and a summary plus link, which tells Facebook, Pinterest or Twitter all it needs to know to create a great post on your visitor’s timeline. The og:image creates a richer experience. Be sure to add this. Again, use a plugin like Yoast SEO Premium to automate the process (and add these Twitter Cards along with Open Graph in no time).

Read on: Social media optimization made easy with Yoast SEO »

Pro-tip: Yoast SEO Premium comes with a social previews feature, that lets you preview how your content will look on social media! You can also optimize them right in the editor. Optimizing your social snippets makes them stand out from other posts on social media. It’s a quick and easy way to generate more clicks!

Quick reads on other platforms: AMP

Accelerated Mobile Pages or AMP, aim to strip your website to the bare necessities to deliver your reader the best mobile experience they can get. If they want to read your article, AMP will give them just your article in basic design. If you want to check a certain product, AMP will strip much of the heavy loading stuff from the store to deliver something more focused. Is this a bad thing? I think not. Every way you can help your visitor get a better experience increases the chance of them coming back to your content and site. It might even increase sales because it’s so focused. I suggest reading up on AMP and getting your site ready — if you want. Again: plugins will help you out with this!

4. Add structured data to help Google understand your page

Adding structured data to your site is becoming more and more important. Structured data is a way of describing your website to make it easier for search engines to understand. Search engines read the code and use it to display search results in a specific and much richer way.

Keep on reading: The ultimate guide to structured data with Schema.org »

Yoast SEO does a lot of work behind the scenes and automatically adds a broad spectrum of Schema.org structured data. By using the settings in the Schema tab, you can tell Google exactly what type of content or page it is looking at. For instance, if you have a checkout page you can give that page the correct setting so Google will know that it is a CheckoutPage in Schema.

Looking for a super quick and easy way to add structured data to your site? Then check out the Yoast structured data blocks. Yoast SEO offers two, free structured data blocks: the FAQ block helps you build FAQ pages and the How-to block helps you create how-to articles with valid structured data. These blocks automatically add the correct structured data – no coding necessary!

The Local SEO plugin adds the right Schema.org so that Google can add your company to Google Maps as well, for instance. Add Schema.org data to your website and see your company appear in the knowledge graph as well.

Serving your content in the right format is essential in delivering it to other ‘places’ on the website. Be sure to use it. And if you’re not sure what structured data you should use to optimize your pages, be sure to check out the free Structured data for beginners training!

5. Don’t forget about internal linking

Before your content can rank, it needs links. Internal links connect your content and give Google an idea of the structure of your website. That’s why the right internal linking strategy can boost your SEO. And an easy and quick way to improve your internal link structure is by using the internal linking suggestion tool in Yoast SEO Premium which gives you suggestions for related internal links on every page or post. You’ll create a great internal linking structure in no time!

Recap: the 5 SEO quick wins

There’s a lot you can do that benefits SEO. And this article gets you started with a few quick wins to increase your chances of ranking high in Google. Let’s summarize what we discussed.

  1. Improve the speed of your site by optimizing your file sizes, being smart about browser caching, and optimizing script handling
  2. Focus on your mobile site by having a task-based and performance-based design and writing great content for your mobile version
  3. Make sure to serve your content in the right format by using Open Graph, making good use of AMP
  4. Add structured data to your site to help Google understand your site in an instant.
  5. Get started with internal linking.

That’s it, you’re all set. So let’s get optimizing, good luck!

Read more: Must-reads for higher rankings »

Coming up next!


20 Responses to 5 SEO quick wins to implement right now

  1. gumpy414
    gumpy414  • 4 years ago

    We are struggling so much with SEO. This shall help a great deal. So for that I thank you.

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      Glad to hear we can be of help! And if you need any more help, you can find blog posts on all different aspects of SEO here: https://yoast.com/seo-blog/

      Lots of luck with your SEO :)

  2. Gabriel
    Gabriel  • 4 years ago

    Nice optimization tip…

    I am currently working on my SEO, an will certainly try out these tips…

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      Thanks Gabriel and good luck with implementing these quick wins!

  3. Scott Quillin
    Scott Quillin  • 4 years ago

    Excellent SEO wins, Michiel. Thanks everyone at Yoast. Happy 10th Anniversary!

    • Edwin Toonen
      Edwin Toonen  • 4 years ago

      Thanks, Scott!

  4. Shubham B
    Shubham B  • 4 years ago

    All those 4 tips including bonus tip of internal linking was an awesome stuff for me. Its really mind soothing to see how Yoast is trying their best to help their users.
    Thank you Yoast.
    Keep up the good work.

    • Edwin Toonen
      Edwin Toonen  • 4 years ago

      You’re welcome, Shubham! We love to help.

  5. AS
    AS  • 4 years ago

    Great article. May I know what is more effective on SEO. Schema or backlinks? if you need to place resources, where would you put your focus?

    • Edwin Toonen
      Edwin Toonen  • 4 years ago

      Hi AS. More effective? Well, as always, it depends. High-quality, relevant links, can impact your rankings. Schema helps search engines understand your site better and might help you get more visibility in search, but links might be able to do more for your rankings. But it’s not just one thing you should focus on, but the whole package. Every piece is important! Together, this will advance your site.

  6. Eva Smith
    Eva Smith  • 4 years ago

    Nice post, learned a lot thing about how to implement SEO for website

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      That’s good to hear Eva, good luck!!

  7. archana
    archana  • 4 years ago

    Thanks for such useful information!

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      No problem Archana! Thank you for your comment and good luck implementing these quick wins :)

  8. Jorma J Tontti
    Jorma J Tontti  • 4 years ago

    Mobile is the key term of the future. Site must rank high on mobile rankings and it must be quick to load, clear to read and nice to handle with phone.

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      Hi Jorma, you’re right! Mobile SEO is crucial and helps you reach your customers in the right place at the right time.

      If you’re interested in reading more about it, I suggest having a look at this article: https://yoast.com/mobile-seo-ultimate-guide/

  9. Joannasuter
    Joannasuter  • 4 years ago

    Thanks for sharing this article. Information provided by you is very helpful and informative keep on updating such information.

    • Camille Cunningham
      Camille Cunningham  • 4 years ago

      You are welcome! And don’t worry, we update our information regularly to make sure it’s relevant and helps you with your SEO :) Just keep an eye on our blog!

  10. algeriahome
    algeriahome  • 4 years ago

    Great! Just what I was looking for. I procrastinate a lot while writing posts because it’s stressing.