We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: