Actions20
- Check Page Indexation
- Get Backlinks
- Get Domain Emails
- Get Domain Info
- Get Domain Ranking
- Get Keywords Search Volume
- Get Keywords Suggestions
- Get Long Tail Keywords
- Get Moz Analysis
- Get SERP AI Mode
- Get SERP HTML
- Get SERP Results
- Get SERP Text
- Get User Info
- Get Webpage AI Analysis
- Get Webpage SEO Analysis
- Scrape Domain
- Scrape Webpage
- Scrape Webpage JS
- Scrape Webpage JS & Proxy
Overview
This node integrates with the FetchSERP API to check whether a specific web page is indexed by search engines. The "Check Page Indexation" operation queries the API with given parameters (such as a domain or URL) and returns information about the page's indexation status.
This node is useful for SEO specialists, digital marketers, and website owners who want to monitor if their pages are properly indexed by search engines. For example, you can automate checks on newly published pages to ensure they appear in search results or track indexation changes over time.
Properties
| Name | Meaning |
|---|---|
| Query Parameters (JSON) | JSON object containing query parameters for the API request, e.g., {"domain":"example.com"}. This defines which page or domain to check for indexation. |
Output
The node outputs an array of items where each item's json property contains the response from the FetchSERP API for the page indexation check. The exact structure depends on the API response but typically includes details such as whether the page is indexed, indexing status, and related metadata.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for the FetchSERP service.
- The node makes HTTP GET requests to the FetchSERP API endpoint
/api/v1/page_indexation. - The base URL defaults to
https://www.fetchserp.combut can be overridden via credentials configuration.
Troubleshooting
- Invalid JSON in Query Parameters: If the JSON provided in "Query Parameters (JSON)" is malformed, the node will throw a parsing error. Ensure valid JSON syntax.
- Unknown Operation Error: If the operation name is incorrect or unsupported, the node throws an error indicating an unknown operation.
- API Authentication Errors: If the API token is missing, invalid, or expired, the node will fail with an authorization error. Verify that the API key credential is correctly configured.
- Network or API Errors: Temporary network issues or API downtime may cause request failures. The node supports continuing on failure if enabled, returning error messages in the output JSON.
Links and References
- FetchSERP Official Website
- FetchSERP API Documentation (for detailed API parameters and responses)