/YandexSiteVerification

MediaWiki extension for site verification fo Yandex

Primary LanguagePHPMIT LicenseMIT

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

Install

Download the latest snapshot and extract it to your extensions directory. Then include it in your LocalSettings.php file as in the following example:

wfLoadExtension( 'YandexSiteVerification' );
$wgYandexVerificationCode = '0123456789abcdef'; // Replace this example code with your website's code!

See also