<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Big Cloud Media &#187; source</title>
	<atom:link href="http://www.bigcloudmedia.com/tag/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigcloudmedia.com</link>
	<description>Custom Web-Design, Development and Marketing</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:23:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Make sure your headers match your content</title>
		<link>http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/</link>
		<comments>http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 02:02:10 +0000</pubDate>
		<dc:creator>Web-Design and Development</dc:creator>
				<category><![CDATA[The Buzz]]></category>
		<category><![CDATA[Big Cloud Media]]></category>
		<category><![CDATA[bigcloudmedia]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[effective]]></category>
		<category><![CDATA[effectiveness]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.bigcloudmedia.com/?p=344</guid>
		<description><![CDATA[Hey folks. This post is about how to make sure your website headers match your content.  This is a short review of how to find them and also, what they should be.  You would be surprised how many website owners I have talked to that don&#8217;t know how Google and the other search engines are [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/" data-counter="top"></script></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/" data-url="http://INVALID_APIKEY" data-text="Make sure your headers match your content" data-count="vertical" data-via="BigCloudMedia" data-related="BigCloudMedia"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/&amp;layout=box_count&amp;show_faces=false&amp;width=45&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px !important; height:65px;" allowTransparency="true"></iframe></div></div><p>Hey folks.</p>
<p><span style="color: #ffffff;">This post is about how to make sure your website headers match your content.  This is a short review of how to find them and also, what they should be.  You would be surprised how many website owners I have talked to that don&#8217;t know how Google and the other search engines are reading their content, and why it is being read a certain way.  Knowing and adjusting your website header content is a big step in getting your website on the right track for effective SEO and online marketing.</span></p>
<p><strong><span style="color: #ffffff;">How do I see my website header tags and what is in them?</span></strong></p>
<p><span style="color: #ffffff;">Here is how to check to see what your headers look like:</span></p>
<ol>
<li><span style="color: #ffffff;">Visit your website.</span></li>
<li><span style="color: #ffffff;">Click &#8220;View&#8221; in your browser.</span></li>
<li><span style="color: #ffffff;">Click the &#8220;View Source&#8221; option.</span></li>
<li><span style="color: #ffffff;">When the source code loads, you should see something like the code listed below.  This blog is focusing on the meta tags </span><span style="color: #ff0000;"><strong><span style="color: #ffffff;">&#8220;keywords&#8221;</span></strong><span style="color: #ffffff;"> ,</span></span><span style="color: #ffffff;"> </span><span style="color: #0000ff;"><strong><span style="color: #ffffff;">&#8220;description&#8221;, </span><span style="color: #ffffff;">and &#8220;title&#8221;</span></strong><span style="color: #ffffff;"> </span></span><span style="color: #ffffff;">just to keep things short.   They are labeled in like colors in the code below :</span></li>
</ol>
<pre style="word-wrap: break-word; white-space: pre-wrap; margin-left: 10px; margin-right: 10px;"><span style="color: #000000;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #000000;">&lt;html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #000000;">&lt;head&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #000000;">&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #0000ff;"><strong>&lt;meta name="description"</strong></span><span style="color: #0000ff;"><strong> </strong>content="Big Cloud Media is an Arlington, TX based, web-design, development and marketing company that builds business websites, web-applications, and marketing solutions." /&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #ff0000;">&lt;<strong>meta name="keywords"</strong></span><span style="color: #ff0000;"> content="web-design, development, marketing, business, Search Engine Optimization, websites, website" /&gt;</span></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color: #008000;"><strong>&lt;title&gt;</strong>Big Cloud Media Custom Business Website Design, Development &amp; Marketing&lt;/title&gt;</span></pre>
<p><span style="color: #ffffff;">These tags make up part of what is known as the web-page header.  They suggest to search bots how to list your page in their search results and how to categorize your site.</span></p>
<p><strong><span style="color: #ffffff;">Website Meta Keywords</span></strong></p>
<p><span style="color: #ffffff;">The website meta keywords can be found by the </span><strong><span style="color: #ffffff;">&lt;meta name=</span></strong><strong><span style="color: #ffffff;">&#8220;k</span></strong><strong><span style="color: #ffffff;">eywords&#8221; </span></strong><span style="font-weight: bold;"><span style="color: #ffffff;">tag</span></span><span style="color: #ffffff;">:</span></p>
<p><span style="color: #ff0000;"><strong>&lt;meta name=</strong><span style="font-weight: bold;"><strong>&#8220;k</strong></span><strong>eywords&#8221;</strong></span><span style="color: #ff0000;"> content=&#8221;web-design, development, marketing, business, Search Engine Optimization, websites, website&#8221; /&gt;</span></p>
<p><span style="color: #ffffff;">The content=&#8221;&#8230;&#8221; portion of this code is where you indicate which keywords you would like your site to be associated with.  The catch here though is that you want them to be relevant to your code in your webpage.  If they are not, it can hinder your SEO efforts.  It is a good idea to repeat the keywords that you want to be found by in your content several times so that your keywords line up with your content.  Do it with class though and make sure that the sentences make sense.  There isn&#8217;t a point in trying to appease the search engines if you lose visitors in the process.</span></p>
<p><strong><span style="color: #ffffff;">The Meta Description:</span></strong></p>
<p><span style="color: #ffffff;">The website meta description can be found by looking for the </span><strong><span style="color: #ffffff;">&lt;meta name=&#8221;description&#8221;</span></strong><span style="color: #ffffff;"> tag:</span></p>
<p><span style="color: #0000ff;"><strong>&lt;meta name=&#8221;description&#8221;</strong></span><span style="color: #0000ff;"><strong> </strong>content=&#8221;Big Cloud Media is an Arlington, TX based, web-design, development and marketing company that builds business websites, web-applications, and marketing solutions.&#8221; /&gt;</span></p>
<p><span style="color: #ffffff;">The meta description is where you give the search engines a short blurb about the webpage.  This is often, in the Google search, the description that shows up under the search result.  Sometimes the search engines will create their own for your site but if your description matches your content, it is likely Google will use it.  Having an accurate and concise description of your site will also help your SEO efforts later on down the road.  The more your headers line up with the content, the better.</span></p>
<p><strong><span style="color: #ffffff;">The Title Tag</span></strong></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #ffffff;">The title tag is can be found by looking for the </span><strong><span style="color: #ffffff;">&lt;title&gt;</span></strong><span style="color: #ffffff;"> tag:</span></span></span></p>
<p><span style="color: #008000;"><strong>&lt;title&gt;</strong>Big Cloud Media Custom Business Website Design, Development &amp; Marketing&lt;/title&gt;</span></p>
<p><span style="color: #ffffff;">The &lt;title&gt; tag is your page title and also the text that appears in your browsers window bar.  This should be intuitive and match up with your page content as well.  The theme here is continuity.  If your page is about Dogs, the title should include &#8220;Dogs&#8221; in it.  The title of your page helps in your suggestion to the search engines about how your site should be listed and in what categories and search terms.</span></p>
<p><span style="color: #000000;"><strong><span style="color: #ffffff;">Why should I care about my meta tags? </span></strong></span></p>
<p><span style="color: #ffffff;">Ultimately, it all comes down to how search engine friendly do you want your site to be and also, what does the search engine see when it reads your page.  The more things that are missing, the less likely your site will be listed correctly and associated with the right search terms.  Checking your headers and making sure they are accurate can also help to make your SEO efforts more fruitful. </span></p>
<p><span style="color: #ffffff;">This blog came around from a real-world situation I recently came upon.  I recently met with a prospective client and after doing a site overview (which includes checking their header tags) we found random stuff in them including unrelated words, references to other companies, etc.  Their header tags were hindering their progression online and were definitely not helping their SEO efforts.  The prospective client had no clue until this was addressed by us.  Thus, this post, my effort to help you all know a little more about the content that represents you online.</span></p>
<p><span style="color: #ffffff;">If you have more questions about any of this, please </span><strong><span style="color: #ffffff;">leave a comment </span></strong><span style="color: #ffffff;">or </span><a href="http://www.bigcloudmedia.com/hire-us/"><strong><span style="color: #ffffff;">contact us</span></strong></a><span style="color: #ffffff;"> right away.  We would be more than happy to help you in your specific situation.</span></p>
<p><span style="color: #ffffff;">Thanks for reading and I hope that this post has been helpful for you.</span></p>
<p><span style="color: #ffffff;">Big Cloud Media</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bigcloudmedia.com/make-sure-your-headers-match-your-content/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

