Adobe-Consulting-Services/acs-aem-commons

View on GitHub
bundle/src/test/resources/com/adobe/acs/commons/wcm/impl/RobotsServlet.json

Summary

Maintainability
Test Coverage
{
  "en": {
    "jcr:primaryType": "cq:Page",
    "jcr:content": {
      "jcr:primaryType": "cq:PageContent",
      "robotsContents": "User-agent: *",
      "allowRobots": true,
      "isSiteMap": true
    },
    "no-bots": {
      "jcr:primaryType": "cq:Page",
      "jcr:content": {
        "jcr:primaryType": "cq:PageContent",
        "denyRobots": true
      }
    },
    "events": {
      "jcr:primaryType": "cq:Page",
      "jcr:content": {
        "jcr:primaryType": "cq:PageContent"
      }
    },
    "about": {
      "jcr:primaryType": "cq:Page",
      "jcr:content": {
        "jcr:primaryType": "cq:PageContent",
        "denyGoogle": true
      }
    },
    "allow-page-but-disallow-folder": {
      "jcr:primaryType": "cq:Page",
      "jcr:content": {
        "jcr:primaryType": "cq:PageContent",
        "allowPage": true,
        "disallowFolder": true
      }
    },
    "allow-folder-but-disallow-page": {
      "jcr:primaryType": "cq:Page",
      "jcr:content": {
        "jcr:primaryType": "cq:PageContent",
        "allowFolder": true,
        "disallowPage": true
      }
    }
  }
}