4 SEO tips for developers

Web development, SEO · Jun 12, 2021

SEO is becoming increasingly relevant as the internet keeps growing. While most web developers usually have little experience with SEO, it is not particularly difficult to handle some of the basics. Here are my top SEO tips for web developers:

First and foremost, start at the very beginning, which is your URL slugs. For URL slugs the rule is that you want them to be human-readable, with words separated by dashes and with no random letters or digits added. Secondly, it's a good idea to make sure that parts of your URLs match to a logical structure in your website (e.g. /blog/posts/awesome-list-of-seo-tips). Finally, take the time to build a sitemap and redirect any broken or old URLs to new ones. This will help reduce 404 pages.

Structured data is what Google uses to power its featured snippets, those little cards that appear at the top of certain searches. It's a good idea to set up structured data for your pages, which will help you rank higher in search results and possibly even land a featured snippet every once in a while. Just make sure to find the appropriate structured data type and include it in your page and you should be good to go.

This is hardly a new tip, but I think it deserves a spot on the list, as both of these tools are extremely important. Google Analytics allows you to track user behavior and gather data that can help you identify problems and opportunities, while Google Search Console is helpful for figuring out what users are searching for before landing on your website.

Last but not least, something that is probably already on your list, is optimizing your code. This includes everything from writing semantic markup and keeping requests to a minimum to optimizing for all device types, making your website accessible and ensuring fast load times. Keep in mind that websites have many moving parts that evolve and change over time, so it's a good idea to audit your website often with a tool like Lighthouse.

More like this

  • The benefits of writing

    Writing about a topic can often sound boring or worthless. But there are significant benefits to doing it from time to time.

    Web development · Nov 5, 2022

  • Beware of Bad Programming Advice - Spotting Senior Juniorism

    Don't fall victim to bad advice! Learn to identify "senior juniorism", and develop critical thinking to make better coding decisions.

    Web development · Jun 4, 2023

  • A beginner's guide to DNS records

    DNS records may not be something you work with frequently, but having a basic understanding can be highly beneficial.

    Web development · Jan 9, 2022