SEO Checklist for Your Website
by Lucas Stahl
Posted on May 07, 2018
Here is where Digital Marketing and Web Programming collide
Understanding what search engines look for:
Search Engine Optimization is the ability to enhance how accessibly a website is to users upon search. Digital marketers will highly recommend that your site’s SEO score be higher than your competition and luckily for you there are SEO checkers out there to help improve your score. Below are 41 steps to complete in order to make sure your site ranks highly in SEO.
-
Meta Title:
The meta title of your page must have a length of 11 characters, do not exceed 70 characters.
-
Meta Description:
The meta description of your page must not exceed 160 characters.
-
Most Common Keywords:
Make sure the keywords that appear most often on your page appear within natural sounding and grammatically correct copy. I found adding hidden paragraph tags with specific keywords hurt the overall SEO score.
-
Keyword Usage:
Both title tag and meta-description tag are often used.
-
Related Keywords:
Are indexed keywords that rank your URL in the top 20 organic Google listings.
-
h1 & h2 Heading Status:
Page should contain H1 and H2 headings but limit it to less than 10 H2 tags. This helps clarify the overall theme and supports subtitles.
-
Robots.txt Test:
Robots.txt tells Googlebot and other crawlers what is and is not allowed to be crawled on your site.
-
Sitemap Test:
A sitemap is important because it informs search engines how many pages a website has and it improves the websites ability to be crawled. Sharing your sitemap xml file with Google Search Console https://www.google.com/webmasters/tools/home?hl=en is a must for SEO.
-
Broken Links Test:
This one is pretty straight forward, do not have links that are broken or sends visitors to a 404 page does not exist.
-
SEO Friendly URL Test:
In order for links to be SEO friendly, they should contain keywords relevant to the page's topic, and contain no spaces, underscores or other characters. You should avoid the use of parameters when possible, as they make URLs less inviting for users to click or share.
-
Image Alt Test:
Adding the alt tag to images is a way for users to know what the image is if there was an issue displaying, rather than looking at an image file thumbnail with no description.
-
Inline CSS Test:
Removing inline CSS properties can improve page loading time and make site maintenance easier. Use CSS files instead of inline styling.
-
Deprecated HTML Tags:
Deprecated html tags are old html tags that are not supported across all browsers.
-
Google Analytics Test:
Adding Google Analytics is a great way to track how users are viewing your website. Google Analytics are easy to install, Google provides you with the code to add in the HEAD tag.
-
Favicon Test:
A favicon image is the main sites image. It is displayed on browser tab and when it's shared across social media channels. You will also notice that the favicon displays when the URL is shared through text messaging. Here is a link to a favicon generator that I prefer https://iconifier.net/
-
Backlinks Checker:
Backlinks are any links to your website from an external site. Relevant backlinks from authority sites are critical for higher search engine rankings.
-
JS Error Checker:
Errors with JavaScript files can lower score as well. Check the console log in the browser while visiting your site to see if any errors appear. This is a way to take note of what issues may be going on within your code.
-
Social Media Check:
It's not enough that individual articles or written posts have sharing capabilities, users need to be able to share your site from any page easily. AddThis https://www.addthis.com/?utm_expid=12961876-41.5y4JCz2XROeUlBhVUbk2fg.0 is an excellent resource for implementing social media sharing.
-
HTML Page Size Test:
HTML size is the size of all the HTML code on your web page - this size does not include images, external JavaScript or external CSS files.
-
HTML Compression/GZIP Test:
HTML compression plays an important role in improving website speed by finding similar strings within a text file and replacing them temporarily to reduce overall file size.
-
Site Loading Speed Test:
Pages that take longer than 5 seconds to load can lose up to 50% of users. Faster webpages result in higher traffic, better conversions and increased sales over slower loading pages.
-
Page Objects:
Http requests can slow down page loading, make sure the requests are working and limit the number of requests by adding actual files. For example, rather than using an image URL to another site, download the actual image and link to the file. The goal is to have lower than 20 http requests.
-
Page Cache Test (Server-Side Caching):
Check if your page is serving cached pages. A page cache saves dynamically generated pages and serves the pre-generated (cached) page to reduce server load and site loading time (by avoiding the re-loading and execution of PHP scripts). Common caching methods are ZenCache and WP Rocket.
-
Flash Test:
It is preferred to not use Flash because it is considered to be outdated technology.
-
Image Expires Tag Test:
Checks if your page is using an image expires tag, which specifies a future expiration date for your images. Users' browsers will see this tag and cache the image in their browser until the specified date (so that it does not keep re-fetching the unchanged image from your server). This speeds up your site the next time returning visitors arrive at your site and require the same image.
-
JS & CSS Minification Test:
Using minification generators to improve load time. Here is a link to a good JS & CSS minifier https://www.minifier.org/.
-
Nested & Frameset Test:
Nested tables can also slow down load time and should be avoided. Frames create problems for users specifically for printing purposes.
-
Doctype Test:
Include the doctype at the top of your html to clarify which html you are using on your website.
-
URL Redirects Checker:
Redirects often cause search engine indexing issues and can also lead to some minor loading delays. Google recommends removing or keeping redirects to a minimum.
-
URL Canonicalization Test:
You want to make sure that the URL for your site works with and without the www. For example https://www.stahlwalker.org and https://stahlwalker.org will both lead to the same place. This can be corrected in the DNS of your domain name from the provider you are using.
-
HTTPS Test:
This is one of the biggest of all tests. Make sure your site is secure, SEO increases dramatically for secure sites verses those that are not. If your URL is http and not https you have an issue. I've written a blog post about securing your domain for free at https://stahlwalker.org/tech/jekyll-static-blogs
-
Safe Browsing Test:
Check if your website is identified as having malware or exhibiting phishing activity by Google's safe browsing API. Any site containing malware or suspicious for phising activity is seen as a threat to the online community and is often penalized by search engines. This test checks your website against regularly updated malware and phishing databases of problem websites.
-
Server Signature Test:
Check if your server's signature is ON. A server signature is the public identity of your web server and contains sensitive information that could be used to exploit any known vulnerability. Turning your server signature OFF is considered a good security practice to avoid disclosure of what software versions you are running.
-
Directory Browsing Test:
If your server allows directory browsing you should disable it as it will lower your score.
-
Plaintext Emails Test:
Check your webpage for plaintext email addresses. Any e-mail address posted in public is likely to be automatically collected by computer software used by bulk emailers (a process known as e-mail address harvesting). A spam harvester can read through the pages in your site and extract plaintext email addresses which are then added to bulk marketing databases (resulting in more inbox spam). There are several methods for email obfuscation.
-
Media Query Responsive Test:
Adding media queries to your CSS files will improve mobile responsiveness and increase your sites SEO score.
-
Microdata Schema Test:
Check if your website uses HTML Microdata specifications (or structured data markup). Search engines use microdata to better understand the content of your site and create rich snippets in search results (which helps increase click-through rate to your site).
-
Noindex Checker:
Do not use the noindex meta tag. This means that your webpage will be read and indexed by search engines.
-
Canonical Tag Checker:
This tag specifies that the URL is preferred to be used in search results.
-
Nofollow Checker:
Avoid nofollow tags and let search engines crawl your entire site. If you do want certain pages to not be crawled add the disallow directive to your robots.txt file.
-
SPF records checker:
Check if your DNS records contains an SPF record. SPF (Sender Policy Framework) records allow email systems to verify if a given mail server has been authorized to send mail on behalf of your domain. Creating an SPF record increases email delivery rates by reducing the likelihood of your email being marked as spam.
Source The following information was gathered from SEO Toolbox which allows 15 free reports. This SEO toolbox gives your site an SEO score by percentage and ways to improve it. I found this site useful in improving Stahlwalker’s initial score of 88% to 96% once the recommended improvements were met.
Related Resources
I hope this was helpful and feel free to comment with suggestions or questions.
- Man of Stahl
seo
marketing
website
checklist
Previous article