<?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>Web Hosting, Website Design, E-Business Information &#187; Internet Marketing</title>
	<atom:link href="http://www.web-hosting-reference.com/category/internet-marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-hosting-reference.com</link>
	<description>Your Online Web Hosting Reference</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating A Google Sitemap</title>
		<link>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html</link>
		<comments>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:33:30 +0000</pubDate>
		<dc:creator>manjonka</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gsitecrawler]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[priority]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.web-hosting-reference.com/?p=169</guid>
		<description><![CDATA[Adding a sitemap to your website is a great way to help Internet Search Engines find and quickly index your web pages. A sitemap can also provide a &#8220;Table of Contents&#8221; for your website visitors. There are however two distinct types of sitemap: one for the search engines and the other for human visitors. In [...]]]></description>
			<content:encoded><![CDATA[<p>Adding a sitemap to your website is a great way to help Internet Search Engines find and quickly index your web pages. A sitemap can also provide a &#8220;Table of Contents&#8221; for your website visitors. There are however two distinct types of sitemap: one for the search engines and the other for human visitors. In this article, we will only focus on <strong>Search Engines Sitemap. </strong>Although the title of this post may be misleading, the  sitemap you will create can be used for all Search Engines not only Google.</p>
<h2><span style="color: #E96D11;">Google Sitemap</span></h2>
<p><span id="more-169"></span></p>
<p>This sitemap intended for the Search Engines is an XML file (Extensible Markup Language) . It has  a preset structure defining the URL, update frequency and crawl priority of each web page you would like to add in the search engine index.</p>
<p>That XML file format and structure is supported by all major Search Engines: Google, Yahoo, Bing and Ask. In a nutshell an XML sitemap looks like this:</p>
<p style="color: #333333; font-style: italic;">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;?xml-stylesheet type=&#8221;text/xsl&#8221; href=&#8221;gss.xsl&#8221;?&gt;<br />
&lt;urlset xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243;<br />
xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221;<br />
xsi:schemaLocation=&#8221;http://www.google.com/schemas/sitemap/0.84 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&#8221;&gt;<br />
&lt;url&gt;<br />
&lt;loc&gt;http://www.web-hosting-reference.com&lt;/loc&gt;<br />
&lt;lastmod&gt;2010-04-13T01:38:06+00:00&lt;/lastmod&gt;<br />
&lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />
&lt;priority&gt;1.00&lt;/priority&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
&lt;loc&gt;http://www.web-hosting-reference.com/category/domain-name&lt;/loc&gt;<br />
&lt;lastmod&gt;2010-03-25T16:48:23+00:00&lt;/lastmod&gt;<br />
&lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />
&lt;priority&gt;0.5&lt;/priority&gt;<br />
&lt;/url&gt;<br />
&#8230;<br />
&#8230;<br />
&lt;/urlset&gt;</p>
<p><span style="font-style: normal;">For those familiar with XML documents structure, you will notice:</span></p>
<div>
<ul>
<li>the first line, as always, contains the XML declaration with its version and encoding type (<em>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</em>)</li>
<li>the second line specifies the stylesheet associate with the document for presentation purpose.</li>
<li>the third line is the root element (&lt;urlset &#8230;.. &gt; &#8230;.&lt;/urlset&gt;) with the document&#8217;s namespace</li>
<li>then follow the &lt;url&gt;&#8230;&lt;/url&gt; &#8220;child nodes&#8221; each containing its own child nodes as well.</li>
<li>&lt;loc&gt;..&lt;/loc&gt; specifies the internet address (URL) of the web page</li>
<li>&lt;lastmod&gt;&#8230;&lt;/lastmod&gt; encloses the full date and time that web page was last modified.</li>
<li>&lt;changefreq&gt;&#8230;&lt;/changefreq&gt; defines the frequency you expect that web page will be changed/updated.</li>
<li>&lt;priority&gt;..&lt;/priority&gt; assigns a crawl priority for each web page. It&#8217;s a number ranging from 0.0 to 1.o. The higher the priority the more important that web page will be in the &#8220;eyes&#8221; of the search engine regarding the crawling rate. In this example, I choose the home page as the highest priority (http://www.web-hosting-reference.com). The home page will be  therefore  crawled more often by Search Engines.</li>
</ul>
</div>
<p>As you just learned, you can manually create a sitemap for search engines that is if your website contains just a few pages. All you have to is to keep adding &lt;url&gt;&#8230;&lt;/ul&gt; nodes following the markup shown above until you include all your web pages.</p>
<p>However for larger web sites, you are better of  having this chore done by a  <strong>sitemap generator</strong>. It&#8217;s software program designed specifically for creating sitemaps. The advantages of using a sitemap generator are:<br />
<strong>- real time saving<br />
-  guarantee that you won&#8217;t miss any web page<br />
- and error-free XML markup.</strong></p>
<h2><span style="color: #E96D11;">Sitemap Generator</span></h2>
<p>You can find a free sitemap generator online by just typing &#8220;<em>google sitemap generator</em>&#8221; in your favorite Search Engine. All you need is to specify your website address (e.g. <em>http://www.web-hosting-reference.com</em>) and the program will handle the rest. Within a minute or two, you will have your sitemap file you can upload to your website then just point the Search Engines to it.</p>
<p>My favorite sitemap generator however  is &#8220;<strong>gsitecrawle</strong>r&#8221;. It&#8217;s a desktop application by SOFTplus that allows you to create a Google sitemap (<em>all search engines included</em>) for a website of any size. The best part is <strong>it&#8217;s FREE</strong>. You can find the download link by just looking for it using the name above in your favorite Search Engine.</p>
<p>You can choose to exclude certain web pages you do not wish the search engines to index. You can also  exclude entire folders or let the program read your &#8220;robots.txt&#8221; file to determine which files/folders to exclude. This software even reports broken links and pages it cannot access for whatever reason, so you can investigate and fix the issue.</p>
<p>You can  automate the process so the software can recreate your sitemap at schedule dates then upload the file to your web hosting server. Did I also mention you can setup as many websites as you want in this software. It can be a very valuable tool for all of you webmasters out there.</p>
<p>Creating and submitting a sitemap to search engines should be part of your SEO and SEM campaign. On an upcoming article, I will show you how to submit your sitemap to Google, Yahoo, Bing and Ask Search Engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>E-Business Opportunities</title>
		<link>http://www.web-hosting-reference.com/internet-marketing/e-business-opportunities.html</link>
		<comments>http://www.web-hosting-reference.com/internet-marketing/e-business-opportunities.html#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:03:02 +0000</pubDate>
		<dc:creator>manjonka</dc:creator>
				<category><![CDATA[E-Business Opportunities]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[opportunities]]></category>
		<category><![CDATA[opportunity]]></category>

		<guid isPermaLink="false">http://www.web-hosting-reference.com/?p=17</guid>
		<description><![CDATA[Are you looking for an opportunity to make extra cash? There are literally tons of business opportunities online ranging from data entry, affiliate marketing, selling widgets on E-Bay, using Google AdSense, starting an e-commerce website and the list goes on.  Most online ventures require little to no startup cost compared to a traditional offline business. For instance [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.web-hosting-reference.com/wp-content/uploads/2010/03/making_money_online.jpg"><img class="alignleft size-full wp-image-145" style="margin: 0 10px 10px 0;" title="Making Money Online" src="http://www.web-hosting-reference.com/wp-content/uploads/2010/03/making_money_online.jpg" alt="" width="150" height="156" /></a><span style="color: #ff6600;">Are you looking for an opportunity to make extra cash?<br />
<span style="color: #000000; font-weight: normal;">There are literally tons of business opportunities online ranging from data entry, affiliate marketing, selling widgets on E-Bay, using Google AdSense, starting an e-commerce website and the list goes on.  Most online ventures require little to no startup cost compared to a traditional offline business.</span></span></strong></p>
<p>For instance if you master a given craft, you can post an ad on craigslist and within an hour get response from propectice clients. If you have items to sell you can list them on E-Bay or place an ad on Craigslist in the &#8220;For Sale&#8221; category.</p>
<p><span id="more-17"></span></p>
<p>You can also start an e-commerce site to sell your very own products. Create a custom web site with a shopping cart and credit card payment processing. You can then start advertising your new site to bring traffic and convert those visitors into buyers.</p>
<p>Even if you do not have your own products/services to offer, you can still signup as an affiliate to advertise those products on behalf of the owner in exchange for a commission. Fortunes has been made this way and continue to be made to this day online using affiliate marketing. Aren&#8217;t we all the middle-man at any give time during a business transaction?</p>
<p>If you are an expert on a given field and like to write, you can start a blog to share your insights then sell advertisement space to companies offering products/services your blog readers might be interested in.<br />
Not matter which business opportunity you venture into your financial reward will depend on your commitment to succeed. Your online business needs nurturing, working hard to stay ahead of the competition, continuous advertising to get fresh leads and new customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-hosting-reference.com/internet-marketing/e-business-opportunities.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Site Marketing</title>
		<link>http://www.web-hosting-reference.com/internet-marketing/web-site-marketing.html</link>
		<comments>http://www.web-hosting-reference.com/internet-marketing/web-site-marketing.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 03:01:38 +0000</pubDate>
		<dc:creator>manjonka</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.web-hosting-reference.com/?p=15</guid>
		<description><![CDATA[Getting a targeted traffic to your website is crucial to your success online. Web traffic is the lifeblood of any e-business whether you are offering your services, selling your digital products or any widgets. Without visitors your web site is just like thousands other sites in the web generating no revenue for their owners. Unlike [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.web-hosting-reference.com/wp-content/uploads/2010/03/traffic_lights.jpg"><img class="alignleft size-full wp-image-154" style="margin: 0 10px 10px 0;" title="Online Traffic" src="http://www.web-hosting-reference.com/wp-content/uploads/2010/03/traffic_lights.jpg" alt="" width="114" height="114" /></a>Getting a targeted traffic to your website is crucial to your success online. Web traffic is the lifeblood of any e-business whether you are offering your services, selling your digital products or any widgets. Without visitors your web site is just like thousands other sites in the web generating no revenue for their owners.</p>
<p>Unlike offline business where the location determines how much traffic a store owner can expect, you need to advertise your web site in order to get traffic.<br />
However you should not loose perspective on the fact that it&#8217;s not the traffic that you are ultimately after but converting your site visitors into buyers or customers.</p>
<p><span id="more-15"></span></p>
<p>There are countless marketing channels you can use to attract traffic to your website. You can for instance use Google Adwords to buy a placement spot in the paid listing of Google search results. The same can be done with Yahoo and Microsoft AdCenter. You can also tap into the huge traffic in social networks such as MySpace, Twitter and Facebook.</p>
<p>To take advantage of the FREE traffic you could get from a high placement in organic search engines results, some SEO work to increase your site relevance to your target keywords and a good strategy to get quality inbound links to your website will do the trick.</p>
<p>You can start a blog to share some insights, start discussions and slowly build your very own online community. Not only does your blog posts bring more visitors but they also add fresh content to your web site. Search engines will reward you for that.</p>
<p>There are no hard rules for web site marketing because the right strategy depends on your target market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-hosting-reference.com/internet-marketing/web-site-marketing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
