Fluent Domain Tools (v2.0)
inspection_inspect
Inspects single or batch URLs (up to 10) for Google Search Console and Bing Webmaster Tools.
- Parameters:
siteUrl(string): Target website URL property.urls(array of strings): List of page URLs to inspect (single or batch).engine(string):"google"(default),"bing", or"all".
- Best for: βInspect the indexing status of https://example.com/p1 and https://example.com/p2.β
pagespeed_analyze
Runs a full PageSpeed Insights analysis returning Lighthouse scores, diagnostics, and Core Web Vitals (LCP, CLS, INP).
- Parameters:
url(string): Page URL to analyze.strategy(string):"mobile"(default) or"desktop".cwvOnly(boolean): Optional flag to return Core Web Vitals metrics only.
- Best for: βAudit Core Web Vitals for https://example.com/ on mobile.β
π Backward Compatibility Note
All legacy inspection tools (inspection_inspect, inspection_batch, bing_url_info, pagespeed_analyze, pagespeed_core_web_vitals) are 100% backward compatible via our fallback router.
Read complete Backward Compatibility Guide β