MediaWiki extension that adds meta tag for Yandex site owner verification functionality.
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!