<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ViaVacanza</title>
	<atom:link href="http://viavacanza.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://viavacanza.wordpress.com</link>
	<description>Vacation Rental Marketing &#38; Development</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:24:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='viavacanza.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9c233eb9d581402d0f08f31a1ea403da?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>ViaVacanza</title>
		<link>http://viavacanza.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://viavacanza.wordpress.com/osd.xml" title="ViaVacanza" />
	<atom:link rel='hub' href='http://viavacanza.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Launching a New Website</title>
		<link>http://viavacanza.wordpress.com/2009/04/02/launching-a-new-website/</link>
		<comments>http://viavacanza.wordpress.com/2009/04/02/launching-a-new-website/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 22:45:14 +0000</pubDate>
		<dc:creator>viavacanza</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[rental management]]></category>
		<category><![CDATA[vacation rental management]]></category>
		<category><![CDATA[website launch]]></category>
		<category><![CDATA[website transition]]></category>

		<guid isPermaLink="false">http://viavacanza.wordpress.com/?p=45</guid>
		<description><![CDATA[I thought it would make sense to write a blog and include a few of the very important steps that companies should know before launching from an old website to a new.  After all, if you rely on you website as a major source of online booking revenue, you'll want to ensure that the transition is smooth and doesn't adversly affect reservations.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=45&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I was attending the <a title="Vacation Rental Managers Association" href="http://www.vrma.com" target="_blank">VRMA</a> Eastern Conference in Charlotte this week, I was talking at length with a rental management company about the launch of their new website. During our discussion I realized how little most companies know (even how little web development companies know or pretend to know) about all the steps involved in a successful website transition.</p>
<p>So I thought it would make sense to write a blog and include a few of the very important steps that companies should know before making the switch. After all, if you rely on you website as a major source of online booking revenue, you&#8217;ll want to ensure that the transition is smooth and doesn&#8217;t adversly affect reservations. I have seen this in many cases, especially when customers are in a rush to launch a new website and ESPECIALLY when web development companies are eager to meet their deadlines.</p>
<p><span id="more-45"></span></p>
<p>With that being said, here are a few major things to consider before launching:</p>
<p><strong>Redirecting Indexed Pages<br />
</strong><a href="http://4.bp.blogspot.com/_3Jmu6IWFr1M/SdVcWUEHb5I/AAAAAAAAACM/7DhMr4cH4Bw/s1600-h/Untitled-1.jpg"></a><br />
Your website no doubt has many indexed pages in Google. A typical vacation rental management website might contain from 200 to 2000 indexed pages. When launching a new website, often times page names change. Therefore, it&#8217;s imperative that all previously indexed pages are redirected to the new page names.There are several ways to do this, but there are two specifically that I will point out: 1) by implementing <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=93633">301 Redirects</a>. Essentially, what this tells Google (and other search engines) is that the page name has changed to a new name, so please update your index. Another option for ASP.NET developers is to use Custom URL Redirects in their Web.Config file. Basically, what this does is allow the new pages to be displayed even when the old page name or URL is accessed.An easy way to find out which pages of your website are indexed in Google is to type the following search into google: site:www.yourdomain.com</p>
<p><strong>Identify Popular Landing Pages<br />
</strong><br />
These are the pages that most of your website visitors arrive to your site on. For the vast majority of websites, this would naturally be your homepage. However, there generally are other pages on your site that are popular landing or entry pages. To see which pages are the most popular, you can use reporting software or services such as <a href="http://www.google.com/analytics">Google Analytics</a>.Once you identify any major landing pages, ensure new pages with similar content are created on the new website and redirect to them (see item #1 above).</p>
<p><strong>Updating Sitemaps </strong>Many sites now rely on XML sitemaps to deliver updated page changes to search engines, specifically Google using <a href="http://www.google.com/webmastertools">WebMaster Tools</a>. When launching a new website, it&#8217;s important to update your sitemap to include your new page names. When creating XML sitemaps for Google, you can even label which pages are more important, which helps Google to more accurately crawl, index and position your pages. For instance, setting your homepage to a priority level of 1.0 and your contact us page to a 0.5 will help ensure that your organic search results display your homepage link in the listing, thus channeling your visitors the appropriate way.Many web developers have the ability to create dynamic XML sitemaps that change automatically as you add or remove rental properties to your site. This can be an invaluable tool towards keeping your pages updated and newest pages indexed within Google.</p>
<p>These are just a few of the many important things to consider before transitioning or launching a new vacation rental management website, but there are many more. Feel free to shoot me an <a href="mailto:joe@viavacanza.com">email</a> for more ideas on the subject.</p>
<br />Posted in Website Tips Tagged: rental management, vacation rental management, website launch, website transition <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viavacanza.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viavacanza.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viavacanza.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=45&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viavacanza.wordpress.com/2009/04/02/launching-a-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5588c3df4e6f5defd23872aec946e8f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">viavacanza</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Vacation Rental Directory</title>
		<link>http://viavacanza.wordpress.com/2009/01/14/free-vacation-rental-directory/</link>
		<comments>http://viavacanza.wordpress.com/2009/01/14/free-vacation-rental-directory/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:49:07 +0000</pubDate>
		<dc:creator>viavacanza</dc:creator>
				<category><![CDATA[Website Tips]]></category>
		<category><![CDATA[vacation rental directory]]></category>
		<category><![CDATA[vacation rentals]]></category>

		<guid isPermaLink="false">http://viavacanza.wordpress.com/?p=49</guid>
		<description><![CDATA[A new online resource for vacation rentals called the Vacation Rental Directory.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=49&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new online resource for vacation rentals called the <a title="Vacation Rental Directory" href="http://vrdirectory.net">Vacation Rental Directory</a>. It provides a place for property owners and managers to submit their property information as well as for guests to research the best place to stay in their desired destination.</p>
<p><span id="more-49"></span></p>
<p>The part about this new website for owners and managers is that it&#8217;s absolutely FREE to list their property! They may include as much property information as they&#8217;d like and even link back to their own website. They may also include up to 20 photos per property!</p>
<br />Posted in Website Tips Tagged: vacation rental directory, vacation rentals <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viavacanza.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viavacanza.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viavacanza.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=49&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viavacanza.wordpress.com/2009/01/14/free-vacation-rental-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5588c3df4e6f5defd23872aec946e8f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">viavacanza</media:title>
		</media:content>
	</item>
		<item>
		<title>Market Your Property While Working With a Management Company</title>
		<link>http://viavacanza.wordpress.com/2008/04/14/market-your-property-while-working-with-a-management-company/</link>
		<comments>http://viavacanza.wordpress.com/2008/04/14/market-your-property-while-working-with-a-management-company/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 22:53:00 +0000</pubDate>
		<dc:creator>viavacanza</dc:creator>
				<category><![CDATA[Industry Tips]]></category>
		<category><![CDATA[market your property]]></category>
		<category><![CDATA[market your vacation rental]]></category>

		<guid isPermaLink="false">http://viavacanza.wordpress.com/?p=55</guid>
		<description><![CDATA[For many rental management companies, few words strike the same level of fear into their heart as by-owner rentals. But lately they have been catching on to the tactics of by-owners and instead of fighting against them, have learned to work with them.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=55&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For many rental management companies, few words strike the same level of fear into their heart as by-owner rentals. But lately they have been catching on to the tactics of by-owners and instead of fighting against them, have learned to work with them.</p>
<p>As a result, many rental management companies have set-up programs to work directly with the by-owner or have provided programs that provide the owner the best of both worlds. How is that?</p>
<p><span id="more-55"></span></p>
<p>Many management companies who typically would charge from 25-35% commission are now letting their owners advertise and accept bookings on their own at a reduced commission rate. I&#8217;ve seen from 10-20% with local management companies here in the Destin, Florida area. For property owners, you get the best of both worlds in that you can rely on the management company to market and rent your property, while at the same time you can advertise your property online, take as many bookings directly as possible and save yourself some commission.</p>
<p>For the property owner who likes the idea of by-owner vacation rentals but doesn&#8217;t have the time or energy, this is a great solution. I&#8217;d encourage to find a local and experienced management company that offers this type of program if it fits into your rental property plan.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/viavacanza.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/viavacanza.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viavacanza.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viavacanza.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viavacanza.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viavacanza.wordpress.com&amp;blog=7360005&amp;post=55&amp;subd=viavacanza&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viavacanza.wordpress.com/2008/04/14/market-your-property-while-working-with-a-management-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5588c3df4e6f5defd23872aec946e8f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">viavacanza</media:title>
		</media:content>
	</item>
	</channel>
</rss>
