Waymark icon indicating copy to clipboard operation
Waymark copied to clipboard

Add Setting for Map Index-ability

Open morehawes opened this issue 3 years ago • 0 comments

Waymark uses the custom post type waymark_map to store Map data. Currently Maps are public and indexable by search engines (see this support topic).

Ideally this would be controlled by a Setting, so users can prevent Maps from being indexed.

Currently this is hard-coded using register_post_type in inc/Waymark_Types.php.

A work-around is to block access via robots.txt:

User-agent: *
Disallow: /map/*

morehawes avatar Aug 30 '22 16:08 morehawes