<?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>Website Daycare</title>
	<atom:link href="http://www.websitedaycare.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitedaycare.com</link>
	<description>Let Us Care For and Promote Your Website</description>
	<lastBuildDate>Mon, 01 Mar 2010 23:29:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Check List</title>
		<link>http://www.websitedaycare.com/2009/11/25/seo-check-list/</link>
		<comments>http://www.websitedaycare.com/2009/11/25/seo-check-list/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 21:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About SEO]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/2009/11/25/seo-check-list/</guid>
		<description><![CDATA[Understand your market!
Keyword research will play a big part in understanding your market. Don&#8217;t guess what your potential clients are searching for, find out using keyword research. Your keyword research will drive your site&#8217;s content and getting this right is essential. Don&#8217;t just chase keywords with huge search volume. Unless you are lucky thousands of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Understand your market!<br />
</strong>Keyword research will play a big part in understanding your market. Don&#8217;t guess what your potential clients are searching for, find out using keyword research. Your keyword research will drive your site&#8217;s content and getting this right is essential. Don&#8217;t just chase keywords with huge search volume. Unless you are lucky thousands of other sites will also be chasing them and ranking for them could be tough. Look at the long tail of search.</p>
<p><strong>Make your website search engine friendly!<br />
</strong>Make sure each page has a unique title element, make sure each page has a unique meta description element, make sure each page has a unique meta keywords element (this one isn&#8217;t critical but it&#8217;s still worth doing). Use HTML H elements to organise your page content logically and use a CSS based design, not table based. In short use simple web page quality control. The majority of the sites we review miss these basics.</p>
<p><strong>Create content that will help your users<br />
</strong>Put your self into the shoes of the people you hope will visit your site. Don&#8217;t Make Them Think! No aspect of your site should be a compromise, consider your users at every turn.</p>
<p><strong>Have a link building strategy!<br />
</strong>Links to your site are vital. You can build links by asking other sites to link to you or you can attract links by creating content others will want to link to. Don&#8217;t expect quality sites to link to your site unless there&#8217;s a good reason. Link building is a vital aspect of search engine success.</p>
<p><strong>Be patient!<br />
</strong>It&#8217;s pretty much impossible to build a site and attract lots of search engine traffic quickly. There are exceptions but they are rare. Unless you have something earth shattering to say you need to understand that search engine success takes months and years, not days and weeks. For immediate search engine exposure consider using Pay Per Click advertising.</p>
<p><strong>Be persistent!<br />
</strong>Don&#8217;t expect to build your site and then wait for the visitors. Most sites require constant effort and work if you want to see results. Think of your website as a diary, not a novel. If you haven&#8217;t got the resources to do this in house consider using a website management service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/25/seo-check-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robots Meta Tags</title>
		<link>http://www.websitedaycare.com/2009/11/24/robots-meta-tags/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/robots-meta-tags/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1133</guid>
		<description><![CDATA[Your search engine ranking can improve with a robots meta tags
Unlike human editors, search engines use digital robots, which act like mini vacuum cleaners, sucking up information about your web site that will allow it to add each web page it visits to it&#8217;s search index accurately.
In the meta tags &#60;robots&#62; you should instruct the [...]]]></description>
			<content:encoded><![CDATA[<p>Your search engine ranking can improve with a robots meta tags</p>
<p>Unlike human editors, search engines use digital robots, which act like mini vacuum cleaners, sucking up information about your web site that will allow it to add each web page it visits to it&#8217;s search index accurately.</p>
<p>In the meta tags &lt;robots&gt; you should instruct the visiting robot on whether you want it to see what you have on a web page, or decide not to allow it to see your private content. To allow this to happen, you have 2 choices. You can either add the &lt;robots&gt; meta tag or add a robots.txt file. Both are explained here.</p>
<p>The robots meta tag is a tag to tell a robot if it is ok to index this page or not. It also is used to invite a spider to walk down through all your pages. It is growing in importance.</p>
<p>Some search engines, such as Inktomi now fully obey the Robots Meta Tag. Inktomi will crawl down through a site if the Index,Follow syntax is used.</p>
<p><strong>Robots meta tag format</strong></p>
<p>The Robots META tag is placed in the HEAD section of your HTML document:</p>
<p>The format is quite simple: (case is not significant)</p>
<p style="padding-left: 30px"><em>&lt;HTML&gt;</em>    </p>
<p>&lt;HEAD&gt;</p>
<p>&lt;TITLE&gt;Your web page title &lt;/TITLE&gt;</p>
<p>&lt;META NAME=&quot;ROBOTS&quot; CONTENT=&quot;NOINDEX,NOFOLLOW&quot;&gt;</p>
<p>&lt;/HEAD&gt; &lt;BODY&gt;</p>
<p><strong>Robot meta tag options</strong>    </p>
</p>
<p> There are four directives that can be placed in a robots meta tag. The CONTENT section of the meta tag can contain: index,noindex,follow,nofollow and are separated by commas.
<p>At this point, only the following combinations make sense:</p>
<p>The INDEX directive tells the robot it is ok to index the page.</p>
<p>The FOLLOW directive tells the robot it is ok to follow the links found on this page. Some search engine articles on Robots Meta tag say the predefined defaults are INDEX and FOLLOW, not true with Inktomi. The default with Inktomi is index,nofollow .</p>
<p>There are also, two global directives that can specify both actions: ALL=INDEX,FOLLOW, and NONE=NOINDEX,NOFOLLOW .</p>
<p><strong>Robots Meta Tag Examples :</strong></p>
<p style="padding-left: 30px"><em>&lt;META NAME=&quot;ROBOTS&quot; CONTENT=&quot;INDEX,FOLLOW&quot;&gt;</em>    </p>
<p>&lt;META NAME=&quot;ROBOTS&quot; CONTENT=&quot;NOINDEX,FOLLOW&quot;&gt;</p>
<p>&lt;META NAME=&quot;ROBOTS&quot; CONTENT=&quot;INDEX,NOFOLLOW&quot;&gt;</p>
<p>&lt;META NAME=&quot;ROBOTS&quot; CONTENT=&quot;NOINDEX,NOFOLLOW&quot;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/robots-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Description Meta Tags</title>
		<link>http://www.websitedaycare.com/2009/11/24/description-meta-tags/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/description-meta-tags/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1125</guid>
		<description><![CDATA[Your search engine ranking can improve with great description meta tags
Description meta tags appear in the &#60;head&#62; section of a web page. It is displayed in some search engines and should contain one or more repetitions of the primary keyword associated with your web page.
In addition to the title meta tag some search engines will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Your search engine ranking can improve with great description meta tags</strong><br />
Description meta tags appear in the &lt;head&gt; section of a web page. It is displayed in some search engines and should contain one or more repetitions of the primary keyword associated with your web page.</p>
<p>In addition to the title meta tag some search engines will display your description meta tags in the search engine results pages.</p>
<p>Google doesn&#8217;t, but other engines such as AltaVista, Inktomi and FAST do. If you have unique titles on all your web pages and the copy on your site is in final form, description tags are a next logical step.</p>
<p>Your web page description meta tags need to compliment your title meta tag. It needs to tell your audience why they should click on your listing. What&#8217;s in it for them? Why should they click? What will they find that sets your site apart?</p>
<p>For an improved search engine ranking, it&#8217;s important to have keywords in your description meta tags, but more importantly , use the description tag to sell your website to your visitors. <br />
Search engines that display the description meta tag typically display around 150 characters of it. Unlike the title tag, which is often limited to displaying 70 characters, you can put a more complete sentence or sales pitch in the description tag.</p>
<p>Meta description tags goes in the &lt;head&gt; section of your web page just like the title meta tag. If you already have title tags in the &lt;head&gt; section of your webpages, when your description tags are added it will look like this:</p>
<p style="PADDING-LEFT: 30px"><em>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt; Searching for my keywords? Find keyword here! &lt;/title&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;Tell me why I should click here and make sure to use your keywords in this description&#8221;&gt;<br />
&lt;/head&gt;</em></p>
<p>The bold text is where your actual description will be in the code of your web page.</p>
<p>Be creative and use your primary keywords in your &#8220;description meta tag&#8221;.</p>
<p style="PADDING-LEFT: 30px"><em>Homepage | Blog | Internet Speed Test | Meta Tag Generator | Google Indexing Tool</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/description-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Title Meta Tags Explained</title>
		<link>http://www.websitedaycare.com/2009/11/24/title-meta-tags-explained/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/title-meta-tags-explained/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:22:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1120</guid>
		<description><![CDATA[Now it&#8217;s time get down to the meat! In this article we&#8217;ll drill into one of the most important factors in achieving high search engine rankings, the title tag.
Where is the title meta tag on a web page?
A title meta tag is essentially an HTML code snippet that creates the words that appear in the [...]]]></description>
			<content:encoded><![CDATA[<p>Now it&#8217;s time get down to the meat! In this article we&#8217;ll drill into one of the most important factors in achieving high search engine rankings, the title tag.</p>
<p><strong>Where is the title meta tag on a web page?<br />
</strong>A title meta tag is essentially an HTML code snippet that creates the words that appear in the top bar of your Web browser, for example, &#8220;Title meta tags.&#8221; These words were entered into the title tag of the site&#8217;s HTML code. They don&#8217;t appear anywhere on the actual Web page. The HTML code for a title tag looks like this:</p>
<p style="PADDING-LEFT: 30px"><em>&lt;HEAD&gt; <br />
&lt;TITLE&gt;Title meta tags&lt;/TITLE&gt; <br />
&lt;/HEAD&gt;</em></p>
<p>The title tag is usually the first element in the &lt;HEAD&gt; section, followed by meta description and meta keywords tags.</p>
<p>Some Web site creation tools automatically generate the title tag from information you provide. You may have noticed Web pages that are labeled &#8220;Page 1,&#8221; &#8220;Page 2,&#8221; or &#8220;Home Page&#8221; in the browser bar. Labels like these are used by beginning Web site designers who simply don&#8217;t know how to use title tags for maximum benefit. <br />
 <br />
<strong>Title meta tags and search engine ranking<br />
</strong>All search engines use title tags to gather information about your Web site. The word(s) in the title tag will appear in the hyperlink listings on the search engine results page; people click the hyperlink to go to your site. Arguably, your title tag is second in importance only to the actual text on the page in determining your search engine ranking.</p>
<p>So far as placement of your title tags is concerned, most search engine experts agree that it probably doesn&#8217;t matter if the title tag is the first element in the &lt;HEAD&gt; section. However, I believe that good coding practice argues for placing it first.</p>
<p><strong>What not to put in your title met tags</strong><br />
More important than the placement of the title tag are the words you put in the tag, and the order in which those words appear. Many site owners mistakenly believe they should put their company names in this tag. This is only a good idea if you are a well-known company that people will be searching for by name, such as Coca-Cola or McDonalds. Otherwise, you should assume that most potential customers will be searching for specific products or services, not a particular company name.</p>
<p>For example, if your company is named &#8220;Johnson and Smith Inc.&#8221; and you are a tax accountant in Utah, putting only &#8220;Johnson and Smith Inc.&#8221; in your title tag will probably be fruitless. If you absolutely insist on including your company name in the title tag, put it at the end of the tag, after the more important keyword information. (A number of search engine gurus believe that some search engines give more weight to words that appear first in the title tag.)</p>
<p><strong>Title meta tags should be specific keywords and keyword phrases</strong><br />
As the Utah tax accountant, you would want your company&#8217;s site to appear in the search engine results for searches on keywords such as &#8220;Utah tax accountants&#8221; and &#8220;CPAs in Utah.&#8221; You would need to be even more specific if you prefer to work for people only in the St. George area. In that case, use keywords such as &#8220;St. George tax accountants&#8221; in your site&#8217;s title tags. This is a key point: If you&#8217;re only seeking customers or clients in a specific geographical region, your keywords need to reflect that geographical specificity. People looking for a tax accountant in St. George may begin their search by simply entering &#8220;tax accountant&#8221; in the search engine. However, once they see that their search is returning accountants from all over the world, they&#8217;ll narrow the search by adding &#8220;St. George&#8221; to their search terms. When they do, you want your site to be right there on the first page of new results.</p>
<p>In our St. George accountants example, you could create a title tag that says</p>
<p>&lt;TITLE&gt;St. George tax accountants&lt;/TITLE&gt; or you could say &lt;TITLE&gt;St. George CPAs&lt;/TITLE&gt;.</p>
<p>However, there&#8217;s more than enough space in the title tag to include both of these important keyword phrases. (In fact, search engines will display 60 to 115 characters of your title tag.) Here&#8217;s an example of a better approach:</p>
<p>&lt;TITLE&gt;St. George tax accountants St. George CPAs&lt;/TITLE&gt;</p>
<p>Most search engines are not case-sensitive. In the past, a few of them were, so it was important to try and utilize both lower and upper case in your Title as necessary. Since most engines don&#8217;t make any case distinction any more, I recommend creating Titles that look the most enticing; that is, something that will get the user to click on your listing. Whether this means you prefer ALL CAPS to make it stand out, or first letter caps, is up to you.</p>
<p>As for placing the word &#8220;St. George&#8221; twice in the title tag, I have found this approach to be both permissible and effective. Just make sure that you don&#8217;t put the same words right next to each other. For example, a tag that reads &#8220;Accountants in St. George &#8212; St. George CPAs&#8221; is very likely to trigger a red flag with the search engines, so that the word could get ignored entirely. It&#8217;s also not a good idea to use a word more than twice or to repeat more than one or two words total in the title tag. However, if you keep these caveats in mind, it&#8217;s fine to repeat one or two keywords in your title tags.</p>
<p><strong>Use only keywords and phrases that are in the text on your web site<br />
</strong>If you&#8217;re not sure what to put in your title tag, take a look at the text within the page itself. If you&#8217;ve done a good job with your writing, you should find all the keywords you need right there on your page. Simply choose the most relevant ones for the title tag. If you can&#8217;t find any good keywords on your page, it&#8217;s time for a rewrite.</p>
<p>The optimal approach when creating a Web site is to think of all the keyphrases that best reflect your business, and then compose text around those phrases. When you go to write your title tag, you simply revisit the keyword list, make sure the keywords are being used on the page, and poof, you&#8217;ve a good, keyword-rich title tag.</p>
<p>But remember: If the words don&#8217;t appear somewhere in the text of your page, they shouldn&#8217;t be in your title tag.</p>
<p>Using our tax accounting firm example, suppose you look at the text on your page and notice that the phrase &#8220;Utah tax accountant&#8221; doesn&#8217;t appear anywhere on the page. Does this mean you shouldn&#8217;t use this phrase in the title tag? Well, yes and no. If you&#8217;re not willing to change the text on your page, then no, you shouldn&#8217;t put those words in your title tag. However, you can also forget about ranking high for those words! The smart thing to do is to rewrite the text on your page so that it utilizes the keywords that are important to you. This doesn&#8217;t mean to just stick the words at the top or bottom of the page. It doesn&#8217;t mean to hide them in the background. Nor does it mean to put them in a tiny font so that no one will notice them. And it doesn&#8217;t mean to simply put them in your meta keyword tag. If keywords are important enough that you want your site to be found under them in the search engines, they are important enough to be elegantly incorporated into the body text of your page.</p>
<p>Once you have incorporated important keyphrases into the text of your site, all you have to do is take these same phrases and put them in your title tag. It really is that simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/title-meta-tags-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Tags Explained</title>
		<link>http://www.websitedaycare.com/2009/11/24/meta-tags-explained/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/meta-tags-explained/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:08:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1114</guid>
		<description><![CDATA[Meta tags improve your search engine ranking
Getting a better search engine ranking in the major search engines is important, but do not fool yourself—it is not the “be all.” How many times have you conducted a search and ended up with over a million results? If your site is listed at 999,000, how many people [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Meta tags improve your search engine ranking</strong><br />
Getting a better search engine ranking in the major search engines is important, but do not fool yourself—it is not the “be all.” How many times have you conducted a search and ended up with over a million results? If your site is listed at 999,000, how many people do you think will visit? If you rely only on the search engines for your customers to find you, they probably won’t. <br />
That being said, there are some things you should do before you submit your web site to the search engines. To make your site competitive, you need to “optimize” your web pages. What does that mean? It means making your pages “search engine friendly.”</p>
<p>Although meta tags do not weigh that heavily anymore in search engine rankings, they are still important. <br />
Meta tags placed between the &lt;head&gt; &lt;/head&gt; tags.</p>
<ul>
<li>&lt;title&gt;Use Web Page Titles To Improve Your Search Engine Rankings&lt;/title&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;Improve your search engine rankings by using your title.&#8221;&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;web, page, titles, improve, search, engine, Rankings&#8221;&gt;<br />
&lt;meta name=&#8221;robots&#8221; content=&#8221;index,follow&#8221;&gt; </li>
</ul>
<p><strong>Found by adding a comment like this under the meta tags is benefitial.</strong></p>
<p style="PADDING-LEFT: 30px">&lt;!&#8211; Best prices on pet exotic frogs anywhere on the internet. These White&#8217;s Tree Frogs can be shipped overnight to arrive healthy and happy. Order online today. &#8211;&gt; </p>
<p>Unlike human editors, search engines use digital robots, which act like mini vacum cleaners, sucking up information about your web site that will allow it to add each web page it visits to it&#8217;s search index accurately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/meta-tags-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Blog</title>
		<link>http://www.websitedaycare.com/2009/11/24/my-first-blog/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/my-first-blog/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1108</guid>
		<description><![CDATA[Does anybody really know how to do SEO?
Yes, absolutely! There are many reputable companies and freelancers (including me) that can help you optimize your website. But there are far more that will take your money without even a second thought.
If you own a website you probably get the emails once or twice a week saying [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Does anybody really know how to do SEO?<br />
</strong>Yes, absolutely! There are many reputable companies and freelancers (including me) that can help you optimize your website. But there are far more that will take your money without even a second thought.</p>
<p>If you own a website you probably get the emails once or twice a week saying “We can get you top Google rankings overnight”. Yeah right and if you believe that, I have a bridge in San Francisco that I’d like to sell to you.</p>
<p>Always do one thing if you are considering their proposal and that is to see if you can find their website on the Internet buy searching for logical keywords and phrases. Surely if they are good enough you should be able to find them. In my experience I haven’t found one yet that was legitimate.</p>
<p>Another thing you should do is have them provide a list of websites they have optimized. You should be able to find these websites on the Internet as well but not buried in the results. They should be on page one.</p>
<p>During my 20-year experience in the SEO (search engine optimization) world, I can easily say that self-taught individual site owners seem to know more than most SEO companies.</p>
<p><strong>Why do I say this? <br />
</strong>A site owner that relies on traffic for business income has much more interest in making their site work. They know their business, industry, and presumably adhere to a code of ethics an SEO company might not understand. They play with their site data, constantly massaging SEO data and obsessively check search engine results to see it their SEO is working. An SEO company probably wouldn’t come close to this type of attention.</p>
<p>Unfortunately, there are a growing number of bad SEO companies and SEO scams that prey upon naive site owners. Before you consult with an SEO company protect yourself from falling prey to an SEO scam artist and educate yourself first:</p>
<p>A good SEO professional will tell you everything you need to know and more when it comes to working on your website and there’s absolutely no reason why they shouldn’t. SEO is tedious and time consuming work. Even if most people knew what to do they still wouldn’t have enough time in the day. That’s why people need to hire a professional.</p>
<p>I have provided numerous free tools here for those of you who want to give it a shot yourselves. You may also feel free to contact me as I am always willing to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/my-first-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog</title>
		<link>http://www.websitedaycare.com/blog/</link>
		<comments>http://www.websitedaycare.com/blog/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?page_id=1098</guid>
		<description><![CDATA[Blog
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Blog</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Keywords Meta Tags</title>
		<link>http://www.websitedaycare.com/2009/11/24/the-keywords-meta-tags/</link>
		<comments>http://www.websitedaycare.com/2009/11/24/the-keywords-meta-tags/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:34:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?p=1127</guid>
		<description><![CDATA[The Keywords meta tags improves search engine rankingYour search engine ranking can improve with great &#34;keywords&#34; meta tags.
Keywords Meta tags improve your search engine ranking.
The keyword meta tags is placed after the description meta tag, just before the copyright meta tag, as shown below.

&#60;meta name=&#34;description&#34; content=&#34;Add your description here&#34;&#62;&#60;meta name=&#34;keywords&#34; content=&#34;add keywords here&#34;&#62;&#60;meta name=&#34;copyright&#34; content=&#34;©2005 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Keywords meta tags improves search engine ranking</strong><br />Your search engine ranking can improve with great &quot;keywords&quot; meta tags.</p>
<p>Keywords Meta tags improve your search engine ranking.</p>
<p>The keyword meta tags is placed after the description meta tag, just before the copyright meta tag, as shown below.</p>
<blockquote>
<p style="PADDING-LEFT: 30px"><em>&lt;meta name=&quot;description&quot; content=&quot;Add your description here&quot;&gt;<br />&lt;meta name=&quot;keywords&quot; content=&quot;add keywords here&quot;&gt;<br />&lt;meta name=&quot;copyright&quot; content=&quot;©2005 WebSeo &quot;&gt;</em></p>
</blockquote>
<p>Primarily the keywords meta tag contains a series of keywords which represent the content of your web page. The tag must only contain keywords already within the content of the page and should be seperated by a comma. The comma however is a point of discussion, as some SEO&#8217;s differ on opinions to whether no commas is as effective. I for one have always had success by using the comma technique.</p>
<p>Not all search engines use the keyword meta tag, but a lot of the large search engines and directories do, so it is a good practice to use it.</p>
<p>Use our Keyword Extractor to take keywords from your web pages and add them to a correctly coded keyword meta tag.</p>
<p>Optimized keyword meta tags is becoming search engine friendly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/2009/11/24/the-keywords-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preferred Webhost</title>
		<link>http://www.websitedaycare.com/pricing/preferred-webhost/</link>
		<comments>http://www.websitedaycare.com/pricing/preferred-webhost/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 16:27:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?page_id=577</guid>
		<description><![CDATA[We use SiteGround as our webhost and to host all of the new website&#8217;s we develop. SiteGround is a very reliable webhost, inexpensive and has numerous features and storage that are difficult for any other webhost to match.
All new websites will include:



BEST Features on the Market:
Unlimited Web Space
We provide you with unlimited web space to [...]]]></description>
			<content:encoded><![CDATA[<p>We use SiteGround as our webhost and to host all of the new website&#8217;s we develop. SiteGround is a very reliable webhost, inexpensive and has numerous features and storage that are difficult for any other webhost to match.</p>
<p><strong>All new websites will include:</strong></p>
<table id="table1" style="width: 96%;" border="0" cellspacing="6" cellpadding="10">
<tbody>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 11px;" rowspan="6" width="765" align="left" valign="top"><strong>BEST Features on the Market:<br />
Unlimited Web Space</strong><br />
We provide you with unlimited web space to create almost any kind of personal, business and community web pages, or other website content.</p>
<p><strong>Unlimited Monthly Bandwidth</strong><br />
We provide you with unlimited monthly bandwidth that allows your website to grow freely and attract more and more visitors.</p>
<p><strong>FREE Domain Name</strong><br />
With SiteGround.com you get a FREE domain name for your website. The domain name is YOUR property.</p>
<p><strong>FREE SiteBuilder</strong><br />
The easiest website builder is included for FREE in the SiteGround hosting account. With its help you will be able to build a great-looking, fully-functional website in less than 30 minutes!</p>
<p><strong>99.9% Server Uptime</strong><br />
Your website will always be online if hosted by SiteGround! Our servers are administered and monitored 24/7 by the best experts. That is why we can provide 99.9% server uptime!</p>
<p><strong>Immediate Account Activation</strong><br />
SiteGround provides immediate account activation. You will receive your Welcome email and will be able to access your web site administration a couple of minutes after you sign up!</p>
<hr size="1" />
<strong>E-Commerce Pack:<br />
FREE Shopping Cart Software</strong><br />
Free shopping cart software is included in the SiteGround hosting plan. We will install OsCommerce (or CRELoaded &#8211; the upgraded osCommerce version), ZenCart or CubeCart for FREE on your account. This is a perfect opportunity to start your e-business.<br />
More about FREE Shopping Cart Software</p>
<p><strong>SSL Certificates</strong><br />
A Free Shared SSL certificate is included in the SiteGround hosting plan. You can also add a private SSL certificate to your account from your user&#8217;s area. <br />
More about SSL Certificates</p>
<p><strong>Accept PayPal payments</strong><br />
With SiteGround E-commerce pack you will be able to easily accept PayPal payments with any of the Shopping cart tool we support.<br />
More about Accept PayPal payments</p>
<p><strong>Merchant Accounts</strong><br />
With SiteGround E-commerce pack you will easily choose the best merchant solution for your needs among the 4 most favorite merchant accounts providers 2CheckOut, PayPal, MerchantLogic and Worldpay!<br />
More about Merchant Accounts</p>
<p><strong>Site Traffic Statistics</strong><br />
SiteGround provides you with three different website statistics: Awstats, Webalizer and Analog stats. All of them include charts and graphs revealing useful information about the traffic your site generates. For example the number of hits, most visited pages, referral URLs and many more.<br />
More about Site Traffic Statistics</p>
<p><strong>Open PGP/GPG Encryption</strong><br />
Great security feature for your email communication! You may use it to send important Business information encrypted via email and to be sure that only people that are authorized will be able to read it.</p>
<hr size="1" />
<strong>Website Management Tools:<br />
CPanel Control Panel</strong><br />
You will be able to manage your hosting account with the help of the most popular web-based control panel: the CPanel. With the help of its easy interface you will upload files, manage your email accounts, view your website statistics, park domains, manage FTP accounts, subdomains, databases, etc..</p>
<p><strong>Fantastico Script Auto-Installer</strong><br />
Fantastico auto-installer is included in the SiteGround hosting package! With its help you will be able to install many useful scripts on your account with only a few mouse clicks. The most popular installs included in Fantastico are Mambo, phpBB, OS Commerce, Coppermine Gallery and many more.</p>
<p><strong>File Manager</strong><br />
With the help of a user-friendly interface you can easily manage all the files uploaded on your account from your CPanel</p>
<p><strong>Password Protected Directories</strong><br />
This feature allows you to limit the access to certain directories for specified users only. For example you can easily create a members&#8217; area.</p>
<p><strong>Password Management</strong><br />
You can easily change the password of your Customer Area.</p>
<p><strong>Edit Mime Types</strong><br />
MIME types tell browsers how to handle specific extensions. You can alter or add new MIME types. MIME types are often used to handle new technologies as they appear. When WAP technology first appeared for example, we did not have these extensions set up on our servers. With the MIME types, however, each of our customers could set it up and begin serving WAP pages immediately.</p>
<p><strong>Edit Apache Handlers</strong><br />
Apache handlers tell the server how to deal with web files that need to be processed on the server. For example, Apache is set up to process files with .pl extensions using Perl. However, if for some reason you also want to process files with .script extension using Perl, then you will have to set up a custom Apache handler for your site.</p>
<p><strong>Cron Jobs</strong><br />
Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows you to take a hands-free approach to repetitive tasks. For example, you could add a cron job that automatically copies a MySQL database to a separate location on your site as a backup.</p>
<p><strong>IP Banning/Filtering</strong><br />
The IP manager in the CPanel allows you to ban and filter IPs.</p>
<p><strong>Redirect URL</strong><br />
The Redirect URL manager in the CPanel allows you to redirect any URL hosted on your account to opens another URL.</p>
<p><strong>Server Side Includes (SSI)</strong><br />
SSI enables you to include parts of other sites in your site</p>
<p><strong>Hot Link Protection</strong><br />
The CPanel allows you to protect your website content from HotLinking. HotLinking is when someone links a content from your website in a way that consumes your bandwidth.</p>
<p><strong>WWW And Non-WWW Access</strong><br />
At SiteGround your website will be accessible, no matter if your visitors type its domain with or without WWW</p>
<hr size="1" />
<strong>DataBase Management:<br />
</strong>UNLIMITED MySQL/Postgre DBs<br />
With SiteGround hosting package you can use UNLIMITED MySQL and Postgres databases. You can manage your databases in a few mouse clicks via the web-based control panel. You are able to add and remove DBs, change passwords, manage permissions and more.</p>
<p><strong>phpMyAdmin And phpPgAdmin<br />
</strong>The easiest systems for managing your MySQL and postGre Databases.</p>
<p><strong>Domains And Subdomains:<br />
FREE Domain Name<br />
</strong>With SiteGround.com you get a FREE domain name for your website. The domain name is YOUR property.</p>
<p><strong>Unlimited Parked Domains<br />
</strong>You can have multiple domain names pointing to your site. This is a great way to increase your online visibility.</p>
<p><strong>Unlimited Subdomains<br />
</strong>Our hosting plan includes unlimited free subdomains to allow more freedom for the organization of your site.</p>
<p><strong>5 Addon Domains (extra fee applied)<br />
</strong>The extremely affordable addon domain extra feature allows you to host up to 6 websites on your account.</p>
<p><strong>Subdomains Redirects<br />
</strong>All your subdomains or directories can redirect the visitor to a URL of your choice.</p>
<hr size="1" />
<strong>Servers And Infrastructure:<br />
Xeon 3210 Kentsfield Quad Core 2.13 GHz<br />
</strong>The most innovative quad-core processor technology of the Kentsfield servers guarantee the speed and the flawless functioning of your website.</p>
<p><strong>CentOS Installed<br />
</strong>SiteGround system administrators continuously optimize the servers&#8217; performance to achieve the highest levels of speed and security. We use one of the most stable operating systems &#8211; CentOS. Our servers are also equipped with all your website needs to operate properly &#8211; Apache, MySQL, PHP, mail server,etc.</p>
<p><strong>Customized Apache Web Server<br />
</strong>SiteGround system administrators have customized the Apache Web Server in order to achieve the highest levels of speed and security.</p>
<p><strong>MySQL Server Version 5.0<br />
</strong>The MySQL is the most widely used Database system on Linux Servers.</p>
<p><strong>Redundant Firewall<br />
</strong>For maximum security of your web hosting accounts we use redundant firewall system.</p>
<p><strong>Redundant Backbone Connections<br />
</strong>Our servers are located at the best data-centers in USA (Dallas and Houston, Texas). To provide your website with the fastest possible data transfers we have a 100 Mbps internet connection to the most powerful backbone Internet providers in the USA</p>
<p><strong>Redundant UPS Power Back-up<br />
</strong>The UPS power Back-ups insure that your data will not be damaged in case of emergency power shortages.</p>
<p><strong>24/7 Network Monitoring<br />
</strong>SiteGround System Administrator team is constantly monitoring the network devices and infrastructure to protects it from various attacks.</p>
<p><strong>24/7 Server Monitoring<br />
</strong>SiteGround System Administrators has created a State -of-art system for 24/7 server performance monitoring to ensure extra security for your website.</p>
</td>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
<td style="font-family: Verdana; color: #333333; font-size: 11px;" rowspan="6" width="765" align="left" valign="top"><strong>Best Customer Care:</strong><br />
<strong>Toll Free Sales Phone</strong><br />
SiteGround sales assistants are available for you 24/7 via our sales phone numbers. Call us at 1.800.828.9231, toll free web hosting line for US use.</p>
<p><strong>24/7 Live Chat Sales Assistance</strong><br />
SiteGround sales assistants will answer your questions 24/7 on our Live Chat.</p>
<p><strong>24/7 Friendly Tech Support</strong><br />
We serve all critical hosting issues in less than 15 minutes. Our Support team is online 24/7 and is ready to attend to any issue that may endanger your website accessibility.</p>
<p><strong>Fast Support Response</strong><br />
SiteGround average response time for critical service-related issues is below 15 minutes. We also provide fast and professional support for multiple other hosting related issues.</p>
<p><strong>Staff Training and Supervision</strong><br />
SiteGround support and sales personnel pass a 1-month training before starting to provide customer assistance.</p>
<p>For SiteGround company, customer satisfaction is the main goal. That is why we have built a 2-level Support supervision hierarchy to make sure our sales and support staff always delivers outstanding quality support</p>
<p><strong>Helpful Tutorials &amp; Knowledge Base</strong><br />
SiteGround Tutorials will make it easier for you to install and manage your website, built in Mambo, Joomla, osCommerce, phpBB, and other tools. SiteGround Knowledge base is a rich and powerful resource for any webmaster</p>
<hr size="1" />
<strong>E-Mail Management:<br />
UNLIMITED Email Accounts</strong><br />
You can have UNLIMITED FREE email accounts at your domain name &#8211; e.g. you@yourdomain.com.</p>
<p><strong>Web-Based Email Access</strong><br />
You can access your email accounts from any computer with an Internet connection. Our hosting plan includes the two most popular web-based mail clients: Horde and SquirrelMail.</p>
<p><strong>SMTP, POP3 and IMAP Servers</strong><br />
On a SiteGround hosting account you can easily send and receive email messages via POP3 and SMTP protocols. The IMAP protocol is the perfect solution if you need your email account to be simultaneously accessible by multiple clients. With SiteGround you can use any email client, such as MS Outlook, Mozilla Thunderbird, Eudora, Pegasus mail and so on.</p>
<p><strong>Forwarding, Aliases, Auto-Replies</strong><br />
The forwarders and aliases allow you to forward emails received to any of your email accounts to another mailbox.</p>
<p>Auto Responders allow you to set automatic answers for email accounts. For example, your customers can receive a confirmation that their inquiry has been received.</p>
<p><strong>Catch-All Mailbox</strong><br />
Email messages, sent to non-existent addresses at your domain can be received in your Catch-all mailbox. Thus you will never lose an important message.</p>
<p><strong>Mailing Lists Available</strong><br />
SiteGround provides phpList application, which allows you to create and manage mailing lists and send easily emails to multiple subscribers.</p>
<hr size="1" />
<strong>More than 150 Scripts:<br />
Mambo FREE Installation</strong><br />
SiteGround provides the best Mambo Hosting services for more information click here.<br />
More about Mambo FREE Installation</p>
<p><strong>Joomla FREE Installation<br />
</strong>SiteGround provides the best Joomla Hosting services for more information click here.<br />
More about Joomla FREE Installation</p>
<p><strong>osCommerce FREE Installation<br />
</strong>SiteGround provided the best osCommerce hosting services. For more information click here.<br />
More about osCommerce FREE Installation</p>
<p><strong>phpBB FREE Installation<br />
</strong>SiteGround provided the best phpBB hosting services. For more information click here.<br />
More about phpBB FREE Installation</p>
<p><strong>WordPress FREE Installation<br />
</strong>SiteGRound provides the best WordPress hosting services. For more info click here. <br />
More about WordPress FREE Installation</p>
<p><strong>phpNuke FREE Installation<br />
</strong>SiteGround provides the best phpNuke hosting services. For more info click here. <br />
More about phpNuke FREE Installation</p>
<p><strong>Drupal FREE Installation<br />
</strong>SiteGround provides the best Drupal Hosting services. For more info click here. <br />
More about Drupal FREE Installation</p>
<p><strong>MediaWiki FREE Installation<br />
</strong>SiteGround provides the best MediaWiki hosting services. For more info click here.<br />
More about MediaWiki FREE Installation</p>
<p><strong>Ready-Made CGI scripts<br />
</strong>In the CPanel there are many CGI scripts that you can install with a few clicks. They include: Agora Shopping Cart, Advanced Guestbook, Java Clock Generator, Java Countdown Generator, Counter Generator, and more.</p>
<p><strong>Web Calendar<br />
</strong>Easy to install script that will include a Calendar to your website.</p>
<p><strong>Custom CGI Scripts<br />
</strong>You can add your own custom CGI scripts and execute them from your account.</p>
<p><strong>Exclusive Professional Services<br />
</strong>SiteGround provides affordable professional services for the applications and scripts used by its customers. These services include upgrades to latest version, integration of two different applications, adding of modules/components, etc. <br />
More about Exclusive Professional Services</p>
<hr size="1" />
<strong>FTP Management:<br />
UNLIMITED FTP Accounts</strong><br />
With SiteGround you can create UNLIMITED FTP accounts with specific restrictions on what the different people connected to your website can upload and download. It is very easy to add and remove FTP accounts as well as to change their passwords.</p>
<p><strong>Change FTP Login Message<br />
</strong>&#8216;This feature allows you to change the login message.</p>
<p><strong>Statistics:<br />
Awstats, Webalizer, Analog<br />
</strong>SiteGround provides you with three different website statistics: Awstats, Webalizer and Analog stats. All of them include charts and graphs revealing useful information about the traffic your site generates. For example the number of hits, most visited pages, referral URLs and many more.</p>
<p><strong>Subdomains Stats<br />
</strong>Allows you to get information about your subdomains access history.</p>
<p><strong>View Latest Visitors<br />
</strong>This feature gives you information about the last 300 visitors who visited your site.</p>
<p><strong>View Bandwidth Usage<br />
</strong>With this feature you will never lose track of how much bandwidth your account uses.</p>
<p><strong>View Error Log<br />
</strong>Enables you to detect the errors your visitors encounter. Thus you can easily and quickly solve the problems.</p>
<p><strong>Download A Raw Log File<br />
</strong>Raw access logs contain all the recorded hit information that your site has received. You can set the Raw Log Manager to archive this information every month and/or delete the previous month&#8217;s log at the end of every month.</p>
<hr size="1" />
<strong>PHP &amp; Multimedia Technology:<br />
PHP 5.0, PHP 5.1, PHP 5.2<br />
</strong>SiteGround has a unique server setup that allows each customer to choose which version of the PHP to use for its account. The customer can even use different PHP versions for different directories in one and the same hosting account. <br />
More about PHP 5.0, PHP 5.1, PHP 5.2</p>
<p><strong>Perl And Python Supported<br />
</strong>Apart from PHP, Perl and Python are the other script languages you can use with your account.</p>
<p>GD library, ImageMagick, CURL, Zlib<br />
Different gallery and PHP libraries.</p>
<p>Zend Optimizer, Safe Mod off<br />
Zend Optimizer and Safe Mod off optimize the way PHP is handled by the server.</p>
<p>Mod_rewrite, .htaccess<br />
Mod_rewrite, .htaccess</p>
<p>Smarty Templates, php.ini<br />
Helpful PHP technologies.</p>
<p><strong>XML, HTML, XHTML, WAP, WML<br />
</strong>Our servers are compatible with XML, HTML, XHTML, VRML, WAP, WML</p>
<p><strong>Macromedia Shockwave and Flash<br />
</strong>Our servers are compatible with Macromedia products Shockwave and Flash</p>
<p><strong>Quicktime Compatible<br />
</strong>Our servers are compatible with Quicktime</p>
<p><br class="spacer_" /></p>
</td>
</tr>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
</tr>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
</tr>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
</tr>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
</tr>
<tr>
<td style="font-family: Verdana; color: #333333; font-size: 8pt; font-weight: bold;" width="12" align="left" valign="top"> </td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/pricing/preferred-webhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Text</title>
		<link>http://www.websitedaycare.com/seo-knowledge-base/seo-advice/hidden-text/</link>
		<comments>http://www.websitedaycare.com/seo-knowledge-base/seo-advice/hidden-text/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:25:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.websitedaycare.com/?page_id=497</guid>
		<description><![CDATA[Hiding Keywords From Human Eyes
There are ways you can hide text from people in your web page, which some search engines may actually consider in their ranking. Beware, however, that this is a practice that is not favored, and could hurt your ranking, as it may be seen as an action to make search engines [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hiding Keywords From Human Eyes</strong></p>
<p>There are ways you can hide text from people in your web page, which some search engines may actually consider in their ranking. Beware, however, that this is a practice that is not favored, and could hurt your ranking, as it may be seen as an action to make search engines see something humans cannot.</p>
<p>To hide text, use the following format:</p>
<blockquote><p>&lt;!&#8211; Your text goes here &#8211;&gt;</p>
</blockquote>
<p>The above text will not show up in the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitedaycare.com/seo-knowledge-base/seo-advice/hidden-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
