<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Use Yoast Video SEO with Kriesi&#039;s themes</title>
		<link>http://www.kriesi.at/support/topic/use-yoast-video-seo-with-kriesis-themes</link>
		<description>Support Forum - Topic: Use Yoast Video SEO with Kriesi&#039;s themes</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:29:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/use-yoast-video-seo-with-kriesis-themes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Use Yoast Video SEO with Kriesi&#039;s themes"</title>
			<link>http://www.kriesi.at/support/topic/use-yoast-video-seo-with-kriesis-themes#post-98249</link>
			<pubDate>Sun, 24 Feb 2013 14:11:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yoast Video SEO will help you to embed your videos (youtube, vimeo, etc.) into the google search result snippet (preview text/content) and thus your visitors will get a visual impression of your post content (preview thumbnail of the video, etc.). The plugin supports all videos which are embedded in the post/page/portfolio entry content automatically but it won't support the slideshow videos out of the box. If you'd like to use the plugin with slideshow media files too add following code to the very bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**
 * Takes the youtube video ID stored in a custom field and adds a full Youtube URL to the content to allow
 * the video SEO plugin to index it.
 *
 * The video URL is added to the top of content to make it override other video&#38;#39;s in the post.
 *
 * @param string $content the input content field.
 * @param array $vid the video array for the post.
 *
 * @return string $content
 */
function fix_content_input( $content, $vid ) {
    $slides = avia_post_meta($vid[&#38;#39;post_id&#38;#39;], &#38;#39;slideshow&#38;#39;);
    $video = &#38;#39;&#38;#39;;
    if(!empty($slides[0]))
    {
        foreach($slides as $slide)
        {
            if(!empty($slide[&#38;#39;slideshow_video&#38;#39;])) $video .= &#38;#39; &#38;#39; . $slide[&#38;#39;slideshow_video&#38;#39;];
        }
    }
    $content = &#38;quot;\n&#38;quot; . $video . &#38;quot;\n&#38;quot; . $content;

    return $content;
}
add_filter( &#38;#39;wpseo_video_index_content&#38;#39;, &#38;#39;fix_content_input&#38;#39;, 10, 2 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then go to to your Wordpress admin panel &#38;gt; SEO &#38;gt; Video SEO and hit the &#34;Re-index Videos&#34; button at the very bottom of the option page. That's it - Yoast SEO will then re-index all you posts/pages and it will search the content for videos.  &#60;/p&#62;
&#60;p&#62;All features of Yoast SEO are listed here: &#60;a href=&#34;http://inoplugs.com/yoastvideo&#34;&#62;http://yoast.com/wordpress/video-seo/&#60;/a&#62; but here's a short overview : automatic XML Video Sitemap generation (adding on to the WordPress SEO XML Sitemaps), MediaRSS enhancements to your RSS feed, full support for schema.org videoObject markup, snippet previews with the actual video still in them, facebook OpenGraph tags on your video pages, support for many major video platforms, including Youtube, Vimeo, Blip, DailyMotion and others
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
