Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Drupal 7 SEO Toolkit

Avatar for Jason Rambeck Jason Rambeck
December 10, 2010

Drupal 7 SEO Toolkit

Drupal is one of the most SEO-friendly CMS's on the market. We review some of Drupal's core modules and features that can be used to leverage an SEO strategy as well as must-have contributed modules to complete your Drupal SEO toolkit.

Questions we answer:
- How to take control your sites meta data
- Eliminate harmful duplicate content
- Making your site friendly to sharing on social sites
- Automate SEO best practices for your users

Avatar for Jason Rambeck

Jason Rambeck

December 10, 2010
Tweet

Other Decks in Technology

Transcript

  1. DRUPAL SEO TOOLKIT Jason Rambeck Think Simply Media @jasonrambeck Drupal

    Username: jrambeck Download Presentation @ thinksimply.com/seo Saturday, December 10, 11
  2. SCULPT YOUR SERP <title>iPad tips and tricks | Acme, Inc.</title>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta about="/article/ipad-tips-and-tricks" property="sioc:num_replies" content="3" datatype="xsd:integer" /> <meta name="description" content="We show you how to do killer stuff with your iPad." /> <meta content="iPad tips and tricks" about="/article/ipad-tips-and-tricks" property="dc:title" /> <link rel="canonical" href="/article/ipad-tips-and-tricks" /> <link rel="shortlink" href="/node/47" /> <meta property="og:site_name" content="Acme, Inc." /> <meta property="og:description" content="We show you how to do killer stuff with your iPad." /> <meta property="og:image" content="http://localhost:8888/sites/default/files/field/image/features.png" /> <meta property="og:type" content="article" /> <meta property="og:title" content="iPad tips and tricks" /> <meta property="og:url" content="http://localhost:8888/article/ipad-tips-and-tricks" /> Saturday, December 10, 11
  3. DUPLICATE CONTENT •Computers are not smart. •And they don’t make

    assumptions. •Without work your CMS website page could easily have a dozen duplicates of each page. Saturday, December 10, 11
  4. .HTACCESS Default Drupal .htaccess file for Sitewide Redirect # To

    redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # uncomment the following: # RewriteCond %{HTTP_HOST} !^www\. [NC] # RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...) # uncomment the following: # RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] # RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301] Saturday, December 10, 11
  5. 404 NOT FOUND Creating a failsafe for users and admins

    • Always customize your 404 pages. (It is so easy) Saturday, December 10, 11
  6. 404 NOT FOUND Creating a failsafe for users and admins

    • Always customize your 404 pages. (It is so easy) • Search 404 module http://drupal.org/project/search404 Saturday, December 10, 11
  7. How many SEO specialists does it take to change a

    lightbulb, light_bulb, light-bulb, light.bulb, light bulb? Saturday, December 10, 11