Drupal SEO - the Drupal logo and the word 'SEO' with the 'O' replaced by the Drupal icon (druplicon).
Calendar   26 January, 2017 //

Drupal and SEO: A fly-by tour

#Websites
#Multisite
#Ecommerce
#Drupal
#SEO
#Tutorial
Darren Fisher, Creative Director at Pivale - a bearded man with dark hair and glasses.

Written by

Darren Fisher

Creative Director

Share Arrow down

We are often asked by those who are new to Drupal and familiar with WordPress - "what SEO options are available?". In order to answer this, we've put together an overview of some of the tools available for Drupal. We're only really going to scratch the surface, but here's a few things that Drupal can do for you to boost your rankings in search engine results.

Aggregation, minification and load orders

Aggregating and minifying stylesheets and scripts and having the option of choosing when to load external resources will rapidly increase your load speeds which is a key part of boosting your SEO. Search engines don't look favourably upon websites which have high bounce rates caused by long load speeds and Google will specifically give you a page speed score based on how quickly your content loads so it's essential to get this step right. Let's take a closer look:

Core aggregation screenshot.

For starters Drupal comes with some core aggregation and caching options so right out of the box you've got some power.

Advanced aggregation config screenshot.

But if that doesn't cut the mustard then there's a great module plugin called Advanced Aggregation or AdvAgg to those who don't like syllables. Advanced aggregation comes with a huge variety of compression, minification and aggregation tools. As you can see from the above screenshot, even the general settings are pretty advanced.

Advanced aggregation bundles screenshot.

The AdvAgg Bundler allows you to combine CSS stylesheets and JS scripts to reduce the number of resources required to load a page. There are advanced settings for grouping logic and the bundler works intelligently, so if a single file (as requested in the above screenshot) cannot be achieved it will get as close to that number as possible.

Advanced aggregation javascript compression screenshot.

Javascript compression can drastically reduce load speeds. These settings allow you to minify and compress your js files, even to the fine tuning of removing licensing comments to save precious bytes!

Advanced aggregation bundler screenshot.

The modifications settings allow you to pre-process the javascript and css, changing their order and positions of importance, altering the perceived load times which in turn can drastically reduce bounce rates.

Analytics Integration

Integrating Google Analytics is key to monitoring your website's performance and user journeys throughout your site. Luckily Drupal comes with some great analytics integration tools - of which we'll very briefly mention just a few:

Google analytics integration screenshot.

The Google Analytics integration is as simple as entering your Google "Property ID" or "UA" number and tweaking the domain settings if you desire.

Google tag manager integration screenshot.

You can also use Google Tag Manager by entering your Container ID. Every Google tool has Drupal integration, as well as most of the other third party analytics and SEO management platforms.

YoastSEO integration screenshot.

Perhaps you're using a service like YoastSEO.js or another real time SEO analysis tool? Drupal has the plugins and modules to make your life easier, right from within your own website.

Pre launch SEO checklist

You've probably been here before; you've had a website built and you need to do come SEO preflight checks. This handy module will help you check off anything you may have missed.

Drupal SEO checklist module screenshot.

Oh, of course! You chose Drupal, and there's a module for that! Drupal's SEO checklist gives you an administrative area within your very own website to check all the SEO preflight tasks you could ever think of!

Keyword analysis

You'll need to check whether you've packed in those keywords in your content. Unless you love doing the Ctrl/Cmd + F or counting keywords by hand then you'll need a tool to tell you about keyword density. As always, these tools are great, but are never a substitute for a comprehensive SEO strategy. Remember to always write content for your site visitors first and then optimise for search engines - not the other way round.

Drupal keyword research module screenshot.

Drupal's keyword research module will give you a host of options to analyse your keyword usage.

Link checker

Dead links will bring your site's trust rating down. No one wants to be linked out of your site to a non-existent location! This tool automatically runs periodically and produces handy reports to highlight hidden broken link issue which you may not be aware of.

Drupal link checker module screenshot.

Of course, looking for dead links needn't be a painful task, because Drupal has a module for that! Link Checker allows you to quickly search for dead links and remove or amend them before the search engines give you a slap on the wrist.

Meta tags

Meta tags are really important to your website's SEO. They don't just tell the search engines stuff about a page. They also tell a user. Search engines utilise meta tags to display particular information to users, and social media meta tags allow you to craft your content to specific platforms. Drupal has a vast and extensive meta tags module which allows you to add everything from simple page titles to canonical URLS to geo-locations to search engine authentication codes.

Just see for yourself the extensive level of meta tagging you can get in to:

Image Optimisation

A website without images is like a guitar without strings, but a website without image optimisation is like watching paint dry. If your images aren't compressed and optimised for serving up over slower internet connections you're asking for trouble in the form of increased page bounce and decreased page speed score. Luckily Drupal has the most extensive image optimisation tools compared with other CMS platforms.

Image toolkit settings screenshot.

The image toolkit allows you to use free and open-source yet hugely powerful automated image manipulation tools like ImageAPI Optimize, ImageMagick or GD2 toolkit. These tool kits can do everything from convert colour spaces to compressing jpeg data to removing white space from png files to converting to grayscale. The possibilities are endless.

Image toolkit JPEG settings screenshot.

The command line JPEG compression tools allow you to crunch JPEGs to their absolute minimum file size without destroying the clarity of the image.

Image toolkit PNG settings screenshot.

And the same can be done with PNG images as well.

XML Sitemap

An XML Sitemap is a machine-readable list of links which can be submitted to search engines for listing. This gives you greater control over what you want the search engines to see and how much priority you want given to particular pages.

XML sitemap global settings screenshot.

The sitemap settings give you the ultimate control over what is included and what priority each given content type should be given by default as well as providing clarity over the number of links belonging to each section or content type of your website.

XML sitemap list settings screenshot.

Is your SEO company requesting more than one sitemap? Drupal's got you covered. You can break your sitemaps up in to sections or keep all your links in one sitemap.

XML sitemap page screenshot.

Every now and then a human might want to look at your sitemap. Luckily Drupal's XML Sitemap comes with a handy human-readable stylesheet which presents the data in a readable format.

XML sitemap submission settings screenshot.

Choose which search engines to submit your sitemap to and how often to re-submit it to keep your refresh profile up to date.

URLs

Nobody wants to be thinking about, or worrying about URL patterns. That's why Drupal comes with the tools to automate everything, however if you need to override a particular page URL you can set it to whatever you want.

URL aliases list screenshot.

Every piece of content has a system URL which gets assigned a URL alias automatically. You can amend a URL at the point of content creation or later by editing the URL alias. Edited URL aliases automatically redirect from the previous alias to the new one so you truly don't have to worry about URL aliases.

URL aliases pattern settings screenshot.

Defining patterns for URLs according to different content types is as simple as it looks. This will usually be done by us or your Drupal developer but the power is there for you too.

URL aliases settings screenshot.

Tweak your settings to remove any accidental nasties from URL aliases.

Clean URL settings screenshot.

Nobody likes unfriendly URLs - especially search engines - so tick this box and watch all your woes fade away!

URL redirects 'add a redirect' screenshot.

Need to add a manual redirect? No problem. Need to add a whole bunch? You can do this by importing a spreadsheet.

URL redirects list screenshot.

Want to review all the redirects on your site? There's an interface for that too!

URL redirects 404 report screenshot.

404 errors are the bane of an SEO conscious administrator's existence. Well this nifty 404 counter will help you keep on top of these by adding redirects where appropriate.

In conclusion

Is Drupal going to be able to handle your SEO requirements? We'd say you have all bases covered.

Is Drupal going to be as powerful as WordPress for my SEO profile? We'd say significantly more so.

Is Drupal the CMS for me if SEO is an absolute priority? We'd say it's the best we've come across in any CMS.

If you're interested in boosting your search engine visibility through a superior web platform and CMS then why not get in touch and let us know about your requirements.

Related services

Darren Fisher, Creative Director at Pivale - a bearded man with dark hair and glasses.

Written by

Darren Fisher

Creative Director

Darren is our creative director, responsible for our design and frontend development team as well as managing the majority of our website and multisite builds. Darren is a graduate of the University for the Creative Arts, achieving a bachelor's degree in Digital Screen Arts.

More recent articles

Bring yourambitionto a free consultation

The Pivale team, from left to right - Adam Keywood, Daniel Johnson, Barry Fisher, Darren Fisher, Pri Scarabelli and Jules Manning.

Start a conversation