https://github.com/nielslange/smntcs-google-webmaster-tools
Adds Google Webmaster Tools to your site
https://github.com/nielslange/smntcs-google-webmaster-tools
google-search-console google-webmaster-tools smntcs smntcs-plugin wordpress-plugin
Last synced: 3 months ago
JSON representation
Adds Google Webmaster Tools to your site
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-google-webmaster-tools
- Owner: nielslange
- License: gpl-3.0
- Created: 2016-07-20T07:45:00.000Z (almost 10 years ago)
- Default Branch: trunk
- Last Pushed: 2025-04-02T07:20:31.000Z (about 1 year ago)
- Last Synced: 2025-05-13T03:34:35.083Z (about 1 year ago)
- Topics: google-search-console, google-webmaster-tools, smntcs, smntcs-plugin, wordpress-plugin
- Language: TypeScript
- Homepage: https://wordpress.org/plugins/smntcs-google-webmaster-tools/
- Size: 1.64 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Google Webmaster Tools









Adds the verification code of Google Search Console, former Google Webmaster Tools, to your site.
## Installation
1. Upload `smntcs-google-webmaster-tools` to the `/wp-content/plugins/` directory
2. Activate the plugin through the _Plugins_ menu in WordPress
3. Go to [https://search.google.com/search-console/welcome](https://search.google.com/search-console/welcome).
4. Provide your URL in the section `URL prefix`, e.g. [https://example.com](https://example.com), and click on `Continue`
5. Now, open the section `HTML tag` within the section `Other verification methods`
6. Copy the meta tag, e.g. ``
7. Go to [Google Webmaster Tools](/wp-admin/customize.php?autofocus[control]=smntcs_google_webmaster_tools_tracking_code) and paste your verification code
## Plugin page
You can find the plugin on[WordPress.org](https://wordpress.org/plugins/smntcs-google-webmaster-tools/).
## Changelog
### 3.5 (2025.04.02)
- Test up to WordPress 6.8
### 3.4 (2024.10.30)
- Test up to WordPress 6.7
### 3.3 (2024.10.22)
- Test up to WordPress 6.6
- Migrate Cypress to Playwright
### 3.2 (2023.10.02)
- Test up to WordPress 6.4
### 3.1 (2023.03.11)
- Test up to WordPress 6.2
### 3.0 (2022.12.03)
- Test up to WordPress 6.1
### 2.9 (2022.05.09)
- Test up to WordPress 6.0
### 2.8 (2021.12.19)
- [Replace Travis CI with GitHub Actions](https://github.com/nielslange/smntcs-google-webmaster-tools/issues/62)
- Test up to WordPress 5.8
### 2.7 (2021.04.25)
- Test up to WordPress 5.7
### 2.6 (2020.10.09)
- Test up to WordPress 5.5
### 2.5 (2020.05.02)
- [Add testing](https://github.com/nielslange/smntcs-google-webmaster-tools/issues/3)
- Test up to WordPress 5.4
### 2.4 (2019.11.22)
- Test up to WordPress 5.3
### 2.3 (2019.06.28)
- Update installation instructions
### 2.2 (2018.03.18)
- Add README.md
### 2.1 (2016.12.24)
- Add FAQ
### 2.0 (2016.09.11)
- Use Customizer instead of options page
### 1.6 (2016.07.20)
- Add donation link
### 1.5 (2016.07.20)
- Update textdomain
### 1.4 (2016.07.20)
- Add settings link
- Update Dutch translation
- Update German translation
### 1.3 (2016.07.20)
- Store translations outside plugin
### 1.2 (2016.07.20)
- Make plugin translation ready
- Add Dutch translation
- Add German translation
### 1.1 (2016.07.20)
- Fix broken file path
- Add FAQs
### 1.0 (2016.07.20)
- Initial release