Welcome to the Google Indexing and Analytics Documentation. Whether you are a new or an advanced user, you can find some useful information here.
First of all, we recommend you check the following link:
php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchConsole
php -f bin/magento setup:upgrade
php -f bin/magento cache:clean
Deploy static view files:
rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy
The settings of Google Indexing and Analytics are located at Stores ▸ Configuration ▸ Mirasvit Extensions ▸ Google Indexing and Analytics and are grouped into the following sections:
The list of supported entities:
Step-by-step instruction to configure access to the Google Search Console and Indexing APIs
Done! Now you can use full capacity of the extension in your Magento store - Google Indexing and Search Analytics.
Usage: php -f bin/magento [command]
mirasvit:search-console:publish [options]
- submit URLs from the Indexing Queue to Google Search Console for indexing. Allowoed Options:
--ids [ids]
- specify the IDs (comma-separated) of URLs to submit. Optional.--dry-run
- test run of the command. If specified, no URLs will be actually submited for indexing.mirasvit:search-console:analytics [options]
- manage Search Analytics data. Execution of this command depends on the configurations in the Analytics section of the extension's settings. Allowed options:
--collect
- gather search analytics data for the last 5 days. All other options except the --reset
are applicable only in combination with this option.--history
- if used, the extension will collect history data starting from the extension's installation date. 5 days limitation will not be applied with this option. The extension does not collect all history data during one execution duel to API limitations. The extension remember the state of the execution so each execution will continue to collect analytics data from the last point when the execution was finished.--store-id [store-id]
- specify the ID of the store for which analytics data will be gathered.--store-url [store-url]
- the base URL of the store for which analytics data will be gathered. This option should be used for testing purposes only.--reset
- remove all collected analytics data and reset the analytics collector state to current date.To upgrade the extension, follow these steps:
composer require mirasvit/module-search-console:* --update-with-dependencies
composer update mirasvit/*
command. It will update all the Mirasvit modules installed in your store. php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchConsole
php -f bin/magento setup:upgrade
php -f bin/magento cache:clean
rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy
To temporarily disable the extension please follow the following steps:
php -f bin/magento module:disable Mirasvit_SearchConsole
To uninstall the extension, please follow these steps:
composer remove mirasvit/module-search-console
(2024-11-15)
(2024-11-11)
(2024-11-01)
(2024-10-31)
(2024-09-27)