Skip to content

Add Setting for Map Index-ability #8

@morehawes

Description

@morehawes

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/*

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions