Module let's you take full control of external links indexing. Pages could also pass HTML-validation.
Note: Search Engines still see all this links. If you want to hide links you should use JavaScript for it.
Features
Two methods of indexing control:
Wrap links with NOINDEX tag. NOINDEX tag is used to deny indexing part of page. Only Yandex and Rambler considers this tag but Google and others doesn't. There is also an attribute NOINDEX in meta-tag Robots.
Add attribute rel="nofollow" to links. This link's attribute has no effect on indexing. Only Google really do not follow this links but others do. Attribute is used to say to search engine that links no longer constitute a "vote" in the PageRank system.
Two NOINDEX-tags formats:
Simple. This is a default. HTML-validators considers this tag as mistake so your pages will not pass HTML-validation.
Valid. Pages will pass HTML-validation.
Two domain lists:
Always allowed domains. Links to domains from this list wiil be always OPENED for indexing and following by search engines.
Always denied domains. Links to domains from this list wiil be always CLOSED for indexing and following by search engines.
Links to your own domain is allowed by default for indexing and following.
Role Expire is a simple module that allows administrators to set and control expiry dates of user roles. A common use case for this module is to implement magazine style subscriptions where somebody purchases or receives access for a fixed period of time.
See full description to discover all Role Expire functionality!
Based on the core aggregator module, makes it possible to "promote" hand-picked items to nodes of the admin's choosing. There are numerous fine node based aggregator modules.
Dynamic Field is a CCK field that returns a textarea where you can enter custom PHP code. The code is computed real-time and lets you access Drupal objects like $node, $user...