This project is not covered by Drupal’s security advisory policy.
INTRODUCTION
The NoIndex Metatag module is to whitelist the route to add meta robots "noindex" to the HTML head for all those selected routes.
Its a simple configuration to prevents the site from search engines based on the domain name or relative path.
REQUIREMENTS
This module requires no modules outside of Drupal core.
INSTALLATION
Install the Noindex Metatag as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
1) Copy the noindex_metatag folder in the modules folder in your Drupal directory, Or use composer to download the module.
2) Enable the module using Manage -> Extend (/admin/modules)
CONFIGURATION
1) Enable the settings at
- Manage -> Configuration -> Search and Meta data -> Noindex Metatag Settings
- Path : /admin/config/search/noindex-metatag
- Enable the checkbox "Enable no-index metatag"
2) Add noindex Routes
- A list of routes that you want to be add no-index. Wildcard "*" is supported.
3) Domain path: A list of host routes (with out http:// or https://). If the domain name http://dev.example.com means just add dev.*
Example:
local.*
dev.*
4) Relative path: A list of Relative url with slash(/)
Example:
/admin/*
/user/reset/*
/blogs
/events
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Search engine optimization (SEO)
72 sites report using this module
- Created by subramani.msc2011 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
Development version: 1.0.x-dev updated 28 Sep 2023 at 13:58 UTC

