• Resolved MichaMcLain

    (@michamclain)


    Hey.. I’m trying to see why this plugin is outputting <title> tags. To my knowledge, you should only have one <title> tag per page and it should be the actual page title. This plugin is rendering a title for each social icon. I’m using 5, so between these 5 and my actual title I now have 6 per page load.

    
    <li class="ssi-facebook">
    <a href="#link-here" target="_blank">
    <svg role="img" class="social-facebook" aria-labelledby="social-facebook">
    <title id="social-facebook">Facebook</title>
    <use xlink:href="#social-facebook"></use>
    </svg>
    </a>
    </li>
    

    Please advise.

    • This topic was modified 8 years, 6 months ago by MichaMcLain.

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Title Tag in output?’ is closed to new replies.