Topic on Extension talk:WikiSEO

Sokote zaman (talkcontribs)

Please explain the code that is included

Does it refer to the contents of the confirmation file on the host or is it something else?

Thanks

Octfx (talkcontribs)

$wgGoogleSiteVerificationKey expects the key used by googles html-tag validation.

In your google search console should be an option to validate a domain using the html-tag method. This has the form of: <meta name="google-site-verification" content="SITE_VERIFICATION_KEY" />.

$wgGoogleSiteVerificationKey is then used as: $wgGoogleSiteVerificationKey = 'SITE_VERIFICATION_KEY'; in your LocalSettings.php.

Hope that clears things up!