Book Image

Drupal Search Engine Optimization

By : Ric Shreves
Book Image

Drupal Search Engine Optimization

By: Ric Shreves

Overview of this book

Drupal is a free and open-source content management system and content management framework written in PHP and distributed under the GNU General Public License. It is used as a back-end system for at least 1.5% of all websites worldwide ranging from personal blogs to corporate, political, and government sites. SEO, or Search Engine Optimization, is the process and techniques by which you optmize the content and style of your site in order to induce more people to view it. Drupal SEO will help you develop and execute an effective search engine optimization strategy for your site. From planning to implementation, the book covers best practices in contemporary SEO. In Drupal SEO you will learn how to develop a dynamic and productive SEO campaign. Covering both the basics of campaign development as well as the daily work it takes to maintain your SEO competitiveness, this book will show you how to produce a distinct and appropriate strategy for your site. In particular you will learn key phrase selection and competitor analysis and the correct groundwork for your dynamic SEO campaign. Drupal SEO will then show you, by finding the right combination of extensions, how to supercharge your site. You will also be given a guided tour of key SEO services, like Google and Bing Webmaster, in order to implement a progressive and effective link building campaign. You will then learn key expert tips and tricks to enable you to build SEO-effective content which will take your site from invisible to unmissable with little effort.
Table of Contents (11 chapters)

Writing Custom URL aliases


The URL for your content items is a key factor in your SEO efforts. It's generally agreed among SEO practitioners that keywords in your URL are influential on the way search engines view that content item. Accordingly, you want to make an effort to use the URL as a way to advance your SEO goals.

Drupal's Path module provides you with enhanced ability to create more search engine effective URLs. Assuming you have set your Drupal site to use Clean URLs and that the Path module is active, as described previously, Drupal will automatically create URL aliases for your content items. The automatic aliases, however, are based on the article's title, and may not always be optimal. While the default aliases may be fine for some sites, if you are concerned about competitive SEO you will want to exercise your own control over the aliases. Fortunately, Drupal makes it possible for you to specify your own URL aliases.

Note

In the next chapter, we look at a module that lets you...