<?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>Pottson</title>
	<atom:link href="http://resources.ipott.com/pottson/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.ipott.com/pottson</link>
	<description>Pottson</description>
	<lastBuildDate>Fri, 29 Jan 2010 11:10:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Difference between Internal CSS and External CSS</title>
		<link>http://resources.ipott.com/pottson/2010/01/difference-between-internal-css-and-external-css/</link>
		<comments>http://resources.ipott.com/pottson/2010/01/difference-between-internal-css-and-external-css/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:51:22 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[difference between internal css and external css]]></category>
		<category><![CDATA[external css]]></category>
		<category><![CDATA[internal css]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[ipott saias]]></category>
		<category><![CDATA[iPOTT softech]]></category>
		<category><![CDATA[pottson]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=130</guid>
		<description><![CDATA[When the boss takes a break, its almost like you are in a break, right? you know what I mean! No no not that I did not work or something its just that I took things a little lighter. iMamoo is back so i got to buck up. I am on my way to meet [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>When the boss takes a break, its almost like you are in a break, right?  you know what I mean! No no not that I did not work or something its just that I took things a little lighter. <a href="http://resources.ipott.com/imamoo/imamoo/" target="_blank" title="iMamoo">iMamoo</a> is back so i got to buck up. I am on my way to meet him, but in the mean while i had something intersting to share with you&#8217;ll. Go on read and let me know if you have to say anything. By the way, now you can catch me regularly on this blog&#8230; <img src='http://resources.ipott.com/pottson/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Internal CSS :</p>
<p>An internal style sheet is a section on an HTML page that contains style definitions. Internal style sheets are defined by using the &lt;style&gt; tag within the &lt;head&gt; area of the document. Here is an example of an internal style sheet:</p>
<div style="border: 1px dashed ; background-color: #f3f3f3;">
&lt;html&gt;<br />
&lt;head&gt;<br />
 &lt;title&gt;Internal Style Sheet Example&lt;/title&gt;<br />
 &lt;style&gt;<br />
  &lt;!&#8211;<br />
    body { background: #C9F1C5 }<br />
    h1 { color: #54B24B; font: bold 14px Verdana, Arial, Helvetica }<br />
    p { font: 12px Verdana, Arial, Helvetica }<br />
  &#8211;&gt;<br />
 &lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
 &lt;h1&gt;Page With an Internal Style Sheet&lt;/h1&gt;<br />
 &lt;p&gt;This page contains style definitions at the top of the HTML code.&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div>
<p><br/><br />
Internal style sheets allow a designer to define styles for an HTML page.</p>
<p>External CSS :</p>
<p>An external style sheet is a file with a .css extension that contains style definitions. It might look something like this:</p>
<div style="border: 1px dashed ; background-color: #f3f3f3;">
body { background: #C2DAED }<br />
h1 { color: #3270A4; font: bold 14px Verdana, Arial, Helvetica }<br />
p { font: 12px Verdana, Arial, Helvetica }</div>
<p><br/></p>
<p>External style sheets can be linked to multiple pages for a consistent look across a site.</p>
<p>Difference : </p>
<p>The difference between internal and external style sheets is pretty simple. Both are referenced within the head section of a web page (<head></head>).</p>
<p>1. But external style sheets are much easier to use in the long run, as they allow you to make design changes to an entire site by simply changing one file. </p>
<p>In the case of an internal style sheet, styles are referenced within the page itself. For example, your head section may look something like this: </p>
<p>2. When using an external style sheet, the styles are called by using an external page (the file extension is .css) to define the styles for that page. </p>
<p>3. Another great reason to use external style sheets as opposed as internal style sheets is that it keeps your code much shorter in each page, simplifying editing, and since the browser has already loaded the external style sheet once the first page has been loaded, the following pages (if using the same external style sheet) will load faster than if the styles are defined internally.</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2010/01/difference-between-internal-css-and-external-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice Tool to Check Link Popularity !</title>
		<link>http://resources.ipott.com/pottson/2009/07/nice-tool-to-check-link-popularity/</link>
		<comments>http://resources.ipott.com/pottson/2009/07/nice-tool-to-check-link-popularity/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:53:37 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[application software]]></category>
		<category><![CDATA[axandra]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[link popularity tool]]></category>
		<category><![CDATA[LPC]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=127</guid>
		<description><![CDATA[People who are in SEO will always look for Link Popularity tool to check link popularity of their sites. We found one tool of link popularity from Axandra i.e called as check your link popularity. Download the exe. file and then install it and it is ready to use. You will find one icon for [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>People who are in SEO will always look for Link Popularity tool to check link popularity of their sites. We found one tool of link popularity from Axandra i.e called as <a href="http://www.checkyourlinkpopularity.com/" target="_blank">check your link popularity</a>. Download the exe. file and then install it and it is ready to use. </p>
<p>You will find one icon for LPC double click it and LPC will get open. Click on Link Popularity tab you can see plus sign button click on it to add your site and competitors site if required and check the Link popularity of the site. </p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/07/nice-tool-to-check-link-popularity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bring Buyers Traffic Pay Per Click (PPC) &amp; Banner Advertising</title>
		<link>http://resources.ipott.com/pottson/2009/06/bring-buyers-traffic-pay-per-click-ppc-banner-advertising/</link>
		<comments>http://resources.ipott.com/pottson/2009/06/bring-buyers-traffic-pay-per-click-ppc-banner-advertising/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:35:49 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[advertising budget]]></category>
		<category><![CDATA[anners advertising]]></category>
		<category><![CDATA[Banner advertising]]></category>
		<category><![CDATA[customer's traffic]]></category>
		<category><![CDATA[online brand]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[ppc advertisers]]></category>
		<category><![CDATA[ppc campaign]]></category>
		<category><![CDATA[web advertising]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=123</guid>
		<description><![CDATA[Pay Per Click &#8211; PPC is a campaign which leads to increase the customer&#8217;s traffic on website for website products or services. PPC advertisers having a full control on advertising budget in web advertising as per performance results, depending on this advertisers can increase or decrease the budget of web advertising. Banners Advertising &#8211; Banner [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p><strong>Pay Per Click </strong> &#8211; PPC is a campaign which leads to increase the customer&#8217;s traffic on website for website products or services. PPC advertisers having a full control on advertising budget in web advertising as per performance results, depending on this advertisers can increase or decrease the budget of web advertising.</p>
<p><strong>Banners Advertising</strong> &#8211; Banner advertising are very popular in SEM. This increases your brand value and revenue. Banner helps to get traffic on your website and even to build online brand building on the internet.</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/06/bring-buyers-traffic-pay-per-click-ppc-banner-advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have quality back links through article writing ?</title>
		<link>http://resources.ipott.com/pottson/2009/05/how-to-have-quality-back-links-through-article-writing/</link>
		<comments>http://resources.ipott.com/pottson/2009/05/how-to-have-quality-back-links-through-article-writing/#comments</comments>
		<pubDate>Fri, 29 May 2009 11:44:01 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[application software]]></category>
		<category><![CDATA[article writing]]></category>
		<category><![CDATA[biography]]></category>
		<category><![CDATA[electronic webmasters]]></category>
		<category><![CDATA[ezine]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[link exchange]]></category>
		<category><![CDATA[link popularity]]></category>
		<category><![CDATA[popular articles]]></category>
		<category><![CDATA[publish fresh conten]]></category>
		<category><![CDATA[publish your articles]]></category>
		<category><![CDATA[quality vback links]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss feeds]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[software search]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=121</guid>
		<description><![CDATA[Every webmaster would like to publish fresh content on their websites. Even we should publish our articles in such kind of article sites. We must add our biography and the website link so that if somebody reads the article visits site also. As soon as we publish our article in popular article sites like ezine [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>Every webmaster would like to publish fresh content on their websites. Even we should publish our articles in such kind of article sites. We must add our biography and the website link so that if somebody reads the article visits site also.</p>
<p>As soon as we publish our article in popular article sites like ezine and others, many electronic webmasters will publish your articles on their sites. This is the good opportunity to get quality back links from our articles to our website. This even helps to increase link popularity in search engines</p>
<p>One more thing we can do is we can create RSS for our article so that RSS publishers can publish our articles on their website. This way we can get huge number of quality back links.</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/05/how-to-have-quality-back-links-through-article-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>favorites icon</title>
		<link>http://resources.ipott.com/pottson/2009/05/favorites-icon/</link>
		<comments>http://resources.ipott.com/pottson/2009/05/favorites-icon/#comments</comments>
		<pubDate>Fri, 22 May 2009 14:18:44 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Create favicon]]></category>
		<category><![CDATA[design favicon]]></category>
		<category><![CDATA[favorite icon]]></category>
		<category><![CDATA[favorites icon]]></category>
		<category><![CDATA[imamoo]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[pottson]]></category>
		<category><![CDATA[shortcut icon]]></category>
		<category><![CDATA[software search]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=115</guid>
		<description><![CDATA[Are you crazy about displaying your company icon in your address bar. I am giving you some good information here. A favicon (short for favorite icon, sometimes understood as favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16&#215;16 pixel square icon associated with a particular website [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>Are you crazy about displaying your company icon in your address bar. I am giving you some good information here.</p>
<p>A favicon (short for favorite icon, sometimes understood as favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16&#215;16 pixel square icon associated with a particular website or webpage. A web designer can create such an icon and install it into a website (or webpage) by several means, and most graphical web browsers will then make use of it. Browsers that provide favicon support typically display a page&#8217;s favicon in the browser&#8217;s Address bar and next to the page&#8217;s name in a list of bookmarks. </p>
<p>Internet Explorer (&#8220;IE&#8221;) 5.0 and above has a facility where, if someone bookmarks your website (ie puts it in their &#8220;Favorites&#8221; menu), it associates a particular icon with your website in the bookmark. It tries to obtain that icon by first requesting for &#8220;favicon.ico&#8221; from the directory of your web page. If it cannot find such a file, it will try to obtain it from the root directory of your website, failing which, it will simply use a default icon for the bookmark.</p>
<p>On the other hand, the favicon.ico file is available, the icon will also be displayed beside your website name in the &#8220;Favorites&#8221; menu, the location bar in IE, and if the user opens up the &#8220;Favorites&#8221; folder, it will be the icon used for the link to your site. </p>
<p>Opera and Firefox also have the ability to use the favicon.ico file. In fact, Firefox also accepts the file in other graphics formats, such as the PNG format. These browsers display the &#8220;favicon.ico&#8221; in the location bar of the browser.<br />
Are you ready to create favorites icons?. Checkout how to create <a  target="_blank" href="http://resources.ipott.com/imamoo/2008/07/dont-search-for-ico-files-create-yourself/">Favicon.ico</a></p>
<p><strong>Helping the Browser Locate the favicon.ico file</strong></p>
<p>If you have placed your favicon.ico file in a location other than the current web directory (relative to your web page) or the root directory, you have to help your visitors&#8217; browser locate the favicon file by specifying it with a tag like the following in the <head> section of your web page.</p>
<div style="border: 1px dashed ; background-color: #f3f3f3;">
&lt;link rel=&#8221;shortcut icon&#8221; href=&#8221;/favicon.ico&#8221; type=&#8221;image/x-icon&#8221;/&gt;</div>
<p>You should replace &#8220;/favicon.ico&#8221; in the above example with the actual location of your favicon.ico file, for example, &#8220;/images/favicon.ico&#8221; if you have placed it in your &#8220;/images/&#8221; directory. </p>
<p>I will be happy to receive your comments.<br />
contact me for any help at imamoo(at)ipott(dot)com</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/05/favorites-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Search Engine Marketing</title>
		<link>http://resources.ipott.com/pottson/2009/05/what-is-search-engine-marketing/</link>
		<comments>http://resources.ipott.com/pottson/2009/05/what-is-search-engine-marketing/#comments</comments>
		<pubDate>Fri, 15 May 2009 10:49:10 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[application software]]></category>
		<category><![CDATA[google adwords tool]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[Keyword Marketing]]></category>
		<category><![CDATA[mascot of ipott]]></category>
		<category><![CDATA[online Products]]></category>
		<category><![CDATA[online services]]></category>
		<category><![CDATA[phrase keyword]]></category>
		<category><![CDATA[pottson]]></category>
		<category><![CDATA[prospective buyers]]></category>
		<category><![CDATA[purnima]]></category>
		<category><![CDATA[purnima varadrajan]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[software search]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=109</guid>
		<description><![CDATA[Search engine marketing is nothing but our cute SEM which drags all website holders crazy to get popular or in simple word get searched in first page of Google. For getting started with SEM we should have online Products or services website. This will be like a office/store or shop. Our prospective buyers will be [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>Search engine marketing is nothing but our cute SEM which drags all website holders crazy to get popular or in simple word get searched in first page of Google.</p>
<p>For getting started with SEM we should have online Products or services website. This will be like a office/store or shop. Our prospective buyers will be from internet or search engine or any other online ways. To get prospective buyers we should have web traffic which we can do with the help of SEM activities.</p>
<p>There are types of SEM but this time we will only discuss one which is the most important of all</p>
<p>1) Keyword Marketing</p>
<p>1) Keyword Marketing : Keyword selection is one of the important part of SEM. Keywords should be selected according to the page content. Keywords selected should be from content, it is good to have phrases as keyword rather than single keyword. The title in the html page should be reated to what your site does and should be lengthy. Even the description in the html page should have collection of words framing a meaningful sentence for the website.<br />
For keyword selection you can use <a href="https://adwords.google.com/">Google Adwords Tool</a> which is free and good.</p>
<p>Watch out some more types of SEM ways..</p>
<p>write to me at : pottson.ipott at gmail.com</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/05/what-is-search-engine-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add RSS in MS Outlook 2007</title>
		<link>http://resources.ipott.com/pottson/2009/04/how-to-add-rss-in-ms-outlook-2007/</link>
		<comments>http://resources.ipott.com/pottson/2009/04/how-to-add-rss-in-ms-outlook-2007/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:28:10 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[rss feeds]]></category>
		<category><![CDATA[RSS outlook]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=101</guid>
		<description><![CDATA[First step is to copy the URL of the RSS to be included in the outlook.Now we can find our favorite site update in our own MS Outlook 2007 through RSS reader which allows saving and forwarding RSS articles. Let’s see how to go about. 1)  First step is to copy the URL of the [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>First step is to copy the URL of the RSS to be included in the outlook.Now we can find our favorite site update in our own MS Outlook 2007 through RSS reader which allows saving and forwarding RSS articles.</p>
<p><strong>Let’s see how to go about.</strong></p>
<p>1)  First step is to copy the URL of the RSS to be included in the outlook.<br />
2)  Now open Outlook 2007 and Click on Tools menu and click on Account Settings.<br />
3)  In Account Settings, select option RSS Feeds, click on New and paste the copied URL of the RSS and click on ADD button.</p>
<p> </p>
<p><img class="aligncenter size-full wp-image-103" title="rss1" src="http://resources.ipott.com/pottson/wp-content/uploads/2009/04/rss1.png" alt="rss1" width="490" height="353" /><br />
4)  In the RSS Feeds option we can change the name of the RSS feed, location of the RSS feeds, even the time limit for update, click on OK to add feed and we are done now.<br />
5)  The feed will be displayed in the sidebar panel of Outlook 2007.</p>
<p><img class="aligncenter size-full wp-image-102" title="rss-result1" src="http://resources.ipott.com/pottson/wp-content/uploads/2009/04/rss-result1.png" alt="rss-result1" width="490" height="368" /><br />
6)  Following above steps we can add many more RSS feeds.</p>
<h6>courtesy : <a href="http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html">http://www.watchingthenet.com/how-to-add-and-manage-rss-feeds-in-microsoft-outlook-2007.html</a></h6>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/04/how-to-add-rss-in-ms-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your site to MSN</title>
		<link>http://resources.ipott.com/pottson/2009/04/submit-your-site-to-msn/</link>
		<comments>http://resources.ipott.com/pottson/2009/04/submit-your-site-to-msn/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:34:30 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[add url to msn]]></category>
		<category><![CDATA[increare web site ranking]]></category>
		<category><![CDATA[increase site popularity]]></category>
		<category><![CDATA[list your site to msn]]></category>
		<category><![CDATA[submit your site to msn]]></category>
		<category><![CDATA[submit your utl to live search]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=95</guid>
		<description><![CDATA[In the last 4 posts I had explained about how to submit your web site in google. Today I am going to tell you how to submit your site in MSN. MSN is another one of the big search sites in the world, people use it daily, So if you want to have a popular [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>In the last 4 posts I had explained about how to submit your web site in google. Today I am going to tell you how to submit your site in MSN.<br />
<img class="alignnone size-full wp-image-96" title="screenshot-490" src="http://resources.ipott.com/pottson/wp-content/uploads/2009/04/screenshot-490.png" alt="screenshot-490" width="490" height="345" /></p>
<p>MSN is another one of the big search sites in the world, people use it daily, So if you want to have a popular site, its important to add yours to MSN. Once you add your web site in MSN, your site gets listed.</p>
<p>It is very easy to add your web site into MSN.</p>
<p>step 1 : Go to http://beta.search.msn.com/docs/submit.aspx.</p>
<p>step 2 : Type the characters from the picture</p>
<p>Once you open the page, you will see a picture which will display some chracters for you to type into the text box.</p>
<p>step 3 : Type the URL of your homepage</p>
<p>Below the text box you will find one more text box where you have to type the URL of your home page.</p>
<p>step 4 : Click SubmitURL</p>
<p>After clicking submit URL button you will see a page which will say</p>
<p>Thank you for submitting your URL to Live Search</p>
<p>MSNBot automatically indexes pages that meet accepted standards for content, design, and technical implementation.</p>
<p>This change will not be reflected immediately, so please be patient and check back periodically.</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/04/submit-your-site-to-msn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google sitemap.xml step 4 &amp; 5</title>
		<link>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-4-5/</link>
		<comments>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-4-5/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 09:56:59 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[funny character]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google sitemap]]></category>
		<category><![CDATA[ipott]]></category>
		<category><![CDATA[list software]]></category>
		<category><![CDATA[meta name]]></category>
		<category><![CDATA[pottson]]></category>
		<category><![CDATA[sitemap.xml]]></category>
		<category><![CDATA[software search]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=81</guid>
		<description><![CDATA[Again we are back with last two steps of Google sitemap.xml. Step 4: Uploading &#38; registering your page : Ok now you can upload everything to your site. You should put everything in the public_html file or in the www. (the main dir of your site) When you are done then go to this link: [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>Again we are back with last two steps of Google sitemap.xml.</p>
<p>Step 4: Uploading &amp; registering your page :</p>
<p>Ok now you can upload everything to your site. You should put everything in the public_html file or in the www. (the main dir of your site)</p>
<p>When you are done then go to this link: http://www.google.com/addurl<br />
Fill in your site and a little description. Now comes a important step, add the WWW tags! If you forget them you can start over (start from step4) unless you change all the url&#8217;s in the sitemap.xml and remove the www tags.</p>
<p>Then you get a thank you screen saying your urls is added (Not really true but that doesnt matter)</p>
<p>Step 5: Controlling your site :</p>
<p>Now you can wait and hope for google to index your site good and wish that everything is ok, or you can control it yourself by signing up in the webmasters part of google. You need a gmail account for this.<span id="more-81"></span></p>
<p>Go to this link: <a href="http://www.google.co.in/webmasters/start/" target="_blank">Click me</a>!!!<br />
sign in with your gmail account and then you can add your site. Also note to add your site with the www tags. After you are done then you can send your sitemap.xml to google .  This will save alot of time, you now tell google to add sites to there index instead of waiting for them to get your links&#8230;</p>
<p>But before you can check out the cool stuff google has to offer, you need to add another meta tag. You add this on on your index.html file. For example this one:</p>
<p>&lt;meta name=&#8221;verify-v1&#8243; content=&#8221;APQHRWkYjlXu3qz8s3lw2Uyu5qv+mlHTodEOcjAleE=&#8221; &gt;</p>
<p>Ok this is for google only, you won&#8217;t gain anything for it. It tells google that you are the webmaster and that you now can view important things of your site.</p>
<p>Ok there are some important things you can do like sitemap.xml. Right let us start with the sitemap, just upload it to google and wait, till then you have to wait and wait and wait. It will take some time.</p>
<p>checkout <a href="http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-3/" target="_blank">step 3</a></p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google sitemap.xml step 3</title>
		<link>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-3/</link>
		<comments>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-3/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:30:29 +0000</pubDate>
		<dc:creator>Pottson</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://resources.ipott.com/pottson/?p=78</guid>
		<description><![CDATA[Again back with Some more steps check it out below.. [u]Step 3: Meta tags[/u] Meta tags are big, important and there are books of 100 pages about them&#8230; If you really want to learn much for it i suggest you use google and search for meta tags and read much! I&#8217;m going to cover over [...]]]></description>
			<content:encoded><![CDATA[<table><tr><td><p>Again back with Some more steps check it out below..</p>
<p>[u]Step 3: Meta tags[/u]<br />
Meta tags are big, important and there are books of 100 pages about them&#8230; If you really want to learn much for it i suggest you use google and search for meta tags and read much! I&#8217;m going to cover over the basics and most important once (don&#8217;t shoot me for not including all of them!)</p>
<p>So you got your html page, for example index.htmlitled Document</p>
<p>Hello everyone</p>
<p>Good now between the  tags where going to add or  tags. Like i said there are many meta tags but i am going over the basic</p>
<p>This is for giving a description about your site.</p>
<p>Here i give keyword, keywords are the words related for your site. If i make a site about cookies i might add following keywords: Cookie, good cookies, chocolate cookies. You separated them whit a ,</p>
<p>This tells the robot that they have to follow any link they will find. So a robot comes on your page then it will follow any link on that page. You can also use this to block a page so robots wont visit it.</p>
<p>Here we automatically refresh the page after 60 seconds.<br />
Your copyright comes here <img src='http://resources.ipott.com/pottson/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
who made the page<br />
the language (also important for google)<br />
This say when a robot has to revist the page every 30 days. (Remember our sitemap? you also can do it whit meta tags ) But because people spammed this most robots ignore it. But it does not hurt to include it <img src='http://resources.ipott.com/pottson/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Oke now here is my index.html page of my cookie site.titled Document<br />
Hello everyone</p>
<p>Do this for every page you got, but remember to add good keywords and description. There are also some online tools that prove to be the best meta generator, you can use them but a machine never can beat a human <img src='http://resources.ipott.com/pottson/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If your ready go to the next step, you should have by now, a sitemap.xml, robots.txt and your site.</p>
<p>Checkout <a href="http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-2/" target="_blank">Step 2</a></p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://resources.ipott.com/pottson/2009/04/google-sitemapxml-step-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

