<?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>WP Marketing &#187; webmaster tools</title>
	<atom:link href="http://wpmarketing.org/tag/webmaster-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmarketing.org</link>
	<description>Wordpress for Internet and Affiliate Marketing</description>
	<lastBuildDate>Mon, 07 May 2012 02:18:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Top 5 WordPress Plug-in for Internet Marketing &#8211; Google XML Sitemaps</title>
		<link>http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-google-xml-sitemaps/</link>
		<comments>http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-google-xml-sitemaps/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:03:04 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[top 5]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-google-xml-sitemaps/</guid>
		<description><![CDATA[Are you familiar with Google Webmaster Tool? If you are not, please take time to register Google Webmaster Tool first. Why ? Because it’s the valuable tool that will show you how Google crawls and indexes your site. By simply registering your domain, you can notify Google to start indexing your new website. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Are you familiar with <a href="http://www.google.com/webmasters" target="_blank">Google Webmaster Tool</a>? If you are not, please take time to register Google Webmaster Tool first. Why ? Because it’s the valuable tool that will show you how Google crawls and indexes your site. By simply registering your domain, you can notify Google to start indexing your new website. You can maintain multiple websites as many as you want. It’s free. Also, It will show you the errors occurred while crawling, so you can easily find out why your site is not being indexed.</p>
<p>Now before you submit your website, it is important to generate sitemap. The <strong><a href="http://sitemaps.org/protocol.php" target="_blank">Sitemaps protocol</a></strong> allows a webmaster to inform search engines (not only Google) about URLs on a website that are available for crawling. It is made of XML file listing all the files in your website indicating their importance (priority) and  change frequency.</p>
<p>Here is a sample Sitemap XML file.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;urlset</span> <span style="color: #000066;">xmlns:xsi</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> <span style="color: #000066;">xsi:schemaLocation</span>=<span style="color: #ff0000;">&quot;http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot;</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://wpmarketing.org/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-10-13T12:28:17+00:00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>daily<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1.0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://wpmarketing.org/privacy-policy/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-10-14T04:40:51+00:00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>weekly<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0.6<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-all-in-one-seo-pack/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-10-13T12:28:17+00:00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>monthly<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0.4<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://wpmarketing.org/2009/08/fighting-adblock/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-10-13T04:58:18+00:00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>monthly<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0.2<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
        <span style="color: #808080; font-style: italic;">&lt;!-- cutting off . It's too long to show here --&gt;</span>
&nbsp;
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>http://wpmarketing.org/about/<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/loc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009-08-05T12:08:20+00:00<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/lastmod<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>weekly<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/changefreq<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0.6<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/priority<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/url<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/urlset<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Basically, it is not that difficult to create the file, but tedious and lots of labor may be involved if done by hand manually. Especially for the blog site with frequent article posting, you will need a plug-in for that which would update the Sitemap automatically. So here is <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a> plug-in.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption1.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="xml-sitemap-option1" src="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption1_thumb.jpg" border="0" alt="xml-sitemap-option1" width="366" height="307" /></a></p>
<p>Basically his plug-in will create a XML-Sitemap of your WordPress blog. It will include all the WordPress pages and posts and even external pages that you defined. The sitemap is automatically updated whenever you modify any page or post, so it’s just convenient. It also notifies Google, Bing, Yahoo, and Ask.com automatically. You can’t ask for more.</p>
<p>It works pretty well right after the activation, but it is possible that you may need to create a file named sitemap.xml and/or sitemap.xml.gz in your WordPress root path and make them writable by webserver (If you are using Hosting providers with up-to-date system, you wouldn’t have problem).  And the default settings are good enough so you should not do anything else. But if you want to rebuild the sitemap, click on the ‘rebuild the sitemap manually’ link marked with Red box in the above image.</p>
<p>By default, Google XML sitemaps is automatically calculate the priority of each posts using the comment count of the posts. If you want to custom define the priority,  you can select ‘Do not use automatic priority calculation’ option in the &#8216;Post Priority’ group box.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption2.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="xml-sitemap-option2" src="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption2_thumb.jpg" border="0" alt="xml-sitemap-option2" width="366" height="164" /></a></p>
<p>Then you can use Priorities group box to specify custom priorities.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption3.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="xml-sitemap-option3" src="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemapoption3_thumb.jpg" border="0" alt="xml-sitemap-option3" width="366" height="269" /></a></p>
<p>You can easily check the sitemap by adding ‘sitemap.xml’ at the end of your WordPress URL. For example , <a href="http://wpmarketing.org/sitemap.xml">http://wpmarketing.org/sitemap.xml</a> . Here is the output.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemap.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="xml-sitemap" src="http://wpmarketing.org/wp-content/uploads/2009/10/xmlsitemap_thumb.jpg" border="0" alt="xml-sitemap" width="366" height="249" /></a></p>
<p>Now that you have the sitemap ready,  you can go to your <a href="http://www.google.com/webmasters/start" target="_blank">Google Webmaster Tool</a> account and add your sitemap.</p>
<p><a href="http://wpmarketing.org/wp-content/uploads/2009/10/googlewebmastersitemap.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="google-webmaster-sitemap" src="http://wpmarketing.org/wp-content/uploads/2009/10/googlewebmastersitemap_thumb.jpg" border="0" alt="google-webmaster-sitemap" width="366" height="184" /></a></p>
<p>One extra feature would be nice &#8211; To be able to define priority per post and page. I hope the author is planning to add this feature soon.</p>
<p>Next plug-in will be about Plug-in for Google Analytics. Google Analytics is a free web statistics application provided Google.</p>
<p>Thank you for visiting <a href="http://wpmarketing.org">wpmarketing.org</a></p>
<p>* Google XML Sitemaps Website : <a title="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/</a></p>
<p>* References: List of other Sitemap generator tools (Not just for WordPress): <a title="http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators" href="http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators">http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmarketing.org/2009/10/top-5-wordpress-plug-in-for-internet-marketing-google-xml-sitemaps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fantastico WordPress Installation and WordPress Privacy Settings</title>
		<link>http://wpmarketing.org/2009/09/fantastico-wordpress-installation-and-wordpress-privacy-settings/</link>
		<comments>http://wpmarketing.org/2009/09/fantastico-wordpress-installation-and-wordpress-privacy-settings/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:06:01 +0000</pubDate>
		<dc:creator>HanaDaddy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[disallow]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[privacy settings]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://wpmarketing.org/2009/09/fantastico-wordpress-installation-and-wordpress-privacy-settings/</guid>
		<description><![CDATA[Did you use your CPanel’s Fantastico module to install WordPress and you are having hard time promoting your WordPress website? Check your privacy settings now! It’s probably because your Privacy Settings is set to search engine “blocking” mode which says “I would like to block search engines, but allow normal visitors”. You should click on [...]]]></description>
			<content:encoded><![CDATA[<p>Did you use your CPanel’s Fantastico module to install WordPress and you are having hard time promoting your WordPress website? Check your privacy settings now!</p>
<p>It’s probably because your Privacy Settings is set to search engine “blocking” mode which says “I would like to block search engines, but allow normal visitors”.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://wpmarketing.org/wp-content/uploads/2009/09/image.png" border="0" alt="image" width="504" height="213" /><br />
You should click on the Settings , Privacy menu , and allow search engines by selecting “I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers” option.</p>
<p>I have been using WordPress and performed installation several times in the past using the WordPress default installation index.php file. But decided to try Fantastico this time because it simplifies the setup process. There is no separate DB setup process , quicker and faster setup. I liked it. But then I guess Fantastico’s WordPress predefined options for privacy setting was to block search engines.<br />
<span id="more-255"></span><br />
Usually you would start promoting your website by submitting your site to Search engines Directories and social bookmarking websites. Then search engines would crawl to your website and index pages within few days.  But I found the problem when my new website not being indexed , but also AdSense was not working at all.</p>
<p>The AdSense AD always showed Public Ads. As long as I understand, public Ads are showing when Google does not properly analyzed the webpage yet. Then I checked with Webmaster tools and I found robots.txt was blocking the webbots from crawling.</p>
<p>I am not sure if this behavior is only applied to Hostgator, but highly possible that most of the other hosting provider’s Fantastico might be the same, installing WordPress with blocking mode.  So be careful and check privacy setting after installation if you use other similar setup tools to install WordPress.</p>
<p>If you use the original setup that comes with WordPress zip package, it asks for the privacy settings during the setup. I guess simpler is not always the better.</p>
<p>Some ways to check your websites heath.</p>
<p><strong>1. Check if your site is properly cached in the search engine:</strong> For Google Search, you can use special search command “site:” to find out if your website is properly indexed with the Google. (Eg. “site:wpmarketing.org”) If you searched your domain with “site:” prefix and no results came out, you should suspect and check your robots.txt</p>
<p><strong>2. Check your robots.txt file</strong> : WordPress automatically generates ‘robots.txt’ when Permalink is on. It’s not an actual physical file, but WordPress is dynamically generating when requested. You can view the file by typing ‘robots.txt’ (Eg. <a href="http://wpmarketing.org/robots.txt">http://wpmarketing.org/robots.txt</a> )  Below example shows a sample robots.txt file content which is opened to Search Engines. Note that there is nothing showing right after “Disallow:” which is OK. If there is slash ‘/’ character showing after &#8220;Disallow:&#8221;, It means to disallow all content from being indexed by Search Engine. So watch out.</p>
<p>Good &#8211; Opened to Search Engine</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">User-agent: *
Disallow:</pre></div></div>

<p>Bad &#8211; Blocking Search Engine Request</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">User-agent: *
Disallow: /</pre></div></div>

<p><strong>3. Use Google’s webmaster tool to diagnose your sites health</strong>: Apply for the <a href="http://www.google.com/webmasters/">Google&#8217;s webmaster tools</a> and monitor your website. It shows current status or errors occurred during indexing or crawling your website. So you can easily find out where the problem is.</p>
<p>This is very important and you should be aware if you are starting a new website for internet marketing otherwise your website won’t be getting any traffic from search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpmarketing.org/2009/09/fantastico-wordpress-installation-and-wordpress-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: wpmarketing.org @ 2012-05-21 16:46:07 -->
