<?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>MyGoat.com</title>
	<atom:link href="http://www.mygoat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygoat.com</link>
	<description>We don&#039;t sell goats</description>
	<lastBuildDate>Sun, 24 Jan 2010 05:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Website plugins/widgets/add-ons and standards compliance</title>
		<link>http://www.mygoat.com/website-pluginswidgetsadd-ons-and-standards-compliance/</link>
		<comments>http://www.mygoat.com/website-pluginswidgetsadd-ons-and-standards-compliance/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:23:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=278</guid>
		<description><![CDATA[Have you modified your website software in any way - including with plugins or add-ons? Then you need to check that your website's pages are still based on standards-compliant code.]]></description>
			<content:encoded><![CDATA[<p>One of the great things about popular website platforms these days is the often bewildering number of modifications and add-ons that are available to customise your website from the basic out-of-the-box version. However, if you&#8217;re concerned about making sure that your web pages are correctly displayed and don&#8217;t break people&#8217;s browsers &#8211; and you should be, otherwise you may be driving away traffic! &#8211; it pays to be a little bit careful about which add-ons you choose.</p>
<p>Generally, the basic version of a website platform &#8211; like phpBB (the popular forum software) or WordPress (the software that powers this blog and countless others worldwide) &#8211; generates standards-compliant code (most commonly HTML or XHTML) if it&#8217;s not tampered with. Many of the plugins or mods that are written to accompany them are carefully tested to ensure that they work properly within the basic version and don&#8217;t mince up the page code. But, on the other hand, many of them aren&#8217;t. And even with the ones that are, it may be that your server software exposes a bug that the original script author&#8217;s test server didn&#8217;t.</p>
<p>So be sure to go back and revalidate your pages whenever you&#8217;ve installed a new plugin, to make sure that they still meet the standards. It&#8217;s worth revalidating from time to tame anyway, even if you haven&#8217;t added any new plugins &#8211; your hosting provider may have updated the server software.</p>
<p>The World Wide Web Consortium (W3C) have several tools to help you do this &#8211; the most useful is their <a title="W3C Markup Validation Service - checks the markup validity of Web documents" href="http://validator.w3.org/" target="_blank">Markup Validation Service</a>, but they also have one for <a title="W3C CSS Validator" href="http://jigsaw.w3.org/css-validator/" target="_blank">CSS stylesheets</a> among others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/website-pluginswidgetsadd-ons-and-standards-compliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your theme cramping your style?</title>
		<link>http://www.mygoat.com/is-your-theme-cramping-your-style/</link>
		<comments>http://www.mygoat.com/is-your-theme-cramping-your-style/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:40:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress Links]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=269</guid>
		<description><![CDATA[You don't have to stick with the basic WP default theme! It's very easy to customise it, or even replace it with a totally different theme.]]></description>
			<content:encoded><![CDATA[<p>In our nine-step series about setting up a blog, we told you that the default WordPress theme would do for starters. This is true, as far as it goes. However, it&#8217;s very likely that after a while you&#8217;ll want to customise it more radically &#8211; or even replace it with another one &#8211; to make your blog site a bit more personal to you.</p>
<h3>The WordPress default theme</h3>
<p>The good thing about the default theme is that it&#8217;s very readily customisable &#8211; as long as you know what you&#8217;re doing with stylesheets and templates. Even if you don&#8217;t, there&#8217;s still plenty you can do with a little bit of help from the <a title="The WordPress Codex - all about this hugely popular free blogging software" href="http://codex.wordpress.org/Main_Page" target="_self">WordPress Codex</a> &#8211; a collection of &#8220;how-to&#8221; guides explaining all about WordPress, including the various template files, functions, and features of WordPress that make it such a flexible blog writing tool.</p>
<p>The only slight annoyance we&#8217;ve found with it is when it comes to the stylesheet. As of WP2.8.4 the stylesheet divides elements into:</p>
<ul>
<li>basic typography &amp; colours</li>
<li>structure</li>
<li>headers</li>
<li>images</li>
<li>lists</li>
<li>forms</li>
<li>comments</li>
<li>sidebar</li>
<li>calendar</li>
<li>various tags &amp; classes</li>
<li>captions</li>
</ul>
<p>This is all very well, as far as it goes &#8211; at least there&#8217;s some kind of logical structure to it. Unfortunately, there&#8217;s a good deal of overlap. For instance, if you want to edit the attributes of a &lt;h2&gt; header in the sidebar, you have to look under &#8220;basic typography&#8221; if you want to change the font family, weight, size or colour, or under &#8220;headers&#8221; if you want to change its margins or padding. The one place you wouldn&#8217;t look is under &#8220;sidebar&#8221;.</p>
<p>So be warned &#8211; have a good look through the stylesheet before you start editing it, otherwise you may find that your style changes are superseded further down the page.</p>
<h3>Other people&#8217;s WordPress themes</h3>
<p>There are a host of free WordPress themes available for the cost of just a little time and energy spent searching for them. You can find nearly a thousand in the <a title="WordPress Free Themes Directory" href="http://wordpress.org/extend/themes/" target="_blank">WordPress Free Themes Directory</a>, but a search engine will throw up many more.</p>
<p>These themes are also customisable, of course. The same basic principles apply as for customising the default WP template. However, you may find that it takes less effort to work out how to amend the stylesheet &#8211; or considerably more!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/is-your-theme-cramping-your-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain forwarding</title>
		<link>http://www.mygoat.com/domain-forwarding/</link>
		<comments>http://www.mygoat.com/domain-forwarding/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 07:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=262</guid>
		<description><![CDATA[How to set up domain forwarding to ensure that your primary domain gets maximum search engine benefit from any secondary domains you own.]]></description>
			<content:encoded><![CDATA[<p>Many website owners wisely buy related domain names at the same time as buying their chosen domain &#8211; after all, you don&#8217;t want your competitors to be able to occupy your space and benefit from misspellings and confusion between .com, .net, .org, .co.uk, etcetera.</p>
<p>Of course, you&#8217;ll be one of those wise website owners. But having bought the secondary domain names, you&#8217;ll want to make them work for you rather than lying idle. So the question arises: how can you set up domain forwarding on them so that your primary domain gets maximum benefit in the search engines?</p>
<h3>Make sure you have permanent (Code 301) redirects</h3>
<p>There are several ways of redirecting traffic, but the key point is to make sure that the redirect is handled as a permanent redirect (HTTP status code 301) rather than a temporary one (HTTP status code 302). Otherwise search engines may well penalise you for duplicate content &#8211; or at the very least fail to pass on link popularity from your secondary domain to your primary one.</p>
<p>Here&#8217;s a quick look at the various ways of redirecting traffic (from a *nix/Apache perspective &#8211; Windows servers have their own set of instructions):</p>
<h3>Entry in your httpd.conf file</h3>
<p>This is probably the neatest way of redirecting as it requires the server to carry out the instruction once only, rather than every time a page request is made. Unfortunately users of shared hosting are unlikely to have access to system files like httpd.conf, but your hosting provider may make the change for you if you ask nicely.</p>
<h3>Entry in your .htaccess file</h3>
<p>This is the second best option, and is probably good enough unless your secondary domain is attracting heavy traffic. You should be able to find the .htaccess file in your web root directory (often called &#8220;www&#8221; or &#8220;public_html&#8221;) &#8211; if not, make one and set the permissions to 644 (owner gets read-write permission, everyone else gets read-only). Then add this code:</p>
<p><code>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^([^.:]+\.)*secondarydomain\.co\.uk\.?(:[0-9]*)?$ [NC]<br />
RewriteRule ^(.*)$ http://www.primarydomain.com/$1 [R=301,L]</code></p>
<p>Any URL at the secondary domain (eg www.secondarydomain.co.uk/mygreatpage.htm) will then be automatically redirected to the primary domain (www.primarydomain.com/mygreatpage.htm).</p>
<p>You can also do individual page redirects if you need to, but that&#8217;s a rather more labour-intensive process.</p>
<h3>Registrar-provided URL forwarding</h3>
<p>Many domain registrars offer you the facility to forward traffic from one domain to another. Unfortunately, they usually use a temporary redirect (Code 302) to do this, so you may dilute your link popularity.</p>
<h3>Domain parking</h3>
<p>You can get your secondary domain &#8220;parked&#8221; on top of your primary domain so that when people request www.secondarydomain.co.uk/mygreatpage.htm, they&#8217;re actually shown the content from www.primarydomain.com/mygreatpage.htm &#8211; although the URL in their address bar is still on the secondary domain. This can lead to search engines listing both pages for the same content (and has been exploited by spammers for that reason), so it&#8217;s not a great solution.</p>
<h3>JavaScript meta-refresh redirects</h3>
<p>You can include a JavaScript snippet in your page header to redirect to a given page within a specified number of seconds. This can be time-consuming to set up if you&#8217;re dealing with a lot of pages, of course. It&#8217;s also frowned upon by the search engines because people have abused it by creating optimised content for one topic, then forwarding to a page flogging blue diamond-shaped pills or such like.</p>
<h3>Checking that it&#8217;s all working</h3>
<p>Whichever method you choose, you&#8217;ll need to check that it&#8217;s working properly and that you&#8217;re getting Code 301 redirects. There are several server header checking tools around &#8211; just do a search and you should find one that works for you. <a href="http://www.rexswain.com/httpview.html" target="_blank">Rex Swain&#8217;s HTTP Viewer</a> works well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/domain-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 ways to save time while building a website</title>
		<link>http://www.mygoat.com/10-ways-to-save-time-while-building-a-website/</link>
		<comments>http://www.mygoat.com/10-ways-to-save-time-while-building-a-website/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 11:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=256</guid>
		<description><![CDATA[[Re]Encoded.com has a useful article entitled 10 Ways to Save Time While Building a Website.   It includes tips and tricks about drop down menus, creating web forms, testing your website in different browsers, and lots more!   Not everyone is going to need or use all of these time-saving tips but there&#8217;s enough there that [...]]]></description>
			<content:encoded><![CDATA[<p>[Re]Encoded.com has a useful article entitled <a title="[Re]encoded.com: &quot;10 Ways to Save Time While Building a Website&quot;" href="http://www.reencoded.com/2008/08/04/10-ways-to-save-time-while-building-a-website/" target="_blank">10 Ways to Save Time While Building a Website</a>.   It includes tips and tricks about drop down menus, creating web forms, testing your website in different browsers, and lots more!   Not everyone is going to need or use all of these time-saving tips but there&#8217;s enough there that there&#8217;s bound to be at least a few things of use for most webmasters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/10-ways-to-save-time-while-building-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free website development classes</title>
		<link>http://www.mygoat.com/free-website-development-classes/</link>
		<comments>http://www.mygoat.com/free-website-development-classes/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:57:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Jennifer Kyrnin]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=249</guid>
		<description><![CDATA[I&#8217;m signed up to Jennifer Kyrnin&#8217;s free email newsletter.  There&#8217;s often some very useful information in there, and I think she really knows what she&#8217;s talking about. She&#8217;s the About.com guide to website design. About.com: Jennifer Kyrnin Her  latest newsletter has information about free web development classes on About.com.  Well worth a look! You can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m signed up to Jennifer Kyrnin&#8217;s free email newsletter.  There&#8217;s often some very useful information in there, and I think she really knows what she&#8217;s talking about. She&#8217;s the About.com guide to website design.</p>
<p><a title="About.com: Jennifer Kyrnin's biography" href="http://webdesign.about.com/bio/Jennifer-Kyrnin-5105.htm" target="_blank">About.com: Jennifer Kyrnin</a></p>
<p>Her  latest newsletter has information about <a title="About.com: free web development classes" href="http://webdesign.about.com/od/onlinetraining/a/blwebdevclasses.htm" target="_blank">free web development classes on About.com</a>.  Well worth a look!</p>
<p>You can also sign up for her free newsletter from that page.  Give it a try &#8211; and if you don&#8217;t like it, you can have your money back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/free-website-development-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking your blog&#8217;s performance: Analytics360°</title>
		<link>http://www.mygoat.com/tracking-your-blogs-performance-analytics360%c2%b0/</link>
		<comments>http://www.mygoat.com/tracking-your-blogs-performance-analytics360%c2%b0/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:03:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Measuring performance]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[MailChimp]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=237</guid>
		<description><![CDATA[We review MailChimp's Analytics360° plugin for WordPress, which integrates GoogleAnalytics and MailChimp stats with WP.]]></description>
			<content:encoded><![CDATA[<p>Once you&#8217;ve set up your WordPress blog and signed up for AdSense, you&#8217;ll want to know how well you&#8217;re performing.</p>
<p>There are all sorts of tools you can use to provide the information you need &#8211; and generally the more information you have, the better. Otherwise how are you going to be able to refine your blog so that you&#8217;re maximising your income?</p>
<p>GoogleAnalytics gives you a lot of information, of course. But a friend, <a title="The Management Blog - official blog of the Chartered Management Institute" href="http://blog.managers.org.uk/" target="_blank">Adi Gaskell of The Management Blog</a>, recently pointed us in the direction of a WordPress plugin called Analytics360° which integrates GA into your blog so that you can tell what effect your posts have had on your earnings. You can also integrate MailChimp stats if you&#8217;re using MailChimp for email marketing or publicity campaigns. (In case you hadn&#8217;t guessed, the plugin&#8217;s written by MailChimp.)</p>
<p>We installed it on a couple of our blogs to evaluate it. It was moderately useful in that it saved you having to go to the GA site. (We don&#8217;t use MailChimp, so that particular plugin facility wasn&#8217;t relevant to us.)</p>
<p>However, it had its limitations too. Most importantly, it didn&#8217;t provide nearly so much information as GA. But the integration &#8211; correlating traffic to posts &#8211; was limited to the first post on any given day. So if you&#8217;d made several posts on the same day, there was nothing on the traffic graph to show you that.</p>
<p>Verdict: It might be worth installing if you&#8217;ve got a MailChimp account. Otherwise, you&#8217;re as well to just open GA in a separate browser window and compare it with your post history.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/tracking-your-blogs-performance-analytics360%c2%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordTracker &#8211; key word research</title>
		<link>http://www.mygoat.com/wordtracker-key-word-research/</link>
		<comments>http://www.mygoat.com/wordtracker-key-word-research/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Promoting your website]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=220</guid>
		<description><![CDATA[Help your business to get noticed by choosing the right key words]]></description>
			<content:encoded><![CDATA[<p><a href="http://affiliate.wordtracker.com/n/_zTkvq1BAAIF5mM2OTkAQgAAKcxmMQA-A/" target="_blank"><img class="alignright" src="http://affiliate.wordtracker.com/v/oy_Tvq1BAAIF5mM2OTkAQgAAKcw-A/d/846/i?_=287479" border="0" alt="" width="125" height="125" /></a>Choosing the right key words to promote your business can help you get your website noticed in the search engines. I do key word research quite often, especially to look for niches where there is a lot of demand but not too much competition.  I&#8217;ve found that WordTracker is by far the best tool for keyword research.  (I also am affiliated with them so if you buy through my links, I&#8217;ll be most grateful for your support! Click on the WordTracker picture to the right.)</p>
<p>There&#8217;s lots on offer in there: as well as key word research tools (obviously!), they have articles and various other resources.  I find it&#8217;s a very useful resource, and I&#8217;ve been using it for years, but you don&#8217;t have to take my word for it.  The good news is that you don&#8217;t have to decide to buy straight away.  They&#8217;re currently offering a seven-day trial of the full version, so you can go in and test drive the whole thing.  Try before you buy!</p>
<p>(Please note: they do ask you for your credit card details at the time of signing up for the free trial.  So if you do go for the freebie and subsequently decide not to buy &#8211; don&#8217;t forget to cancel your subscription!)</p>
<p>By the way, you can also make money by <a title="Sign up to WordTracker's affiliate programme" href="https://affiliate.wordtracker.com/pjoin/ln1vc3gx" target="_blank">selling WordTracker as an affiliate</a>.</p>
<p>Firefox users might also like to know that <a title="Get WordTracker's SEO-blogger plugin for Firefox" href="http://labs.wordtracker.com/seo-blogger/" target="_blank">WordTracker offers a natty little plugin</a> that enables you to do your research in a sidebar whilst you&#8217;re working on your article. (Thanks to <a title="The Management Blog by Adi Gaskell" href="http://blog.managers.org.uk/" target="_blank">Adi Gaskell</a> for that tip.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/wordtracker-key-word-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>101 ways to make money online</title>
		<link>http://www.mygoat.com/101-ways-to-make-money-online/</link>
		<comments>http://www.mygoat.com/101-ways-to-make-money-online/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Making money from your website]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=172</guid>
		<description><![CDATA[How to make money online - 101 ways]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve already posted about affiliate networks and AdSense but we&#8217;re only scratching the surface &#8211; there are plenty more ways to make money online.   As you&#8217;d expect, some are more ethical than others.  Here&#8217;s an amusing list of them.  It&#8217;s funny but I think it&#8217;s also useful too.  Enjoy!<br />
<a title="experienced-people.co.uk: 101 ways to make money online" href="http://www.experienced-people.co.uk/1042-top-ways-of-making-money-online/" target="_blank">101 ways to make money online</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/101-ways-to-make-money-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google PageRank</title>
		<link>http://www.mygoat.com/google-pagerank/</link>
		<comments>http://www.mygoat.com/google-pagerank/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Promoting your website]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=153</guid>
		<description><![CDATA[Google PageRank - what is it and is it important?]]></description>
			<content:encoded><![CDATA[<h3>What is PageRank?</h3>
<p>I was going to write a little about PageRank including a definition, but there&#8217;s <a title="Wikipedia: Page Rank" href="http://en.wikipedia.org/wiki/Page_Rank" target="_blank">an excellent page on Wikipedia</a> with everything you could ever want to know, and more!  So, if you want to learn about Google PageRank, head over there.</p>
<h3>Is PageRank important?</h3>
<p>Hmmm.  This is a hotly debated question.  Some say that it bears no relation to SERPs (Search Engine Results Page), ie where your site is listed in a search engine.  Others say that it does affect SERPs because PR is included in Google&#8217;s algorithm.  Most people agree that PR isn&#8217;t worth fretting about.  It&#8217;s better to spend your time adding useful content.</p>
<p>One of the best places to go for insider information about what Google is doing is <a title="Matt Cutts's blog: Gadgets, Google and SEO" href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutts: Gadgets, Google, and SEO</a>.</p>
<p>Meanwhile, if you want to find out your site&#8217;s PR without installing the Google toolbar, here&#8217;s a nice little free tool: <a title="PRChecker.org's free PR checker tool" href="http://prchecker.org/" target="_blank">Free PR checker tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/google-pagerank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Google&#8217;s attention &#8211; pinging</title>
		<link>http://www.mygoat.com/getting-googles-attention-pinging/</link>
		<comments>http://www.mygoat.com/getting-googles-attention-pinging/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:04:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Promoting your website]]></category>

		<guid isPermaLink="false">http://www.mygoat.com/?p=129</guid>
		<description><![CDATA[It sounds like something a submarine would do, but pinging is how to get the search engines' immediate attention.]]></description>
			<content:encoded><![CDATA[<p>Updating your sitemap is all very well, but in these days of instant gratification most of us would rather have a way of letting the world know our latest news the moment it goes live. How do you do that? By pinging.</p>
<p>&#8220;Pinging&#8221; is a word in general computing use for the sending of a brief burst of information to find out if another computer is live on the network and can &#8220;hear&#8221; you &#8211; if it can, it sends an echo. (Think submarines and sonar, and you&#8217;ve got the general idea.) For blogs, it means a little bit more than that: it&#8217;s a brief burst of information, but this time it tells various search engines that you&#8217;ve just made a new blog posting. They then send their bots to check your site and update their listings with your new posting.</p>
<p>WordPress has a facility in the Writing settings to enable you to ping in this way. You&#8217;ll need to check your Privacy settings first to ensure that the facility&#8217;s enabled. It may not be a bad thing to disable it while you&#8217;re getting the site ready &#8211; no point in pinging with posts from a half-baked site. We turned it on today; with a dozen posts we thought there was enough content to justify it.</p>
<p>By default WordPress includes a link to <a title="WordPress Ping-o-Matic - automatic pings to several leading search engines" href="http://pingomatic.com" target="_blank">its own Ping-o-Matic facility</a>, which automatically pings several (currently 23) leading search engines including Google Blog Search, My Yahoo, Feed Burner and Technorati. </p>
<p>If you&#8217;d rather decide for yourself which blog search engines you&#8217;re going to ping, then that&#8217;s easy enough. Just go to the Writing page under Settings and add the URLs of all the specific search engines you&#8217;re interested in.</p>
<p>After that, all you have to do is hit the &#8220;Publish&#8221; button &#8211; the ping goes out at the same time. What could be easier?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygoat.com/getting-googles-attention-pinging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

