]> git.mxchange.org Git - friendica.git/commitdiff
parse_url: Just added a comment for future elements that should be added as well.
authorMichael Vogel <icarus@dabo.de>
Wed, 18 Jul 2012 19:06:38 +0000 (21:06 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 18 Jul 2012 19:06:38 +0000 (21:06 +0200)
mod/parse_url.php

index 3d4018745c6e580f355e909d23fc09101509ce9f..0610531967db8e92b1d2587ce9aeb06c6809a8a8 100644 (file)
@@ -1,4 +1,18 @@
 <?php
+/* To-Do
+https://developers.google.com/+/plugins/snippet/
+
+<meta itemprop="name" content="Toller Titel">
+<meta itemprop="description" content="Eine tolle Beschreibung">
+<meta itemprop="image" content="http://maple.libertreeproject.org/images/tree-icon.png">
+
+<body itemscope itemtype="http://schema.org/Product">
+  <h1 itemprop="name">Shiny Trinket</h1>
+  <img itemprop="image" src="{image-url}" />
+  <p itemprop="description">Shiny trinkets are shiny.</p>
+</body>
+*/
+
 if(!function_exists('deletenode')) {
        function deletenode(&$doc, $node)
        {