Skip to content

Commit 7941580

Browse files
committed
add rdf mapping for blog posts
1 parent 2d761f5 commit 7941580

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)