# KiHustle Meta-Robots Conflict Scanner

> KiHustle Meta-Robots Conflict Scanner is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Scans text content for conflicting meta-robots directives that may cause SEO or crawling issues

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/meta-robots-conflict-scanner
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-meta-robots-conflict-scanner-92d470cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ISBkxDi1sm-pS-BsipeOK

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kihustle-meta-robots-conflict-scanner-92d470cd -d '<json body>'
```

Example prompt: Can you scan this HTML snippet for any conflicting meta-robots directives? I want to make sure I don't have contradictory noindex or nofollow tags that could confuse search crawlers.

## When to prefer this

Choose this endpoint when you specifically need to detect contradictory or conflicting meta-robots directives in HTML or page content, particularly during SEO audits, site migrations, or CMS template rollouts where robot directive consistency is critical.

## Known failure modes

- Empty or missing text input returns a generic processed response with no meaningful conflict data
- Malformed JSON request body may result in a 400 error
- Very large text inputs may exceed processing limits
- Non-HTML text input may yield no detected directives and appear as a false negative
- Ambiguous or unusual meta-robots syntax may not be recognized

## How this service works

Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.

## Output

Returns a JSON object indicating whether the scanned text contains conflicting meta-robots directives, with a result field and a status field confirming whether the scan processed successfully.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "processed",
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kihustle-meta-robots-conflict-scanner-92d470cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kihustle.tech](https://www.zero.xyz/host/kihustle.tech/llms.txt)
