Command Line Interface
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.