UNPKG

robot-directives

Version:

Parse robot directives within HTML meta and/or HTTP headers.

24 lines (22 loc) 417 B
"use strict"; module.exports = { ALL: "all", ARCHIVE: "archive", CACHE: "cache", FOLLOW: "follow", IMAGEINDEX: "imageindex", INDEX: "index", NOARCHIVE: "noarchive", NOCACHE: "nocache", NOFOLLOW: "nofollow", NOIMAGEINDEX: "noimageindex", NOINDEX: "noindex", NONE: "none", NOODP: "noodp", NOSNIPPET: "nosnippet", NOTRANSLATE: "notranslate", ODP: "odp", SNIPPET: "snippet", TRANSLATE: "translate" };