This module allows user to move content (nodes) to trashbin. It inserts "Move to trash" button on node edit page, for users who have permission to move this node to trash.
What is trashbin then ? It's for you to decide. This module was made as simple as possible, providing minimal interface on it's own, but serving as bridge module for other modules at the same time. It provides hook which is invoked when user presses "Move to trash" and confirms the action.
This module became obsolete, because Flag module now has access control built-in. You can do same things with the Flag module
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