Veganisation
Aktives Mitglied
Hallo Leute,
ich wollte höflichst fragen ob jemand ein Tool hat oder weiß wie es mit JTL geht sich eine Video Sitemap erstellen zu lassen. Ich hab einen Anbieter gefunden der monatlich Geld will aber ich dachte
jemand von euch hat eine bessere Lösung oder ein Plugin für JTL. Vielen Dank
Der gewünschte Code pro Video sollte so aussehen:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/videos/some_video_landing_page.html</loc>
<video:video>
<video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc>
<video:title>Grilling steaks for summer</video:title>
<video:description>Alkis shows you how to get perfectly done steaks every
time</video:description>
<video:content_loc>
http://streamserver.example.com/video123.mp4</video:content_loc>
<videolayer_loc>
http://www.example.com/videoplayer.php?video=123</videolayer_loc>
<video:duration>600</video:duration>
<video:expiration_date>2021-11-05T19:20:30+08:00</video:expiration_date>
<video:rating>4.2</video:rating>
<video:view_count>12345</video:view_count>
<videoublication_date>2007-11-05T19:20:30+08:00</videoublication_date>
<video:family_friendly>yes</video:family_friendly>
<video:restriction relationship="allow">IE GB US CA</video:restriction>
<videorice currency="EUR">1.99</videorice>
<video:requires_subscription>yes</video:requires_subscription>
<video:uploader
info="http://www.example.com/users/grillymcgrillerson">GrillyMcGrillerson
</video:uploader>
<video:live>no</video:live>
</video:video>
</url>
</urlset>
ich wollte höflichst fragen ob jemand ein Tool hat oder weiß wie es mit JTL geht sich eine Video Sitemap erstellen zu lassen. Ich hab einen Anbieter gefunden der monatlich Geld will aber ich dachte
jemand von euch hat eine bessere Lösung oder ein Plugin für JTL. Vielen Dank
Der gewünschte Code pro Video sollte so aussehen:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/videos/some_video_landing_page.html</loc>
<video:video>
<video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc>
<video:title>Grilling steaks for summer</video:title>
<video:description>Alkis shows you how to get perfectly done steaks every
time</video:description>
<video:content_loc>
http://streamserver.example.com/video123.mp4</video:content_loc>
<videolayer_loc>
http://www.example.com/videoplayer.php?video=123</videolayer_loc>
<video:duration>600</video:duration>
<video:expiration_date>2021-11-05T19:20:30+08:00</video:expiration_date>
<video:rating>4.2</video:rating>
<video:view_count>12345</video:view_count>
<videoublication_date>2007-11-05T19:20:30+08:00</videoublication_date>
<video:family_friendly>yes</video:family_friendly>
<video:restriction relationship="allow">IE GB US CA</video:restriction>
<videorice currency="EUR">1.99</videorice>
<video:requires_subscription>yes</video:requires_subscription>
<video:uploader
info="http://www.example.com/users/grillymcgrillerson">GrillyMcGrillerson
</video:uploader>
<video:live>no</video:live>
</video:video>
</url>
</urlset>