Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Manage or improve the site's search engine ranking by running audits, assessing metrics, or making the site’s content and data more digestible by search engines.
Haven't you always wanted immediate access to the Google Analytics information about your visitors? Now you can! This module will extract the information found in the __utmz and __utma cookies and neatly package them into tasty little tokens.
Installation Instructions:
1. Enable Google Analytics. (Duh!)
2. Enable the Token module. (It is a token-izer, remember?)
3. Enable this module. (Wow, could it be any simpler?)
List of Tokens:
Token ID
Purpose
D6: [ga-source] D7: [ga_tokenizer:ga-source]
Search engine, domain name, newsletter name, or other source.
D6: [ga-campaign] D7: [ga_tokenizer:ga-campaign]
To identify a specific product promotion or strategic campaign.
D6: [ga-medium] D7: [ga_tokenizer:ga-medium]
A medium such as organic, referral, twitter, email, feed, or cost-per-click.
D6: [ga-content] D7: [ga_tokenizer:ga-content]
Used for A/B testing. To differentiate ads or links that point to the same URL
Allows generating meta tags for site content, from simpler tags like "description" and "image_src", to more advanced tags like OpenGraph (for Facebook, LinkedIn, etc), Twitter Cards and Dublin Core.
The Drupal SEO Friend module is meant to be used along side existing Drupal SEO modules to make them more effective. This module does not replace functionality available in the SEO Checklist and SEO Compliance Checker modules.
Features
Reports (admin/reports/seo)
Main Report - shows a summary of all available reports and a list of Drupal SEO-related modules and if they have been installed and enabled
Meta Tags (nodes) Report - shows a summary of your meta tags for all nodes and makes note of missing and duplicate content
Meta Tags (path) Report - shows a summary of your meta tags for all paths and makes note duplicate content
Page Title Report - shows a summary of your page titles for all nodes and makes note of duplicate content
Referrer Report - shows a summary of referrers to your site - THANKS TO NancyDru for the code contribution!
Hooks - provides hook_seo_reports and hook_seo_modules hooks so that additional reports and seo modules can be added by other modules