Available Functions
Search functions...
Function Details
On Page Analysis
Analyze a web page to get comprehensive on-page SEO metrics, HTML structure information, and performance data. This function helps you understand the technical SEO aspects of a web page and identify optimization opportunities.
Outputs
This function outputs a JSON object with detailed information about the analyzed page, including:
resource_type
: The type of resource (usually "html")status_code
: HTTP status code of the responselocation
: Redirect location (if applicable)url
: The analyzed URLmeta
: Comprehensive metadata including:title
: Page titledescription
: Meta descriptionhtags
: Hierarchical structure of headings (h1, h2, h3, etc.)canonical
: Canonical URLinternal_links_count
: Number of internal linksexternal_links_count
: Number of external linksimages_count
: Number of imagescontent
: Text content metrics including readability scoressocial_media_tags
: Open Graph and Twitter card metadatapage_timing
: Performance metrics such as load times and paint eventsonpage_score
: Overall SEO score (0-100)checks
: Boolean flags for various SEO checks including:HTTPS implementation
Content encoding
HTML structure issues
Meta tag completeness
URL structure
The complete response includes many more detailed metrics and checks to provide a thorough analysis of the page's SEO performance and technical implementation.