<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website Experts</title>
	<atom:link href="http://website-experts.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://website-experts.ca</link>
	<description>We love websites. Especially yours!</description>
	<lastBuildDate>Thu, 02 Sep 2010 18:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hiding and Showing Content in WordPress blogs</title>
		<link>http://website-experts.ca/how-to-hiding-and-showing-content-in-wordpress-blogs/</link>
		<comments>http://website-experts.ca/how-to-hiding-and-showing-content-in-wordpress-blogs/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 11:48:45 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Core Functionality]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=312</guid>
		<description><![CDATA[This is just a cool little trick that i thought I’d include for all you WordPress lovers out there.  When it comes to managing a website or blog today at some point you may want to show or hide certain content depending on the page your visitors are on or for some other reason (e.g. [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a cool little trick that i thought I’d include for all you WordPress lovers out there.  When it comes to managing a website or blog today at some point you may want to show or hide certain content depending on the page your visitors are on or for some other reason (e.g. &#8220;someone purchasing ad space on your website&#8221;, etc.).  With WordPress it’s entirely possible to hide certain content on various pages and have that content only appear on specific pages.</p>
<p>So with that understanding, if you want to only show a particular piece of content on the homepage of your WordPress and NOT have this content appear on any other page you can use the following snippet of code…</p>
<p><em>&lt;?php</em></p>
<p><em>if (is_home()) { ;?&gt;</em></p>
<p><em>&lt;a href=&#8221;"&gt;Your link here&lt;/a&gt;</em></p>
<p><em>&lt;?php } ?&gt;</em></p>
<p><em> </em></p>
<p><em>Another option to code content to only show in the front page of your WordPress website is to code using the following snippet of code…</em></p>
<p><em> </em></p>
<p><em>&lt;?php</em></p>
<p><em>if (is_front_page()) { ;?&gt;</em></p>
<p><em>&lt;a href=&#8221;"&gt;Your link here&lt;/a&gt;</em></p>
<p><em>&lt;?php } ?&gt;</em></p>
<p><em> </em><em> </em></p>
<p>Lastly, if you have content that you only want to show on a certain page (for example the “About” page) then you can use this code snippet…</p>
<p><em> </em></p>
<p><em>&lt;?php</em></p>
<p><em>if (is_page(&#8216;about&#8217;)) { ;?&gt;</em><em> </em></p>
<p><em>&lt;a href=&#8221;"&gt;Your link here&lt;/a&gt;</em></p>
<p><em>&lt;?php } ?&gt;</em></p>
<p><strong><em>Note:</em></strong><em> keep in mind that the above mentioned code snippets are useable with the standard WordPress functionality.  You’ll need to test to see if they work with your customized WordPress theme to ensure that they work.</em></p>
<p>Now you can hide certain content on your WordPress website depending on what and where you want to hide it!</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/how-to-hiding-and-showing-content-in-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plug-in Integration Pricing Coming Soon!</title>
		<link>http://website-experts.ca/plug-in-integration-pricing-coming-soon/</link>
		<comments>http://website-experts.ca/plug-in-integration-pricing-coming-soon/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 20:44:24 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[pricing guide]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=309</guid>
		<description><![CDATA[Because so many people who run websites these days do it using WordPress, Magento, Joomla!, Expression Engine and many other tools there are a lot of people looking to integrate their websites with existing plug-ins, add-ons and extensions already out there on the market today.
Because of this, the Website Experts thought it was high time [...]]]></description>
			<content:encoded><![CDATA[<p>Because so many people who run websites these days do it using WordPress, Magento, Joomla!, Expression Engine and many other tools there are a lot of people looking to integrate their websites with existing plug-ins, add-ons and extensions already out there on the market today.</p>
<p>Because of this, the Website Experts thought it was high time that we started to support and help the small business owners out there using these new technologies who are looking for some help installing, setting up and integrating which is why we are planning to release a pricing guide shortly that covers these small but important services.  Stay tuned in the coming weeks as we will be sending out an email campaign about this and if you haven’t downloaded our <a title="Web development pricing guide" href="http://website-experts.ca/pricingform" target="_self">current pricing guide then please do so by clicking here</a>!</p>
<p>Happy website building in the meantime!</p>
<p>Luc Arnold</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/plug-in-integration-pricing-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stage changes on your Website</title>
		<link>http://website-experts.ca/how-to-stage-changes-on-your-website/</link>
		<comments>http://website-experts.ca/how-to-stage-changes-on-your-website/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 14:25:04 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[staging]]></category>
		<category><![CDATA[staging your website]]></category>
		<category><![CDATA[website changes]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=275</guid>
		<description><![CDATA[If you own and operate a website then there is a great chance that you make changes to it on an ongoing basis.  The problem becomes when you make a change to your website and without any warning you’ve deleted something, changed something and you can’t figure what it was or how to fix it.  [...]]]></description>
			<content:encoded><![CDATA[<p>If you own and operate a website then there is a great chance that you make changes to it on an ongoing basis.  The problem becomes when you make a change to your website and without any warning you’ve deleted something, changed something and you can’t figure what it was or how to fix it.  I recently <a href="http://website-experts.ca/how-to-keep-track-of-website-changes-on-your-website/">talked about keeping a “change log” of changes to your website</a> and staging your website will help you control any changes that you make to your website.</p>
<p>This is where the idea of staging website changes comes in and it can allow you to test and test again before you deploy changes to your production or “live” website.  Pretty cool, right?  If you’re website runs using a database then you’ll need to create a backup copy first of the database for your staging environment.</p>
<ol>
<li>Backup your website files including HTML, CSS and any other files you host on your website using an FTP (File Transfer Protocol) client and make a backup of your database if your site uses one.</li>
<li>Create a directory either locally in your website’s hosting or buy a domain name and web hosting and host it separately.  You may also want to add “no follow” conditions to the staged website as you might not want search engines to index the pages.  This is normally something to be concerned about if your website is a highly ranked site but you should be aware of it regardless.</li>
</ol>
<p>After doing this you can stage the changes you make into your production website with ease and without frustration.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/how-to-stage-changes-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing blank pages on your WordPress site</title>
		<link>http://website-experts.ca/fixing-blank-pages-on-your-wordpress-site/</link>
		<comments>http://website-experts.ca/fixing-blank-pages-on-your-wordpress-site/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:40:58 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blank page of death]]></category>
		<category><![CDATA[Empty pages]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=272</guid>
		<description><![CDATA[Anyone who runs a content management system like WordPress knows that sometimes bad things can happen.  If you’ve upgraded recently one thing that has been troubling various projects that I work on is the “blank page of death” as it’s known by WordPress website owners and developers.
It also goes by other names like…
The white page [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who runs a content management system like WordPress knows that sometimes bad things can happen.  If you’ve upgraded recently one thing that has been troubling various projects that I work on is the “blank page of death” as it’s known by WordPress website owners and developers.</p>
<p>It also goes by other names like…</p>
<p><strong>The white page of death</strong> – Not to be confused with windows “blue screen of death” the white page is simply all you’ll see as panic begins to set in, but relax all is not lost</p>
<p><strong>The empty page</strong> – If you do a “view source” on the web page you’ll notice that the web page has absolutely no html source code</p>
<p>So if you are currently faced with this problem like I said, remain calm and don’t do anything irrational like deleting your database.  Here are a few places where the problem may exist…</p>
<p><strong>WordPress Theme</strong> – The easiest fix that I personally know of is simply deleting the WordPress theme your site uses when you are logged in with an FTP client (make sure you’ve done your backups before doing this) and upload a new copy to your &#8216;wp-content/&#8217; directory.</p>
<p><strong>WordPress Site Files</strong> – The next thing to do is to check your WordPress files, if you think that they may be the cause of the problem then you can either downgrade or rollback the version of WordPress you are using or delete and replace the site files (again making sure you backup your site’s files before doing this).</p>
<p>If you happen to have any problems after looking at these two areas of your WordPress website then the next step may involve seeking professional help as this may be a more serious problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/fixing-blank-pages-on-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PHP flush method in your website</title>
		<link>http://website-experts.ca/using-the-php-flush-method-in-your-website/</link>
		<comments>http://website-experts.ca/using-the-php-flush-method-in-your-website/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 14:38:54 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[flush]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP flush method]]></category>
		<category><![CDATA[website performance]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=270</guid>
		<description><![CDATA[For those of you looking for greater speed when it comes to website loading times all you need to do is “flush”. A good number of people who are running websites today use PHP to do so.
What you probably didn’t know is that you can use the flush method to clear the buffer when your [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you looking for greater speed when it comes to website loading times all you need to do is “flush”. A good number of people who are running websites today use PHP to do so.</p>
<p>What you probably didn’t know is that you can use the flush method to clear the buffer when your web page loads because after all slower web page loading times mean fewer visitors and a higher bounce rate. It’s all about keeping those “fans in the stands” when you are developing websites for human consumption.</p>
<p><strong>Using the flush() method</strong></p>
<p>It’s a relatively simple piece of code to use&#8230;</p>
<ol>
<li>Simply locate the head section of your website (Usually noted by the and HTML tags)</li>
<li>Place the following code after the end of the &lt; head &gt; HTML tag&#8230;</li>
</ol>
<blockquote>
<pre>      ... &lt;!-- css, js --&gt;
    &lt;/head&gt;
    <span class="hilite">&lt;?php flush(); ?&gt;</span>

    &lt;body&gt;
      ... &lt;!-- content goes here!--&gt;</pre>
</blockquote>
<ol>
<li>Its Rock N’ Roll time! Now your web pages will flush every time during a page load</li>
</ol>
<p>I hope that you found this useful for your website and speeding up the performance on your PHP website.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/using-the-php-flush-method-in-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An introduction to feedback analytics</title>
		<link>http://website-experts.ca/an-introduction-to-feedback-analytics/</link>
		<comments>http://website-experts.ca/an-introduction-to-feedback-analytics/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 03:28:19 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[feedback analytics]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=262</guid>
		<description><![CDATA[Have you ever wanted to know what your customers are thinking when they come to your website, buy something from your ecommerce store or find out what they think of your software?  If you have, then allow me to introduce the concept of “Feedback analytics”.  Feedback Analytics are based on customer feedback and they aren’t [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to know what your customers are thinking when they come to your website, buy something from your ecommerce store or find out what they think of your software?  If you have, then allow me to introduce the concept of “Feedback analytics”.  Feedback Analytics are based on customer feedback and they aren’t your ordinary analytics because they give you a great deal of insight into the most important part of your business… your customers… you know the people who buy from your business every day.</p>
<p><strong>So what kind of things can you improve with feedback?</strong></p>
<p>When you understand the problems that your customers face with your website or software you can begin to understand how you can make improvements to your website or software.  That is the true beauty of feedback analytics.  Here are a few scenarios that feedback analytics can give you greater depth and insight into…</p>
<p><strong>Having two or multiple versions of a website</strong> – Gaining insight into what your customers like and don’t like about your website when you are getting ready to make a change to your website can allow you to make a decision based on actual information allowing you to better predict the outcome.</p>
<p><strong>Find out why customers are abandoning their shopping carts</strong> – Wouldn’t it be nice if your customers could tell you why they left your ecommerce website when they were checking out?  Feedback analytics can give you the power to ask the question “Why?” and give your customers a voice.</p>
<p>If you are looking to gain further insight into why and how people do what they do on your website then feedback analytics can take over where web analytics ends.  The real difference is that feedback analytics give true insight into why people did what they did.  Web analytics can accomplish some of this but feedback analytics can provide more insight into those unanswered questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/an-introduction-to-feedback-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The one page checkout process explored!</title>
		<link>http://website-experts.ca/one-page-checkout-process/</link>
		<comments>http://website-experts.ca/one-page-checkout-process/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:41:00 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[multi page checkout]]></category>
		<category><![CDATA[one page checkout]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=258</guid>
		<description><![CDATA[If you are looking to develop an ecommerce website or your company already runs one in place then considering a one page checkout process over a multi-page checkout process may be a way to cut down the number of clicks and increase the amount of conversions your ecommerce website has.
Some ecommerce website owners prefer a [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to develop an ecommerce website or your company already runs one in place then considering a one page checkout process over a multi-page checkout process may be a way to cut down the number of clicks and increase the amount of conversions your ecommerce website has.</p>
<p>Some ecommerce website owners prefer a longer checkout process while others prefer a quick one page checkout.  To some degree, it is sometimes more of a personal preference especially when the choice is not based on statistics to back up the decision.  With that being said, it’s important to remember that running an ecommerce website means that you need to think about your customers and how they are going to use the website, how do you want them to checkout and how do you want to allow them to perform this process.</p>
<p><strong>Advantages of the one page checkout</strong></p>
<p><strong>The “all-in-one” solution </strong>– Just as it sounds a one page checkout is just that.  It allows you to checkout in one page (well technically 2 pages because once you’ve submitted sometimes a “thank you” page is generated but you get the point).  This is the selling point behind a one page checkout and it’s a great solution.</p>
<p>Sometimes the number of clicks a user must make to become a customer of yours causes them to drop off more than simply having the checkout process in one step however this isn’t always the case.  In the case of multi page checkouts, one common way to analyze the problem of people dropping off can be done using “sales funnel visualization” which can tell you a lot about where people are dropping off, where they entered the sales funnel and point you to possible reasons why they left without checking out of your ecommerce site.<strong></strong></p>
<p><strong>Disadvantages of the one page checkout</strong></p>
<p><strong>The big guys don’t use it </strong>- Many fortune 500 online retailers don’t use the one page checkout process on their website.  People seem to follow businesses that are successful so just because the one step checkout option is available people may choose to follow the success of online retailers over trying something different.</p>
<p><strong>There is no winning formula</strong> – When it comes to the checkout process on your ecommerce website there is no winning formula other then the formula that works for you.  Some ecommerce websites do better with a 3 step checkout and others perform better with just a single step checkout process.  In order to find what works best for your ecommerce website you need to plan, test, review and analyze the results and then do it all over again with a new test case.  The thing of it is that eventually you are going to find what works best for you.</p>
<p>If you are looking at your ecommerce website thinking “where do I start?” just remember to test and you may find that a one page checkout works just fine for you and if it doesn’t at least you know and in the meantime keep testing until you find your &#8220;checkout process mojo!&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/one-page-checkout-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing a Content Management System</title>
		<link>http://website-experts.ca/choosing-a-content-management-system-for-your-website/</link>
		<comments>http://website-experts.ca/choosing-a-content-management-system-for-your-website/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 17:00:43 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[Durpal]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Light CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=255</guid>
		<description><![CDATA[The concept of a content management system is not new.  They’ve been around for a number of years and today have largely allowed people to edit their own websites making it easier for everyone.  Having a content management system in place for your website can benefit your business in a number of ways from making [...]]]></description>
			<content:encoded><![CDATA[<p>The concept of a content management system is not new.  They’ve been around for a number of years and today have largely allowed people to edit their own websites making it easier for everyone.  Having a content management system in place for your website can benefit your business in a number of ways from making it easier to apply changes to your website instead of needing to edit the HTML directly.  It also allows you to use and integrate plug-ins, add-ons and extensions made to the core software that other developers release.</p>
<p>The number one thing that I hear when someone is looking to have a website developed for their business is that it they have to be able to make changes to it themselves which is one thing that implementing a content management system has going for it.</p>
<p>Depending on the content management system that you choose you can edit a number of things that make up the web pages in your website from the page title, meta tags, the URL path and the content of the page just to name a few areas without ever needing to touch the HTML source code of a web page.  Pretty cool indeed!</p>
<p><strong>Some of the best vendors for content management systems</strong></p>
<p>A number of web design and development firms have developed their own content management software to keep you dependent on them to make changes.  This goes against what a CMS (Content Management System) is supposed to for its users… make it easier to edit web pages.  So let me fill you in on a number of content management systems (CMS) that allow you to create and manage a website.</p>
<p><strong>WordPress</strong> – This is one of the most heavily downloaded, used and modified content management systems in the world.  It is built using a combination of PHP and mySQL so you’ll need a Linux/Unix based hosting solution to run this on your website but since almost ever web hosting provider uses this it makes the technology behind it highly accessible and easy to use.  The other thing that makes WordPress a great option to run your website on is that there is an endless amount of plug-ins that independent web developers have built for community use (in other words they’re free) that help you get around common problems faced today by website owners, designers and developers and countless other people.  <a href="http://wordpress.org/" target="_blank">Check out WordPress by clicking here!</a></p>
<p><strong>Drupal </strong>– Another heavily used content management solution that relies on its developer community.  Again it’s written using a blend of PHP and mySQL and is a good alternative to WordPress.  <a href="http://drupal.org/" target="_blank">Click here for more information about this CMS solution</a></p>
<p><strong>Joomla!</strong> – This CMS deserves a mention because it’s been around for a while, it has a good following of users and plenty of website owners use it every day to run their websites.  <a href="http://www.joomla.org/" target="_blank">Click here to check it out</a>!</p>
<p><strong>Light CMS</strong> – Light CMS is a little bit different kind of content management system in part because there is a licensing fee to use it.  Light CMS has the added comfort of not needing you to do any upgrades on the software because they (Light CMS) offer this included in the price of having a website with them.  It’s a great solution for those of you that don’t want to tinker around with your website to keep on upgrading it… it might be worth a shot to <a href="http://www.speaklight.com/" target="_blank">try it out!</a></p>
<p>If you are looking to run a website and even if you don’t hire us for your next project consider the above options when you think about having your own website.  There are a lot of options to have your own website and some might say a few too many but if you stick to a few key points then you can have an awesome website too!</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/choosing-a-content-management-system-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few free things you can do to get your business on Google</title>
		<link>http://website-experts.ca/a-few-free-things-you-can-do-to-get-your-business-on-google/</link>
		<comments>http://website-experts.ca/a-few-free-things-you-can-do-to-get-your-business-on-google/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 05:12:45 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Local Business Center]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=248</guid>
		<description><![CDATA[I come across this question every time I meet a potential client.  It usually comes up during discussions about their website and there is usually a point on their list of things to talk about centered around Google.  The truth is that people know they should have their business on Google but they just aren’t [...]]]></description>
			<content:encoded><![CDATA[<p>I come across this question every time I meet a potential client.  It usually comes up during discussions about their website and there is usually a point on their list of things to talk about centered around Google.  The truth is that people know they should have their business on Google but they just aren’t sure of how to do this.  This brings me to my first thing you can do to get your business on Google…</p>
<p><strong>Add your business listing to Google Local Business Center</strong></p>
<p>I’ve recently discussed adding your business listing to Google’s new Local Business Center.  If you haven’t had a chance to read up about it then <a title="Using Google Local Business Center" href="http://website-experts.ca/using-google-local-business-center-for-your-business/" target="_self">click here and read the article</a>.  It allows for a bunch of great features including being able to add your business hours, coupons for people interested in your business to use and most importantly your own listing available on Google Maps.  It’s a very good thing since there seems to be a movement towards local search.  Global search is great but people want to use the internet to find what’s around them quickly and easily and Google is helping you do this.  Yahoo! has also launched its own local search component on the Yahoo! search engine.</p>
<p><strong>Create a sitemap for your website</strong></p>
<p>Creating a sitemap won’t only help you get onto Google; it will also help you get onto other search engines.  Having a sitemap as a part of your website helps the bots also known as “spiders” or “crawlers” better index your website.</p>
<p><strong>Add your website and sitemap using Google Webmaster Tools</strong></p>
<p>The second thing that you can do to add your business to Google is what is known as submitting your website.  The great thing is that you can tell Google to go look for your website and you can even give it your sitemap if you’ve got one so that Google can crawl through your website and index it faster allowing you to get your business on Google.</p>
<p>Using these tools and best practices can help you gain visibility on Google.  Of course if you have the money to do so then using Google Adwords can also help you gain further exposure but I thought I would stick to the free ways of getting on Google.</p>
<p>Now go get your business on Google!</p>
<p>Luc</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/a-few-free-things-you-can-do-to-get-your-business-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep track of website changes on your website</title>
		<link>http://website-experts.ca/how-to-keep-track-of-website-changes-on-your-website/</link>
		<comments>http://website-experts.ca/how-to-keep-track-of-website-changes-on-your-website/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:56:07 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[Annotations]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://website-experts.ca/?p=241</guid>
		<description><![CDATA[Having and running a website means that at some point you are going to make changes.  The changes might be small like changing the branding or fonts on your website or bigger ones like changing the functional layout of the website.  Regardless of the size of the change to your website it can [...]]]></description>
			<content:encoded><![CDATA[<p>Having and running a website means that at some point you are going to make changes.  The changes might be small like changing the branding or fonts on your website or bigger ones like changing the functional layout of the website.  Regardless of the size of the change to your website it can have an impact on visitors to your website.</p>
<p><strong>Website Change Logs</strong></p>
<p>The concept of a “Change Log” is not a new thing and in fact it can be used on a project like a website and software development to document changes to a project and when you go back and look at any site analytics you are collecting and audit the changes made versus the health of your website you can begin to make insights into changes that had positive effects and also negative effects.</p>
<p>Change logs are also a great way to track work that web designers, programmers, developers and other web professionals are doing on your website because it allows you to go back in time and really see what changes may have lead to an issue you saw on your website.  Otherwise it can be like hunting for a needle in a haystack.</p>
<p><strong>A non-traditional take on a website change log</strong></p>
<p><strong><a href="http://website-experts.ca/wp-content/uploads/2010/03/GA_Annotations_01.jpg"><img class="aligncenter size-full wp-image-242" title="GA_Annotations_01" src="http://website-experts.ca/wp-content/uploads/2010/03/GA_Annotations_01.jpg" alt="" width="500" height="201" /></a><br />
</strong></p>
<p>Google Analytics recently added the ability to add annotations to your web analytics.  Annotations are just notes that you leave in Google Analytics and you can use them for anything.  In this case we are using them as a pseudo website change log but they’ve got plenty of other excellent uses.</p>
<p><a href="http://website-experts.ca/wp-content/uploads/2010/03/GA_Annotations_02.jpg"><img class="aligncenter size-full wp-image-243" title="GA_Annotations_02" src="http://website-experts.ca/wp-content/uploads/2010/03/GA_Annotations_02.jpg" alt="" width="500" height="115" /></a></p>
<p>Creating an annotation in Google Analytics is as easy as clicking “Create new annotation”, choosing the date you want the annotation to get appended to and of course your notes for the website change that you just made.</p>
<p>When you start to analyze the changes you are making to your website you can really begin to understand just exactly how what you do online has an impact on how people shop, find information, use resources or whatever they do on your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://website-experts.ca/how-to-keep-track-of-website-changes-on-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
