-
Task
-
Resolution: Merged
-
Should have
-
None
-
3
-
Search, SEO
-
Sprint #238
-
venus
Summary
ElasticPress has recently added a sidebar option for excluding certain posts from internal indexing and search. We can investigate if it's possible to read the meta property and add a noindex meta tag on those posts, so they are also excluded from external search engines indexing.
Requirements
- The meta tag that should be added:
<meta name="robots" content="noindex">