background preloader

Global Redirect

Global Redirect

Taxonomy Manager This module provides a powerful interface for managing taxonomies. A vocabulary gets displayed in a dynamic tree view, where parent terms can be expanded to list their nested child terms or can be collapsed. The Taxonomy Manager has following operations and key features: dynamic treeviewmass deletingmass adding of new termsmoving of terms in hierarchiesmerging of terms (using the Term merge module in 7.x)fast weight changing with up and down arrows (and AJAX saving)AJAX powered term editing formsimple search interfaceCSV Export of termsi18n support for multilingual vocabularies (per language terms)Double Tree interface for moving terms in hierarchies, adding new translations and switching terms between different vocabularies For using the Taxonomy Manager you should have JavaScript and automatically load of images enabled in your browser. This is a Google Summer of Code 2007 project. Credits: The project has been sponsored by

SEO Checklist Drupal SEO Checklist - What is it? The Drupal SEO Checklist uses Drupal SEO best practices to check your website for proper search engine optimization. It eliminates guesswork by creating a functional to-do list of modules and tasks that remain. Updated regularly with the latest techniques, it makes on-page Drupal search engine optimization hassle-free. It breaks the tasks down into functional needs like Title Tags, Paths, Content and many more. Drupal SEO Checklist also keeps track of what has already been done. You need Drupal SEO Checklist if You know SEO basics pretty wellYou work on a lot of different websites and need help keeping track of what you've done on eachYou know how to properly configure modules for SEO needsYou are a list-maker! Drupal SEO Checklist does not: Provide good SEO strategyDo keyword research for youBuild linksInstall modules (or do anything else to change your site)Replace the need for good, professional webmaster and Internet Marketing Pro Dependencies Credits

Page Title The word "title" is a bit overloaded. Every piece of content in Drupal has a title, and so does every page. The page title is the one found in the HTML head inside the <title> tag. It is also used on SERPs (Search Engine Result Pages) and can greatly enhance your websites SEO (Search Engine Optimization). This module gives you granular control over the page title. Page Title 2 What features are in Page Title 2? Token Integration: This module integrates with the fantastic Token module. Handy modules which work with Page Title There are now a few modules which help you use Page Title to get the best out of your SEO. Content Optimizer - provides you with an inline keyword analysis of your content.SEO Friend - Generate reports of content SEO across the site (eg, which pages are missing Page Titles or Meta Tags) Testing The Drupal 6 and 7 branches now both come equipped with a SimpleTest. Page Title API Introduced in version 2.4, the module now has an API. The 3 hooks are: Drupal 5 Drupal 6 Drupal 7

SEO Tools The Drupal SEO Tools module seamlessly integrates a sophisticated all-in-one suite of search engine reporting, analysis and optimization tools into your website. It provides a dashboard that integrates analytics reports with links to webmaster tools and vital Drupal SEO modules. To get a better idea of what this module does, checkout the demo video The SEO tools suite integrates: Keyword researchKeyword managementKeyword extractionContent optimizationContent reports (via SEO Friend)Content taggingLink managementContent autolinkingCornerstone content & silo managementDrupal SEO architectural enhancementsPage titles MetatagsPath & PathautoGlobal redirectPath redirectXML sitemapGoogle Analytics w/ API integrationGoogle Webmaster Tools To learn more visit the Drupal SEO Tools Homepage Installation The module provides a setup wizard to help streamline installation and optimal configuration of the extensive list of critical modules required for proper Drupal SEO. Drupal 6 installation Sponsorship

Printer, e-mail and PDF versions This module allows you to generate the following printer-friendly versions of any node: Printer-friendly version (webpage format) (at www.example.com/print/nid)PDF version (at www.example.com/printpdf/nid)EPUB version (at www.example.com/printepub/nid)Send by email (at www.example.com/printmail/nid) where nid is the node id of content to render. Important: The current versions of the module require at least Drupal 6.11 or 7.0. By editing the default print.css or specifying your own CSS file and/or the print.tpl.php files, it is possible to change the look of the output page to suit your taste. Drupal 6: print[_html|_mail|_pdf][.node-node-type].tpl.php located in either the current theme or the module directory. Drupal 7: print[--html|--mail|--pdf][--node--node-type].tpl.php located in the current theme directory. Where node-type is Drupal's node type (e.g. page, story, etc.). You must install one of the following third-party tools to generate PDFs: PHPePub (only in the 7.x-2.x branch)

Pathauto The Pathauto module automatically generates URL/path aliases for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows you to have URL aliases like /category/my-node-title instead of /node/123. The aliases are based upon a "pattern" system that uses tokens which the administrator can change. Requirements Token Versions The 7.x-1.x and 6.x-2.x branches are currently accepting new feature requests and are kept in sync as much as possible. Known issues Multilingual URL alias support is still a little unstable and should be tested before used in production. Recommended modules Redirect (D7) / Path Redirect (D6) when installed Pathauto will provide a new "Update Action" in case your URLs change. Co-Maintainers Pathauto was originally written by mikeryan and maintained by Greg Knaddison (greggles). Pledges #D7AX - I pledge to make this module as accessible as it can be.

ImageAPI This API is meant to be used in place of the API provided by image.inc. You probably do not need to install this module unless another module are you using requires it. It provides no new features to your Drupal site. This module is specifically for Drupal 6 and older. Differences from Drupal core's image.inc Images are objects.Images are not written on each image operation and must be explicitly closed when processing is complete. Related Modules SEO Compliance Checker The SEO Compliance Checker checks node content on search engine optimization upon its creation or modification. Whenever a publisher saves or previews a node, the module performs a set of checks and gives the user a feedback on the compliance of the rules. This module is supported by the UFirst Group. seo_checker.module The core module seo_checker doesn't implement any checks. Submodules The module comes along with two submodules (basic_seo_rules.module and keyword_rules.module) that implement checks for some basic SEO rules. The submodule keyword_rules.module requires a text field on the node where you enter your keywords. If you have ideas for further SEO rules this module should check, feel free to post them to #420312: Ideas and patches for further rules. Use jquery_ui for nice Sliders in Drupal 6 While Drupal 7 comes with jQuery UI included, Drupal 6 still requires you to install an additional module called jquery_ui. Preferred setup at the moment Setup using older versions

Token Tokens are small bits of text that can be placed into larger documents via simple placeholders, like %site-name or [user]. The Token module provides a central API for modules to use these tokens, and expose their own token values. Note that Token module doesn't provide any visible functions to the user on its own, it just provides token handling services for other modules. For Drupal 6, the Token module provides a "Token Actions" module which can be enabled separately. Modules that use the Token module and provide tokens via the API include Organic Groups, Pathauto, Comment Notify, and Commerce. Pledges #D7CX: The basic token API is now a part of Drupal 7! #D7AX - I pledge to make this module as accessible as it can be.

XML sitemap The XML sitemap module creates a sitemap that conforms to the sitemaps.org specification. This helps search engines to more intelligently crawl a website and keep their results up to date. The sitemap created by the module can be automatically submitted to Ask, Google, Bing (formerly Windows Live Search), and Yahoo! Please read the included README.txt, the handbook documentation, and the current list of known issues for more information before using the module. Development roadmap The 6.x-2.x branch is a complete refactoring with considerations for performance, scalability, and reliability. Upgrade Paths Before upgrading, make sure to backup your site's database. To upgrade from version 6 to version 7, please make sure you use a 6.x-2.x to 7.x-2.0-rc1 path. Special thanks to:

Pathauto The Pathauto module automatically generates URL/path aliases for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows you to have URL aliases like /category/my-node-title instead of /node/123 . The aliases are based upon a "pattern" system that uses tokens which the administrator can change. Requirements Versions The 7.x-1.x and 6.x-2.x branches are currently accepting new feature requests and are kept in sync as much as possible. Known issues Multilingual URL alias support is still a little unstable and should be tested before used in production. Recommended modules Redirect (D7) / Path Redirect (D6) when installed Pathauto will provide a new "Update Action" in case your URLs change. Co-Maintainers Pathauto was originally written by mikeryan and maintained by Greg Knaddison (greggles) . Pledges #D8CX : I pledge that Pathauto will have a full Drupal 8 release on the day that Drupal 8 is released. Downloads

Related: