<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Henrie Media Inc &#187; 2008 &#187; August</title>
	<atom:link href="http://www.henriemedia.com/2008/08/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henriemedia.com</link>
	<description>Henrie Media Inc. specializes in providing innovative marketing solutions and services to our customers.</description>
	<pubDate>Wed, 31 Dec 2008 15:51:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Link building is key to longevity</title>
		<link>http://www.henriemedia.com/website-strategies/link-building-is-key-to-longevity/</link>
		<comments>http://www.henriemedia.com/website-strategies/link-building-is-key-to-longevity/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 14:55:24 +0000</pubDate>
		<dc:creator>Henrie Media Inc.</dc:creator>
		
		<category><![CDATA[Website Strategies]]></category>

		<guid isPermaLink="false">http://www.henriemedia.com/?p=92</guid>
		<description><![CDATA[So you just created a new website, or have an existing website, but you aren&#8217;t seeing any &#8220;love&#8221; from the search engines. To increase your position, you need to develop a link building strategy. Here are some quick tips to get you going!

Apply to the Yahoo! directory (cost - moderate)
Submit to solid directories such as [...]]]></description>
			<content:encoded><![CDATA[<p>So you just created a new website, or have an existing website, but you aren&#8217;t seeing any &#8220;love&#8221; from the search engines. To increase your position, you need to develop a link building strategy. Here are some quick tips to get you going!</p>
<ul>
<li>Apply to the Yahoo! directory (cost - moderate)</li>
<li>Submit to solid directories such as Joe Ant, GoGuides, BOTW, Ezilon, Rubberstamped and <a title="Massive Links" href="http://www.massivelinks.com/" target="_blank">Massive Links</a>. (cost -moderate)</li>
<li>Join a Chamber, your industry Association, and clubs. (cost - low to moderate)</li>
<li>Issue a press release <a title="BusinessWire" href="http://www.businesswire.com/" target="_blank">announcing </a>the new site (cost - low)</li>
<li>Buy a list of high-profile journalists and contact directly for one-on-one interviews (cost -moderate)</li>
<li><a href="http://siteexplorer.search.yahoo.com/" target="_blank">Backlink your competitors</a> and those ranking ahead of you for link and advertising leads. (free)</li>
<li>Develop a “how to” video for your site and it’s products. Submit to the video and <a title="eHow.com" href="http://www.ehow.com/" target="_blank">HowTo</a> sites (cost - low)</li>
<li>Buy ad space in offline publications annoucing your new site (cost -moderate to high)</li>
<li>Find an established business in a complementary industry to host a co-promotion or buy their mailing list to send out link incentives. (cost - low)</li>
<li>Find out who’s <a title="Podcastdirectory.com" href="http://www.podcastdirectory.com/" target="_blank">podcasting </a>in your niche and buy space, offer to be a guest or donate products to be given away in exchange for either of the above. Look for high visibility podcasts to advertise in, sweeten the deal with incentives. (cost - free to low)</li>
<li>Locate the <a title="Blog Directory" href="http://technorati.com/blogs/" target="_blank">prominent bloggers</a> in your niche and start adding to the industry by commenting on their views. Don’t be obnoxious and don’t do it everyday. Join their community and they’ll join yours. (cost - free)</li>
<li>Be sure to incorporate an incentive-to-link program in all your external correspondence such as autoresponders, confirmation emails, reminders etc. (cost free)</li>
<li>Create a corporate blog and invite bloggers, journalists, and your customers to contribute. Continually promote the site and it’s writers and in turn, they’ll support your site by linking to it. Don’t forget to add an RSS feed as well. (cost free to low)</li>
<li>Be sure to add the blog to all the <a title="Google Blog Search" href="http://blogsearch.google.com/" target="_blank">blog directories</a> as well as the RSS feeds to <a title="RSS Directories" href="http://www.rss-specifications.com/rss-directory.htm" target="_blank">RSS directories</a>. (Cost - free)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.henriemedia.com/website-strategies/link-building-is-key-to-longevity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exclude Category from the main page or RSS feed in Wordpress</title>
		<link>http://www.henriemedia.com/technical-support/exclude-category-from-the-main-page-or-rss-feed-in-wordpress/</link>
		<comments>http://www.henriemedia.com/technical-support/exclude-category-from-the-main-page-or-rss-feed-in-wordpress/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 22:17:12 +0000</pubDate>
		<dc:creator>Henrie Media Inc.</dc:creator>
		
		<category><![CDATA[Technical Support]]></category>

		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://www.henriemedia.com/?p=72</guid>
		<description><![CDATA[Have you ever wanted to exclude a category from the main page or the RSS feed of your Wordpress blog? This is the easiest way I have found to do this, without installing a plug-in.
Put the following code anywhere in your theme&#8217;s template functions.php file. For example, if your theme is called &#8220;travel&#8221; then you [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to exclude a category from the main page or the RSS feed of your Wordpress blog? This is the easiest way I have found to do this, without installing a plug-in.</p>
<p>Put the following code anywhere in your theme&#8217;s template functions.php file. For example, if your theme is called &#8220;travel&#8221; then you would probably find this file here - wp-content/themes/travel/functions.php. If for some reason this file doe not exisit, just create it and save it in your theme&#8217;s folder.</p>
<p>Copy and paste the following into the functions.php file -</p>
<p>function exclude_category($query) {<br />
if ( $query-&gt;is_feed || $query-&gt;is_home ) {<br />
$query-&gt;set(&#8217;cat&#8217;, &#8216;-1&#8242;);<br />
}<br />
return $query;<br />
}<br />
add_filter(&#8217;pre_get_posts&#8217;, &#8216;exclude_category&#8217;);</p>
<p>The code above excludes the category with the id of &#8220;1&#8243; from both the RSS feed and from the main page of your blog. If you want to exclude multiple categories, simply add a comma ( , ) and a dash ( - ) followed by the category ID. For example: &#8216;-2, -3, -4&#8242;. You can locate the category id by logging into the Wordpress dashboard, clicking on manage, then categories.</p>
<p>If you just want to exclude a category from the main page and not the RSS feed, simply replace &#8220;( $query-&gt;is_feed || $query-&gt;is_home )&#8221; with &#8220;( $query-&gt;$query-&gt;is_home )&#8221; or to remove it from just the RSS feed &#8220;( $query-&gt;is_feed)&#8221;.</p>
<p>That&#8217;s all there is to it! Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henriemedia.com/technical-support/exclude-category-from-the-main-page-or-rss-feed-in-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic Meta Code for Wordpress</title>
		<link>http://www.henriemedia.com/technical-support/dynamic-meta-code-for-wordpress/</link>
		<comments>http://www.henriemedia.com/technical-support/dynamic-meta-code-for-wordpress/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 20:51:00 +0000</pubDate>
		<dc:creator>Henrie Media Inc.</dc:creator>
		
		<category><![CDATA[Technical Support]]></category>

		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://www.henriemedia.com/?p=64</guid>
		<description><![CDATA[So I have wanted to have dynamically generated META Code (title, description, keywords) for my Wordpress blog for sometime now. I tried all of the plug-ins and frankly, they just didn&#8217;t get me where I wanted to go.  I also didn&#8217;t want to do all the extra work of maintaining separate text for the [...]]]></description>
			<content:encoded><![CDATA[<p>So I have wanted to have dynamically generated META Code (title, description, keywords) for my Wordpress blog for sometime now. I tried all of the plug-ins and frankly, they just didn&#8217;t get me where I wanted to go.  I also didn&#8217;t want to do all the extra work of maintaining separate text for the META fields - I wanted them dynamically generated.</p>
<p>So I sat down and wrote the following code that I think you might find helpful to increase your blog&#8217;s SEO (Search Engine Optimization) value.</p>
<p>All of these changes should occur in your header.php file of your Wordpress blog&#8217;s template files.</p>
<p>First, I wanted to dynamically create the <strong>&lt;title&gt;</strong> tag with the blog&#8217;s name as the default, but include the category, archive or page title when I was browsing a category, archive or page. Here is the code to do that. Simply cut and paste this code, replacing your current &lt;title&gt;&lt;/title&gt; tag.</p>
<p>&lt;title&gt;&lt;?php if (is_home()): bloginfo(&#8217;name&#8217;); elseif (is_category()): bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); single_cat_title(); elseif (is_day() || is_month() || is_year()): bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); the_time(&#8217;F Y&#8217;); else: bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); the_title(); endif; ?&gt;&lt;/title&gt;</p>
<p>Next, i wanted to dynamically create the <strong>&lt;META description&gt;</strong> tag to make it unique to each page of my blog. Specifically I wanted it to display the current category or archive I was browsing or if I was browsing a page I wanted it to dynamically create the description from the first 20 words of my  post. Here is the code to do that. Simply cut and paste this code, replacing the current &lt;META description=&#8221;" /&gt; tag.</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php if (have_posts()&amp;&amp; is_single()):while(have_posts()):the_post(); the_excerpt_rss(20,2); endwhile; elseif (is_category()): single_cat_title(); print(&#8221; category of the &#8220;); bloginfo(&#8217;name&#8217;); elseif (is_day() || is_month() || is_year()): the_time(&#8217;F Y&#8217;); print(&#8221; archive of the &#8220;); bloginfo(&#8217;name&#8217;); else: bloginfo(&#8217;description&#8217;); endif; ?&gt;&#8221; /&gt;</p>
<p>NOTE: You can change the number of words contained in the page description by changing the first number of the_excerpt_rss() function. So in my example, I have it set to 20 words - the_excerpt_rss(20,2). If I wanted 25 words, I would change it to this - the_excerpt_rss(25,2).</p>
<p>Finally, the <strong>&lt;META keywords&gt;</strong>. I wanted to keep the keywords consistent from category to archive to page, only adding additional category names or archive attributes.  Here is the code to do that. Simply cut and paste this code, replacing the current &lt;META keywords=&#8221;" /&gt; tag.</p>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;?php if (is_category()): single_cat_title(); print(&#8221;, &#8220;); elseif (is_day() || is_month() || is_year()): the_time(&#8217;F'); print(&#8221;, &#8220;); the_time(&#8217;Y'); print(&#8221;, &#8220;); endif;?&gt;travel, blog, destination, information, see, do, help, advice, reviews, save, savings, ideas, business, golf&#8221; /&gt;</p>
<p>That&#8217;s all there is to it! To make it easier for you, here is all of the change in once place so you just copy and paste once! Happy SEO!</p>
<p>&lt;title&gt;&lt;?php if (is_home()): bloginfo(&#8217;name&#8217;); elseif (is_category()): bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); single_cat_title(); elseif (is_day() || is_month() || is_year()): bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); the_time(&#8217;F Y&#8217;); else: bloginfo(&#8217;name&#8217;); print(&#8221; - &#8220;); the_title(); endif; ?&gt;&lt;/title&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php if (have_posts()&amp;&amp; is_single()):while(have_posts()):the_post(); the_excerpt_rss(20,2); endwhile; elseif (is_category()): single_cat_title(); print(&#8221; category of the &#8220;); bloginfo(&#8217;name&#8217;); elseif (is_day() || is_month() || is_year()): the_time(&#8217;F Y&#8217;); print(&#8221; archive of the &#8220;); bloginfo(&#8217;name&#8217;); else: bloginfo(&#8217;description&#8217;); endif; ?&gt;&#8221; /&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;?php if (is_category()): single_cat_title(); print(&#8221;, &#8220;); elseif (is_day() || is_month() || is_year()): the_time(&#8217;F'); print(&#8221;, &#8220;); the_time(&#8217;Y'); print(&#8221;, &#8220;); endif;?&gt;travel, blog, destination, information, see, do, help, advice, reviews, save, savings, ideas, business, golf&#8221; /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henriemedia.com/technical-support/dynamic-meta-code-for-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
