Extension:YandexSiteVerification

Category:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
Yandex Site Verification
Release status: stableCategory:Stable extensions
Implementation Hook Category:Hook extensions
Description Inserts Yandex Site Verification meta tag to pages
Author(s) Dolfinus , Adam Shorland
Latest version 1.0 (2017-02-06)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License MIT License
Download Category:Extensions in GitHub version control
README
  • $wgYandexVerificationCode
Category:All extensions

MediaWiki extension that adds meta tag for Yandex site owner verification functionality.

Install

  • Download and place the file(s) in a directory called YandexSiteVerification in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'YandexSiteVerification' );
    
  • Add $wgYandexVerificationCode variable with a value or your tracking code:
$wgYandexVerificationCode = '0123456789abcdef';
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:HTML head extensions
Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:HTML head extensions Category:Hook extensions Category:MIT licensed extensions Category:Stable extensions