<?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 - Tag: seo - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/seo</link>
		<description>Support Forum - Tag: seo - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 00:48:50 +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/tags/seo" rel="self" type="application/rss+xml" />

		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-112159</link>
			<pubDate>Sat, 18 May 2013 14:25:10 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">112159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys for all the help. Fantastic support! Conditionals work like a charm. Problem solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111892</link>
			<pubDate>Fri, 17 May 2013 06:23:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try conditionals to change the headline - add following code to functions.php (insert it at the very end):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_default_title_filter($current_post)
	{
		$output  = &#38;quot;&#38;quot;;
$headline = is_single() ? &#38;#39;h1&#38;#39; : &#38;#39;h2&#38;#39;;
		$output .= &#38;quot;&#38;lt;$headline class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;. __(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.$current_post[&#38;#39;title&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$current_post[&#38;#39;title&#38;#39;];
		$output .= &#38;quot;			&#38;lt;span class=&#38;#39;post-format-icon minor-meta&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;/a&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/$headline&#38;gt;&#38;quot;;

		$current_post[&#38;#39;title&#38;#39;] = $output;

		return $current_post;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111794</link>
			<pubDate>Fri, 17 May 2013 01:25:18 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's what I thought too. Well, is this something that will be changed in future versions? It would be a great SEO tweak ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111650</link>
			<pubDate>Thu, 16 May 2013 14:12:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;No, I don't believe so since it uses the same function. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111398</link>
			<pubDate>Wed, 15 May 2013 15:21:34 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes yes, but this changes the post title to h2 on both single and blog page. I want it to be h1 on a single post and and h2 on the blog page. Is that even possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111274</link>
			<pubDate>Wed, 15 May 2013 03:27:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; helper-post-format.php then find this code on line 48.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**
 *   The avia_default_title_filter creates the default title for your posts.
 *   This function is used by most post types
 */
if(!function_exists(&#38;#39;avia_default_title_filter&#38;#39;))
{
	function avia_default_title_filter($current_post)
	{
		$output  = &#38;quot;&#38;quot;;
		//$output .= &#38;quot;&#38;lt;h2 class=&#38;#39;post-title &#38;quot;. avia_offset_class(&#38;#39;meta&#38;#39;, false). &#38;quot;&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;h2 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;. __(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.$current_post[&#38;#39;title&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$current_post[&#38;#39;title&#38;#39;];
		$output .= &#38;quot;			&#38;lt;span class=&#38;#39;post-format-icon minor-meta&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;/a&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/h2&#38;gt;&#38;quot;;

		$current_post[&#38;#39;title&#38;#39;] = $output;

		return $current_post;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should be h2.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111145</link>
			<pubDate>Tue, 14 May 2013 15:54:26 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;friggin love the theme but it needs some small changes for decent onpage optimization. For example the post titles are h2 naturally. Now I already changed those to h1 and the header title to h3 (e.g. &#60;a href=&#34;http://www.evergreenmedia.at/interne-verlinkung/)&#34; rel=&#34;nofollow&#34;&#62;http://www.evergreenmedia.at/interne-verlinkung/)&#60;/a&#62;. But this also changes the post titles to h1 on the blog page (&#60;a href=&#34;http://www.evergreenmedia.at/blog/)&#34; rel=&#34;nofollow&#34;&#62;http://www.evergreenmedia.at/blog/)&#60;/a&#62;. I need the post titles on the blog page (listing of blog articles) to be h2. How do I accomplish this?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-108880</link>
			<pubDate>Sat, 04 May 2013 14:02:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that helped :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sanderpinkse on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-108876</link>
			<pubDate>Sat, 04 May 2013 13:03:16 +0000</pubDate>
			<dc:creator>sanderpinkse</dc:creator>
			<guid isPermaLink="false">108876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Since the 1.4 update, you can override functions from helper-post-format.php in your child theme. That makes it possible to define your own markup for post titles.&#60;/p&#62;
&#60;p&#62;Problem solved. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107579</link>
			<pubDate>Sat, 27 Apr 2013 16:40:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Sander,&#60;/p&#62;
&#60;p&#62;That should be the only spot you need to change it but you can also always control the display of that header information from the Layout meta box on each page/post using the dropdown for Header.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sanderpinkse on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107439</link>
			<pubDate>Fri, 26 Apr 2013 16:18:07 +0000</pubDate>
			<dc:creator>sanderpinkse</dc:creator>
			<guid isPermaLink="false">107439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For various reasons, I don't want to display the header with the page title (or the post title) on single pages. So, I have hidden it using css.&#60;/p&#62;
&#60;p&#62;Would it also be possible to simple use a h1 tag for the post title? I tried to achieve that by changing h2 to h1 for the standard post format in helper-post-format.php, but that didn't get me anywhere.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Sander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107406</link>
			<pubDate>Fri, 26 Apr 2013 12:36:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bernt,&#60;/p&#62;
&#60;p&#62;Glad you were able to get things to your liking. SEO is a complicated subject and there isn't really a right answer anymore these days. Even using multiple H1 on a page is completely fine and it has more to do with the html structure of where they are than having a single h1 per page. &#60;/p&#62;
&#60;p&#62;The most important thing is having accurate and relevant content for the site topic and the search engines will do the rest :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BerntK on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107397</link>
			<pubDate>Fri, 26 Apr 2013 11:33:14 +0000</pubDate>
			<dc:creator>BerntK</dc:creator>
			<guid isPermaLink="false">107397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;yes, I tried both options. Not shure what's better for SEO, but I think I will remove the link as less is more...&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Bernt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107396</link>
			<pubDate>Fri, 26 Apr 2013 11:23:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes - you can also remove the link with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args[&#38;#39;link&#38;#39;] = false;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- imho this link doesn't make much sense anyway if it points to the current page url... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BerntK on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107395</link>
			<pubDate>Fri, 26 Apr 2013 10:19:18 +0000</pubDate>
			<dc:creator>BerntK</dc:creator>
			<guid isPermaLink="false">107395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;... OK, I added get_permalink($id) to the link argument.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function fix_single_post_title($args,$id)
{
    if ( is_single() )
    {
        $args[&#38;#39;title&#38;#39;] = get_the_title($id);
	$args[&#38;#39;link&#38;#39;] = get_permalink($id);
    }

    return $args;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bernt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BerntK on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107394</link>
			<pubDate>Fri, 26 Apr 2013 10:07:39 +0000</pubDate>
			<dc:creator>BerntK</dc:creator>
			<guid isPermaLink="false">107394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;thank you, this resolves most of this issue.  &#60;/p&#62;
&#60;p&#62;It displays the post title instead of &#34;Blog&#34; now, but the permanent link is pointing to the blog page and not to the single post...&#60;br /&#62;
Is there a way to handle that correct?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bernt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107390</link>
			<pubDate>Fri, 26 Apr 2013 09:36:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We added a new filter to the avia_title function which allows you to change the title on the single post page. I.e. add following code to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;avf_title_args&#38;#39;, &#38;#39;fix_single_post_title&#38;#39;, 10, 2);
function fix_single_post_title($args,$id)
{
    if ( is_single() )
    {
        $args[&#38;#39;title&#38;#39;] = get_the_title($id);
    }

    return $args;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to display the post title instead of &#34;Blog&#34;.&#60;/p&#62;
&#60;p&#62;If you want to remove the h2 title on single pages (to avoid duplicate content) use following filter function - just add it to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;post-format-standard&#38;#39;, &#38;#39;fix_blog_post_title&#38;#39;  );
function fix_blog_post_title($current_post)
{
	if(is_single()) $current_post[&#38;#39;title&#38;#39;] = &#38;#39;&#38;#39;;
    return $current_post;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>BerntK on "a real SEO problem: blog post title should be H1 header"</title>
			<link>http://www.kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107374</link>
			<pubDate>Fri, 26 Apr 2013 08:11:18 +0000</pubDate>
			<dc:creator>BerntK</dc:creator>
			<guid isPermaLink="false">107374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;every post gets a H1 header &#34;Blog&#34; and the post title is H2 on single blog post pages. As you know, that's bad for ranking....&#60;/p&#62;
&#60;p&#62;Thank you for a quick solution.&#60;br /&#62;
Bernt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Yoast SEO Plugin Compatibility"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-plugin-compatibility#post-107242</link>
			<pubDate>Thu, 25 Apr 2013 15:12:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes &#38;amp; yes :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>franktw on "Yoast SEO Plugin Compatibility"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-plugin-compatibility#post-107236</link>
			<pubDate>Thu, 25 Apr 2013 14:20:57 +0000</pubDate>
			<dc:creator>franktw</dc:creator>
			<guid isPermaLink="false">107236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to install the Yoast SEO plug-in but before doing so would like to know if it's compatible and has been tested.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "Angular - SEO (Interaction Between &#039;Pages&#039; and Dynamic Templates)"</title>
			<link>http://www.kriesi.at/support/topic/angular-seo-interaction-between-pages-and-dynamic-templates#post-106648</link>
			<pubDate>Mon, 22 Apr 2013 15:24:41 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">106648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Using the &#34;Post/Page Content&#34; element in the Dynamic Template Builder does exactly what were need (Yoast 'sees' it, so teh search engines will now also 'see' it---without the danger of duplicate content).&#60;/p&#62;
&#60;p&#62;Thanks for your efforts!&#60;/p&#62;
&#60;p&#62;Mark Besh&#60;br /&#62;
Visual Impact Systems&#60;/p&#62;
&#60;p&#62;ISSUE CLOSED.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Angular - SEO (Interaction Between &#039;Pages&#039; and Dynamic Templates)"</title>
			<link>http://www.kriesi.at/support/topic/angular-seo-interaction-between-pages-and-dynamic-templates#post-106335</link>
			<pubDate>Sat, 20 Apr 2013 07:43:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">106335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;[ Note: We did put some text on the actual &#34;page,&#34; and it does not show up when we view the page in a browser. So, is the &#34;page&#34; just a 'placeholder' for the Dynamic Template content? ].&#60;/p&#62;
&#60;p&#62;Yes, the page is just the container/placeholder for the Dynamic Template. However if you added text to the page you can use the &#34;Post/Page content&#34; element to display it in the &#34;Dynamic Template&#34;. In this case the page is not only a placeholder but the page content is used dynamic template content.&#60;/p&#62;
&#60;p&#62;[Q: Will this be considered &#34;duplicate content&#34; by the search engines?]&#60;br /&#62;
No, if you don't use the same page content over and over again (different templates, different pages, etc. with the same text content) it's not a duplicate content.&#60;/p&#62;
&#60;p&#62;[So, now that we want to optimize the page, Yoast was telling us that there is &#34;no content&#34; on the page.]&#60;br /&#62;
Yes because Yoast isn't aware of the dynamic template and the content of the dynamic template. Kriesi uses a buffer to generate the content and then outputs the (final) html code. On the other hand Yoast just checks the content of the text editor on the page/post editor screen and can't check if a dynamic template exists. Just ignore this warning.&#60;/p&#62;
&#60;p&#62;[Then, the SEO company suggests that we add a relevant image and associate our page keyword to it in the alt image text. If we put an image on the actual &#34;page&#34; (/web-site-design), will there be any 'issues' with the search engines?]&#60;br /&#62;
No, I don't think so.&#60;/p&#62;
&#60;p&#62;[They are also telling us to change the &#34;H1 tag&#34; of the page title &#34;WEB SITE DESIGN&#34; to &#34;Web Site Design in Michigan.&#34; Are they asking us to change the page title, or is there somewhere we can 'associate' this with the page title? (a &#34;Subtitle&#34;?).]&#60;br /&#62;
Yes you need to change the page title because only the page title is wrapped into a h1 tag. Subtitles and standard text content won't use h1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "Angular - SEO (Interaction Between &#039;Pages&#039; and Dynamic Templates)"</title>
			<link>http://www.kriesi.at/support/topic/angular-seo-interaction-between-pages-and-dynamic-templates#post-106291</link>
			<pubDate>Fri, 19 Apr 2013 19:13:36 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">106291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now that the content for our new site is finished, we are going to start to work on some SEO.&#60;/p&#62;
&#60;p&#62;This is the first page we are working on:&#60;br /&#62;
&#60;a href=&#34;http://visualimpactsystems.com/web-site-design/&#34; rel=&#34;nofollow&#34;&#62;http://visualimpactsystems.com/web-site-design/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is built with a 'normal' page (/web-site-design) with a &#34;Dynamic Template&#34; (that has the title, the three paragraphs of content below that, and then the 'portfolio'). [Hopefully, we did this correctly].&#60;/p&#62;
&#60;p&#62;So, now that we want to optimize the page, Yoast was telling us that there is &#34;no content&#34; on the page. Does this mean that the search engines don't 'read' the content in the Dynamic Template? If so, should we just copy the content from the Dynamic Template and just paste in onto the actual &#34;page&#34;? [Q: Will this be considered &#34;duplicate content&#34; by the search engines?].&#60;/p&#62;
&#60;p&#62;[ Note: We did put some text on the actual &#34;page,&#34; and it does not show up when we view the page in a browser. So, is the &#34;page&#34; just a 'placeholder' for the Dynamic Template content? ].&#60;/p&#62;
&#60;p&#62;Then, the SEO company suggests that we add a relevant image and associate our page keyword to it in the alt image text. If we put an image on the actual &#34;page&#34; (/web-site-design), will there be any 'issues' with the search engines?&#60;/p&#62;
&#60;p&#62;They are also telling us to change the &#34;H1 tag&#34; of the page title &#34;WEB SITE DESIGN&#34; to &#34;Web Site Design in Michigan.&#34; Are they asking us to change the page title, or is there somewhere we can 'associate' this with the page title? (a &#34;Subtitle&#34;?).&#60;/p&#62;
&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;Mark Besh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "SEO-Plugin-Problem with Featured Media Pictures"</title>
			<link>http://www.kriesi.at/support/topic/seo-plugin-problem-with-featured-media-pictures#post-105187</link>
			<pubDate>Thu, 11 Apr 2013 12:39:12 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">105187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;k. thx.&#60;/p&#62;
&#60;p&#62;b.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SEO-Plugin-Problem with Featured Media Pictures"</title>
			<link>http://www.kriesi.at/support/topic/seo-plugin-problem-with-featured-media-pictures#post-105183</link>
			<pubDate>Thu, 11 Apr 2013 11:36:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
personally I've no idea how to solve this. I searched the plugin files for the error message but I couldn't find it. Tbh I think this error is not important anyway because it will not affect your seo and the &#34;front end&#34; content/page contains the images in the html source code. If Yoast seo recognizes the images on the admin page doesn't matter at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "SEO-Plugin-Problem with Featured Media Pictures"</title>
			<link>http://www.kriesi.at/support/topic/seo-plugin-problem-with-featured-media-pictures#post-105156</link>
			<pubDate>Thu, 11 Apr 2013 08:58:11 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">105156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I hope this is something you can solve, even if it is Yoast(SEO)-Plugin-related:&#60;/p&#62;
&#60;p&#62;The Plugin says: This page has no pictures. Add some.&#60;br /&#62;
Of course I do have a picture. As featured media, as always.&#60;br /&#62;
I dont have this problem with my Newscast-Theme, just with Sentence...&#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Boris&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.hebammenblog.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.hebammenblog.de/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SEO"</title>
			<link>http://www.kriesi.at/support/topic/seo-2#post-104656</link>
			<pubDate>Sun, 07 Apr 2013 08:05:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104656@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>darelecon on "SEO"</title>
			<link>http://www.kriesi.at/support/topic/seo-2#post-104654</link>
			<pubDate>Sun, 07 Apr 2013 07:54:21 +0000</pubDate>
			<dc:creator>darelecon</dc:creator>
			<guid isPermaLink="false">104654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot, I'll be sure to get this add in.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Darelecon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Toggle shortcode - being correctly indexed by searchengines?"</title>
			<link>http://www.kriesi.at/support/topic/toggle-shortcode-being-correctly-indexed-by-searchengines#post-103867</link>
			<pubDate>Mon, 01 Apr 2013 16:26:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hotspot,&#60;/p&#62;
&#60;p&#62;I don't know what you mean by correctly being indexed. The content gets read as code so how you and I see it is mostly ignored by search engines.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "Toggle shortcode - being correctly indexed by searchengines?"</title>
			<link>http://www.kriesi.at/support/topic/toggle-shortcode-being-correctly-indexed-by-searchengines#post-103767</link>
			<pubDate>Mon, 01 Apr 2013 11:49:26 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">103767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;anyone?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
