C

citedy.com

AI-powered SEO agents that automate competitor analysis, content generation, and publishing. Scout, strategize, write, and dominate search results.

8read
3action
https://www.citedy.com/

live · Developer Tools · JSON · API for agents

Tools 11 tools

check_robots_txtread

Fetch robots.txt for a website and report whether major AI crawlers are allowed or blocked.

View tool JSON
{
  "name": "check_robots_txt",
  "kind": "read",
  "impl": "declarative",
  "description": "Fetch robots.txt for a website and report whether major AI crawlers are allowed or blocked.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_canonical_tagread

Check whether a page has a valid canonical link and if it matches the final URL after redirects.

View tool JSON
{
  "name": "check_canonical_tag",
  "kind": "read",
  "impl": "declarative",
  "description": "Check whether a page has a valid canonical link and if it matches the final URL after redirects.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
validate_json_ld_schemaaction

Fetch a page and validate its JSON-LD structured data (schema.org) scripts.

View tool JSON
{
  "name": "validate_json_ld_schema",
  "kind": "action",
  "impl": "declarative",
  "description": "Fetch a page and validate its JSON-LD structured data (schema.org) scripts.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_xml_sitemapread

Validate XML sitemaps and check URL coverage basics for a website.

View tool JSON
{
  "name": "check_xml_sitemap",
  "kind": "read",
  "impl": "declarative",
  "description": "Validate XML sitemaps and check URL coverage basics for a website.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_redirect_chainread

Check redirect chains, loop risks, and final status codes for any URL.

View tool JSON
{
  "name": "check_redirect_chain",
  "kind": "read",
  "impl": "declarative",
  "description": "Check redirect chains, loop risks, and final status codes for any URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_http_headersread

Inspect SEO and cache-critical HTTP response headers for a page URL.

View tool JSON
{
  "name": "check_http_headers",
  "kind": "read",
  "impl": "declarative",
  "description": "Inspect SEO and cache-critical HTTP response headers for a page URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_hreflang_tagsread

Validate hreflang entries and x-default coverage on a page.

View tool JSON
{
  "name": "check_hreflang_tags",
  "kind": "read",
  "impl": "declarative",
  "description": "Validate hreflang entries and x-default coverage on a page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
analyze_page_linksaction

Count internal and external links, detect nofollow, and review link attributes.

View tool JSON
{
  "name": "analyze_page_links",
  "kind": "action",
  "impl": "declarative",
  "description": "Count internal and external links, detect nofollow, and review link attributes.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
preview_open_graph_tagsaction

Preview how a page looks when shared on social media (Open Graph and Twitter Cards).

View tool JSON
{
  "name": "preview_open_graph_tags",
  "kind": "action",
  "impl": "declarative",
  "description": "Preview how a page looks when shared on social media (Open Graph and Twitter Cards).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_heading_structureread

Analyze H1–H6 heading hierarchy and find structure issues on a page.

View tool JSON
{
  "name": "check_heading_structure",
  "kind": "read",
  "impl": "declarative",
  "description": "Analyze H1–H6 heading hierarchy and find structure issues on a page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}
check_meta_tagsread

Analyze title, description, Open Graph, and Twitter Card meta tags.

View tool JSON
{
  "name": "check_meta_tags",
  "kind": "read",
  "impl": "declarative",
  "description": "Analyze title, description, Open Graph, and Twitter Card meta tags.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string"
      }
    }
  },
  "page": "/"
}