Lecteur Markdown
Google Position Documentation En
Feature: Google Position #
> Legacy version (v0.55.0). Checks a site's position in Google search results for a given query by scraping the results page.
> Legacy version (v0.55.0). Checks a site's position in Google search results for a given query by scraping the results page.
Via FTP: Upload the google_position/ directory into /plugins/.
Paths:
/plugins/google_position/google_position.php/plugins/google_position/conf/google_position.conf.inc.phpRequired level: GOOGLE_POSITION_LEVEL_HIGHUSER
1. Enter a search term
2. The plugin queries Google and scans the results to find the installation's domain
3. Displays the found position and total number of results
Warning: this approach relies on HTML scraping of the Google results page, which may return a block (error 429) at any time. Google regularly changes its page structure, which can render this plugin non-functional.
?obj=google_position.php — Search form
?obj=google_position.php&q=TERM — Results (GET)
file_get_contents — for the Google request