lisaleague
5/17/2015 - 10:15 PM

Schema for poetry From http://webmasters.stackexchange.com/questions/52944/how-to-mark-up-a-poem-in-html-for-seo

<div itemscope itemtype="http://schema.org/CreativeWork">
    <h1 itemprop="name">This is poetry title</h1>
    <p itemprop="author">
        George PHP
    </p>
    <p itemprop="genre">
        Poem
    </p>
    <p>
        Poem's line 1. <br />
        Poem's line 2. <br />
        Poem's line 3. <br />
        Poem's line 4. <br />
    </p>
    <p>
        Poem's line 5. <br />
        Poem's line 6. <br />
        Poem's line 7. <br />
        Poem's line 8. <br />
    </p>
</div>