EtchUK / Etch.OrchardCore.SEO

Module for Orchard Core that provides useful features for SEO.
MIT License
17 stars 10 forks source link

Add ability to block search engines via no index option #63

Closed peterkeating closed 3 years ago

peterkeating commented 3 years ago

Robots.txt settings now contains a flag to indicate whether search engines should be blocked via the noindex option. When enabled, all responses will contain the x-Robots-Tag header with the value of noindex.

Resolves #47.