• Resolved lisagetcwscom

    (@lisagetcwscom)


    Using the HTML tag option in WP Multisite… Google is asking for /> a the end of the tag, but Meta Tag Manager is only using the bracket (without slash) to end the tag. The actual html output doesn’t include the slash (in Multisite). Is it possible to get that corrected?

    The Google verification tag requested by Google is this:

    <meta name=”google-site-verification” content=”******” />

    But MTM renders the tag like this (without the slash):

    <meta name=”google-site-verification” content=”******” >

    Line 46 in meta-tag-manager.php:

    echo “<meta name=\”$name\” content=\”$content\” />\n”;

    Thank you in advance for your help.

    https://wordpress.org/plugins/meta-tag-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi! Sorry for the delayed reply, I’ve just updated the plugin after nearly 4 years 🙂

    Thanks for giving the plugin a go regardless, if you’re still using it please try again and it should be using the latest HTML conventions.

    Thread Starter lisagetcwscom

    (@lisagetcwscom)

    I’m not running multisite any more, but I’ll mark as resolved and send a big THANK YOU!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite issue’ is closed to new replies.