Skip to content

Commit e64a515

Browse files
committed
Merge pull request #39 from symfony-cmf/createjs
add rdf mapping for blog posts
2 parents 2d761f5 + 7941580 commit e64a515

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<type
2+
xmlns:schema="http://schema.org/"
3+
typeof="schema:WebPage"
4+
>
5+
<children>
6+
<property property="schema:headline" identifier="title" tag-name="h1"/>
7+
<property property="schema:text" identifier="body" />
8+
</children>
9+
</type>

0 commit comments

Comments
 (0)