get_query_parameters
Extract and identify URL normalization parameters for a website to determine which query parameters should be standardized without altering content, ensuring efficient site management and analysis.
Instructions
Get a list of URL normalization parameters for a site.
URL parameters are used to identify which URL parameters should be considered for URL normalization (e.g., sorting, filtering parameters that don't change the content).
Args: site_url: The URL of the site
Returns: List[QueryParameter]: List of query parameters configuration
Raises: BingWebmasterError: If parameters cannot be retrieved
Input Schema
Name | Required | Description | Default |
---|---|---|---|
self | Yes | ||
site_url | Yes |