URL Parameter Indexability Auditor avatar

URL Parameter Indexability Auditor

Pricing

from $4.90 / 1,000 url parameter indexability auditor page auditeds

Go to Apify Store
URL Parameter Indexability Auditor

URL Parameter Indexability Auditor

Audit url parameter indexability auditor inputs and return structured findings, evidence rows, and a buyer-ready report for SEO, developer, and operations teams.

Pricing

from $4.90 / 1,000 url parameter indexability auditor page auditeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Store Positioning

Store title: URL Parameter Indexability Auditor

Short description: Audit url parameter indexability auditor inputs and return structured findings, evidence rows, and a buyer-ready report for SEO, developer, and operations teams.

SEO title: URL Parameter Indexability Auditor — technical SEO, web, and domain audit

SEO description: Audit url parameter indexability auditor inputs and return structured findings, evidence rows, and a buyer-ready report for SEO, developer, and operations teams. Use it to find crawlability, indexability, security, metadata, and page-quality issues with evidence-backed rows and audit reports.

Categories: SEO_TOOLS

Keywords: url, parameter, indexability, auditor, structured data, public data, web/domain audit

Fixed-Inclusive PPE Pricing

This actor uses pay-per-event pricing. Event prices include Apify platform usage; users are not expected to pay a separate platform-usage pass-through charge for the configured pricing model.

  • Tier: W1 — Web/domain audit
  • Primary event: page-audited at $0.00490 base
  • Default max charge: $10.00
  • Store discounts: FREE/BRONZE base, SILVER discounted, GOLD deepest approved discount

Event set:

  • actor-start: base $0.00500, GOLD $0.00400. URL Parameter Indexability Auditor: charged when actor start is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
  • page-audited: base $0.00490, GOLD $0.00392. URL Parameter Indexability Auditor: charged when page audited is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
  • record-extracted: base $0.00372, GOLD $0.00298. URL Parameter Indexability Auditor: charged when record extracted is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
  • finding-emitted: base $0.00372, GOLD $0.00298. URL Parameter Indexability Auditor: charged when finding emitted is completed. The price includes Apify platform usage; no separate usage pass-through is intended.
  • audit-report-generated: base $0.05000, GOLD $0.04000. URL Parameter Indexability Auditor: charged when audit report generated is completed. The price includes Apify platform usage; no separate usage pass-through is intended.

Public Task Concepts

  • Audit URL Parameter Indexability controls on a capped public sample
  • Find high-priority URL Parameter Indexability issues before release
  • Validate URL Parameter Indexability evidence from supplied pages
  • Prioritize URL Parameter Indexability fixes with severity and proof
  • Export URL Parameter Indexability QA rows for client review

URL Parameter Indexability Auditor evaluates parameterized pages against their clean base URL, canonical target, and robots directives. It identifies indexable tracking/filter/search variants, self-canonical parameter pages, duplicate query-order variants, and rule conflicts that can create crawl bloat.

What it checks

  • Fetches public parameterized URLs or parses supplied HTML while retaining final status and URL.
  • Emits one computed row per query parameter, including category, clean base URL, canonical type, indexability, and risk.
  • Classifies tracking, navigation, search, facet, sort, and unknown parameters.
  • Detects self-canonical indexable variants, noindex/canonical conflicts, duplicate parameter-order groups, high parameter counts, and ignored policy rules.
  • Applies parameterRules and trackingParameterNames directly to classification and risk decisions.

Reports

The default key-value store includes the Markdown audit, per-URL CSV, parameter-name summary, indexable-URL list, tracking warnings, and duplicate-order groups. Reports are generated from the same rows returned in the dataset.

Example input

{
"startUrls": [
"https://www.wikipedia.org/"
],
"sitemapUrls": [
"https://www.wikipedia.org/"
],
"htmlInputs": [
{
"sourceUrl": "https://www.wikipedia.org/wiki/Main_Page",
"html": "<!doctype html><html lang=\"en\"><head><title>URL Parameter Indexability Auditor Demo</title><meta name=\"description\" content=\"A public page for technical SEO analysis.\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><link rel=\"canonical\" href=\"https://www.wikipedia.org/wiki/Main_Page\"><link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/site.css\"><link rel=\"stylesheet\" href=\"/local.css\" integrity=\"sha384-bad\"><script src=\"https://cdn.jsdelivr.net/npm/app.js\"></script><script src=\"/ok.js\" integrity=\"sha256-q3bAT6PqU/NkM+nmCzOxM1iv7FPl/JTMqy0YgkNF7+k=\" crossorigin=\"anonymous\"></script></head><body><h1>URL Parameter Indexability Auditor</h1><h3>Skipped level</h3><p>Updated on 2026-06-20. This page has enough text to support readability, content quality, architecture, link, image, and technical SEO checks with deterministic computed evidence generated from markup.</p><nav><a href=\"/wiki/Main_Page\">Main Page</a><a href=\"https://www.mediawiki.org/\">External docs</a></nav><img src=\"/logo.png\" alt=\"\" width=\"120\"><form action=\"https://forms.example.org/submit\"><label>Email<input type=\"email\" name=\"email\" required></label><input type=\"hidden\" name=\"token\" value=\"abc\"></form><script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Product\",\"name\":\"Demo Product\",\"sku\":\"sku-1\",\"offers\":{\"@type\":\"Offer\",\"price\":\"19.00\",\"priceCurrency\":\"USD\",\"availability\":\"https://schema.org/InStock\"}}</script></body></html>",
"headers": {
"cache-control": "max-age=3600",
"content-encoding": "br",
"last-modified": "Wed, 01 Jul 2026 00:00:00 GMT"
}
}
],
"allowedDomains": "",
"parameterRules": [],
"trackingParameterNames": [],
"maxUrls": 3,
"maxParametersPerUrl": 3,
"checkCanonical": true,
"checkRobotsDirectives": true,
"detectDuplicateParameterOrders": true,
"includeEvidence": true,
"requestDelayMs": 3,
"timeoutMs": 3
}

Output fields

sourceUrl, finalUrl, statusCode, parameterName, parameterValue, parameterCategory, parameterCount, canonicalUrl, canonicalType, robotsIndexable, selfCanonical, baseUrl, duplicateParameterOrderGroupId, trackingParameterPresent, indexabilityRisk, issueCode, severity, recommendation

Cost controls

Use maxUrls and maxParametersPerUrl to bound work. Raw HTML inputs are useful for repeatable monitoring, while URL inputs use the same production parser after fetching the public response.

Limitations

Results describe observed indexability signals; they do not update canonical tags, robots directives, Search Console settings, or site routing.