This module allows you to easily add a Google Search Console (GSC) verification code to your Prestashop store.
By entering the verification token provided by Google, you can verify ownership of your website in Search Console.
- Prepare the module zip with the correct structure:
gscverify.zip
βββ gscverify/
βββ gscverify.php
βββ views/
βββ templates/
βββ hook/
βββ header.tpl
- In your Prestashop back office:
- Go to Modules > Module Manager > Upload a Module
- Upload the
searchpresta.zipfile.
- Once uploaded, install and enable the module.
- In the Prestashop back office, go to the GSC Verification module configuration page.
- Paste the verification code provided by Google (example:
abcdef12345). - Save changes.
- In Google Search Console, click Verify to complete the process.
- Simple interface for adding the GSC verification code
- Automatically injects the
<meta name="google-site-verification">tag into your siteβs<head> - Lightweight, no performance overhead
- Prestashop 1.7.x or higher
- PHP 7.2+
This project is licensed under the GNU General Public License v3.0 (GPLv3).
You are free to use, modify, and distribute this module under the terms of the GPLv3 license.
See the LICENSE file for details.


