• Resolved todaydata

    (@todaydata)


    I put in a description meta tag using this plug in into a blog post. However, when I save and look at the source code, I get a meta tag with the description equal to the title of the post, and not the value I entered in the meta tag manager field.

    The source code shows:
    <!–<meta name=”description” content=”Styling a Read More link with Less” />–>
    where “Styling a Read More link with Less” is the blog post title.

    My tag shows content attribute:
    Using the Less CSS Pre-processor to make more efficient code, an easy-to-follow, but useful example.
    for a tag with name = description.

    Does not seem to work.

    The page I need help with: [log in to see the link]

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

    (@netweblogic)

    Hi, looking at your source code, the description is showing up correctly as produced by MTM, however, there’s another plugin or your theme that is also creating another description tag further down.

    Unfortunately we can’t do anything about that as we only generate meta tags, we don’t check or modify generated content by other plugins and themes. You’d need to disable the description meta tag from the other plugin/theme that’s doing it, if possible.

    Thread Starter todaydata

    (@todaydata)

    Thanks. I got rid of the other plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp 4.9.1 No meta tags appear in source code’ is closed to new replies.