RSS feed doesn’t parse h-card values correctly

  • Author
    Posts
  • #113022

    Hello folks, I am using Verbosa with microformats on my site. I have an issue with the RSS feed on maffulli.net/feed. The creator element looks like this:

    <dc:creator><span class=’p-author h-card’>Stef</span></dc:creator>

    I believe the <span> element is inserted by the theme. How can I get rid of that <span> element?

    Website: maffulli.net/feed

    #114029
    Zed
    Cryout Creations mastermind

    Hi,

    I am not seeing this extra span on the theme’s demo site, making me believe that on your site it might get added by a plugin.
    Look into any SEO plugin you may be using.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #114763

    It is a plugin adding that code. But shouldn’t the span code be filtered out by the theme, parsed out?

    #114775

    Clarifying my post above: the plugin that adds the H-card elements is Microformats 2. The theme is supposed to support microformats (that’s why I picked it).

    #115279
    Zed
    Cryout Creations mastermind

    The theme uses microformat markup for the content structure, but that doesn’t include the feeds.
    No output on the feed is filtered by the theme so you’ll need to handle this yourself or through the plugin that’s adding the unnecessary markup.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #115285

    thanks, I’ll sort this out.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘RSS feed doesn’t parse h-card values correctly’ is closed to new replies.