<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;Type=RSS20" rel="self" type="application/rss+xml" /><title>Beth Kahlich - Internet Marketing Blog</title><description>For the latest posts - visit &lt;a href="http://bethkahlich.net/dallas-internet-marketing-blog"&gt;Beth's personal blog&lt;/a&gt;.
WSI Internet Marketing Consultant Beth Kahlich from Dallas, Texas shares her insights on the industry - with some great information and fun along the way.</description><link>http://wsiinternetworks.com/</link><lastBuildDate>Sat, 26 May 2012 19:41:58 GMT</lastBuildDate><docs>http://backend.userland.com/rss</docs><generator>RSS.NET: http://www.rssdotnet.com/</generator><item><title>Keeping Up With Internet Evolution</title><description>&lt;p&gt;Ten years ago, you could assume that 95% of&amp;nbsp;consumers&amp;nbsp;would be accessing your website via Internet Explorer&lt;br /&gt;
and viewing on a 15" desktop computer screen. Today, people access the Internet on everything from smartphones and tablet computers to desktop computers with screen sizes go all the way up to 27". So the question is, should you get a mobile website?&lt;/p&gt;
&lt;p&gt;The answer is a resounding "yes"! &amp;nbsp;&lt;/p&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=208899&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fKeeping_Up_With_Internet_Evolution%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Keeping_Up_With_Internet_Evolution/</guid><pubDate>Tue, 20 Dec 2011 23:43:00 GMT</pubDate></item><item><title>How to Optimize a WordPress Blog</title><description>WordPress can be tricky if you are on shared hosting. &amp;nbsp;Why? Because despite the fact that almost all hosting companies tout &amp;ldquo;unlimited&amp;rdquo; hosting, the only things that are unlimited are bandwidth and storage space. &amp;nbsp;Unless you are a household name like Apple.com, you are not going to get your host&amp;rsquo;s attention with your bandwidth or storage usage. However hidden in the small print of your hosting agreement is a limit on server CPU usage and the amount of RAM you can utilize at any given time. &amp;nbsp;If you are running a WordPress blog and have any traffic at all, you will eventually be limited. &amp;nbsp;Why?&lt;br /&gt;
&lt;br /&gt;
Hosts like to cram as many websites on a server as possible. &amp;nbsp;A blog that uses 10% of the server resources would bad for their ratios (websites/server) so they simply limit each site to 4-6%. &amp;nbsp;What does that mean for someone with a WordPress blog? It means that when you use up your portion of the server resources, further use of your website will be limited. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
So, why does it take so much of the server resources to run a blog? &amp;nbsp;WordPress is a dynamic platform that makes many requests of the server each time a page is loaded. &amp;nbsp;It is not unusual for there to be &amp;gt;100 objects loaded for 1 page of your blog. &amp;nbsp;Want to check your website? Go to: http://www.tools.pingdom.com.&lt;br /&gt;
&lt;br /&gt;
Eek! Now what?&lt;br /&gt;
&lt;p&gt;
Your host will try to sell you a dedicated virtual private server (VPS) to the tune of $150 or more a month. &amp;nbsp;Since typical hosting is ~$5/mo, a monthly charge like that can be the end of your blog. &amp;nbsp;There are a number of things you can do to optimize a WordPress blog and make it run more efficiently before throwing more money at it. &amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Check for malicious code using the WPAntiVirus plugin.&lt;/li&gt;
    &lt;li&gt;Use WP DB Manager plugin to optimize your database.&lt;/li&gt;
    &lt;li&gt;Remove all plugins that are not critical &amp;ndash; especially ones that are not being used.&lt;/li&gt;
    &lt;li&gt;Compress all images before uploading to your blog. &amp;nbsp;Do not use the &amp;ldquo;resize&amp;rdquo; option in WordPress to make your images smaller. &amp;nbsp;It results in 2 photos being uploaded instead of just 1 and it doesn&amp;rsquo;t optimize them for web viewing. &amp;nbsp;ROIT is a free program http://luci.criosweb.ro/riot/ that takes care of both resizing and optimizing.&lt;/li&gt;
    &lt;li&gt;If you will be including a lot of pictures in your blog posts, use a free service like Photobucket to store them. &amp;nbsp;Every image is an object&amp;hellip;the more objects, the more server resources are needed.&lt;/li&gt;
    &lt;li&gt;Use a caching program like WP Super Cache. &amp;nbsp;It can be a bear to configure, so go here for instructions: http://tentblogger.com/wp-super-cache/&lt;/li&gt;
    &lt;li&gt;Make sure your HTML (http://validator.w3.org/) and CSS (http://jigsaw.w3.org/css-validator/) code is validated. &amp;nbsp;Errors in the code are often corrected by the browser, but it uses extra time and server resources.&lt;/li&gt;
    &lt;li&gt;Avoid redirects unless they are critical to the function of your blog&amp;hellip;again, they take time and resources.&lt;/li&gt;
    &lt;li&gt;Be selective when using iFrames&amp;hellip;see above.&lt;/li&gt;
    &lt;li&gt;Be selective when using widgets, especially ones that have to go out and look for Tweets, FB Posts, etc&amp;hellip;see above.&lt;/li&gt;
    &lt;li&gt;Get rid of the custom &amp;ldquo;404 Not Found&amp;rdquo; page. &amp;nbsp;It is just one more thing the server has to process.&lt;/li&gt;
    &lt;li&gt;Use Feedburner or similar service to manage your RSS feeds. &amp;nbsp;If a function is handled on another server, it isn&amp;rsquo;t using your resources.&lt;/li&gt;
    &lt;li&gt;Use Google Search for site search. &amp;nbsp;It is free, and again, if it is handled on another server, it isn&amp;rsquo;t using your resources.&lt;/li&gt;
    &lt;li&gt;Remove post versions http://www.mydigitallife.info/how-to-delete-existing-wordpress-post-revisions-storedsaved/&lt;/li&gt;
    &lt;li&gt;Don&amp;rsquo;t post via email or using copy/paste from Word. &amp;nbsp;It adds excess formatting that has to be decoded by the server.&lt;/li&gt;
    &lt;li&gt;If you are going to present related posts to your readers, use the Efficient-Related-Posts plugin as it uses fewer resources than other similar plugins.&lt;/li&gt;
    &lt;li&gt;Turn off all email notifications. &amp;nbsp;If you are running a busy blog, you are probably in your Dashboard all day long. &amp;nbsp;There is no reason for the server to send you an email when you get a comment, if you are there to see it!&lt;/li&gt;
    &lt;li&gt;Click out of the Edit Post or Edit Page screen (go back to your Dashboard) when you are not editing. &amp;nbsp;WP saves a draft every so often and uses resources to do so.&lt;/li&gt;
    &lt;li&gt;Schedule backups for your slowest traffic period.&lt;/li&gt;
    &lt;br /&gt;
    &lt;em&gt;
    ** Advanced &amp;ndash; Do not follow the suggestions below unless you know what you are doing and/or are following detailed instructions. If not done correctly, the items below can permanently disable your blog.&lt;/em&gt;&lt;br /&gt;
    &lt;br /&gt;
    &lt;li&gt;Backup database in MyPhpAdmin.&lt;/li&gt;
    &lt;li&gt;Optimize and repair database in MyPhpAdmin.&lt;/li&gt;
    &lt;li&gt;Review the wp-options table in MyPhpAdmin and delete duplicate entries.&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;Remove tables that were created for plugins you are no longer using.&lt;/li&gt;
    &lt;li&gt;Hard code your title, blog description and other essentials in your header.php file.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;p&gt;
It is possible that after you address all the suggestions above to optimize your WordPress blog, you will still either be limited or shut down by your hosting provider. &amp;nbsp;In that case, contact &lt;a href="mailto:beth@wsiinternetworks.com"&gt;Beth&lt;/a&gt; for all your WordPress optimization needs.&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=206862&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fHow_to_Optimize_a_WordPress_Blog%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/How_to_Optimize_a_WordPress_Blog/</guid><pubDate>Mon, 31 Oct 2011 17:43:00 GMT</pubDate></item><item><title>GoDaddy Domains</title><description>&lt;a href="http://affiliate.godaddy.com/redirect/608659BF95C7A698CB5B336D9973EBC12CC9811C7257704833004606C239514C1C07C8DDBCA6A3AB138AC4F942E75A6CB495C0D9A56719D3163A6AF6BD716D3A"&gt;&lt;img src="http://affiliate.godaddy.com/ads/608659BF95C7A698CB5B336D9973EBC12CC9811C7257704833004606C239514C1C07C8DDBCA6A3AB138AC4F942E75A6CB495C0D9A56719D3163A6AF6BD716D3A" width="468" height="60" alt="Summer Savings! $7.49 .com" style="border-width: 0px;border-style: solid;" /&gt;&lt;/a&gt;&amp;nbsp;
&lt;p&gt;&lt;a href="http://affiliate.godaddy.com/redirect/608659BF95C7A698CB5B336D9973EBC12CC9811C7257704833004606C239514C1C07C8DDBCA6A3AB138AC4F942E75A6CB495C0D9A56719D3163A6AF6BD716D3A"&gt;GoDaddy Domains&lt;/a&gt; is the clear winner when it comes to domain registration. &amp;nbsp;They include a whole list of extras at no additional charge including:
&lt;/p&gt;
&lt;p&gt;&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE InstantPage website builder&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE personalized email&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE "Parked" page if you aren't ready to go live yet&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE domain forwarding and masking&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE email forwarding&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;FREE photo album (with or without password protection)&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;The features at &lt;a href="http://affiliate.godaddy.com/redirect/608659BF95C7A698CB5B336D9973EBC12CC9811C7257704833004606C239514C1C07C8DDBCA6A3AB138AC4F942E75A6CB495C0D9A56719D3163A6AF6BD716D3A"&gt;GoDaddy Domains&lt;/a&gt; are exceptional:&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Getting Started Guide&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Total DNS control&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Domain locking&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Auto-Renew protection&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;24/7 Technical Support, Sales &amp;amp; Billing&lt;br /&gt;
&amp;bull;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Status alerts on changes to your account&lt;br /&gt;
&lt;br /&gt;
Auto-renew is a critical feature if your website has brand-recognition. &amp;nbsp;When a domain expires, it is available to anyone who reserved it or anyone attempts to register it. &amp;nbsp;If someone gets to it before you renew, you could spend a tidy sum of cash to "get it back" in your hands.&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://affiliate.godaddy.com/redirect/608659BF95C7A698CB5B336D9973EBC12CC9811C7257704833004606C239514C1C07C8DDBCA6A3AB138AC4F942E75A6CB495C0D9A56719D3163A6AF6BD716D3A"&gt;GoDaddy Domains&lt;/a&gt; phone support is timely with most calls being answered within 10 minutes. &amp;nbsp;Their staff is knowledgable and courteous and they will find your answer no matter how long it takes.&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=206217&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fGoDaddy_Domains%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/GoDaddy_Domains/</guid><pubDate>Fri, 16 Sep 2011 14:59:00 GMT</pubDate></item><item><title>Search Engine Optimization (SEO) Demystified</title><description>&lt;p&gt;Creating and maintaining a website is an exercise in futility if nobody ever finds it. You can tell your friends and family, tweet, and post on Facebook, but if you don't conduct some search engine optimization on your website or run a good AdWords campaign, you aren't going to make money.&lt;/p&gt;
&lt;p&gt;Search engine optimization (SEO) is the process of making your site visible to the search engines so it is returned via natural or organic search results. Each search engine has an algorithm they utilize to return results that are most relevant to the keyword(s). Why? Because they want people to come back and use them again &amp;ndash; they are hoping you will click on the link(s) and ad(s) that put money in their pockets.&lt;/p&gt;
&lt;p&gt;It is impossible to optimize your website perfectly for all the search engine algorithms. However, there are some things you can do that will improve your rankings:&lt;/p&gt;
&lt;p&gt;1.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Research keywords used to find what you are selling. Go to Google and try to find it.&lt;/p&gt;
&lt;p&gt;2.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Use the &lt;a href="https://adwords.google.com/o/Targeting/Explorer?__c=1000000000&amp;amp;__u=1000000000&amp;amp;__o=kt&amp;amp;ideaRequestType=KEYWORD_IDEAS#search.none"&gt;Google AdWords tool&lt;/a&gt; and find out how many people actually search for that set of keywords every month.&lt;/p&gt;
&lt;p&gt;3.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Choose a set of keywords that succinctly identifies your item and gets ~1000 searches a month: &amp;ldquo;message bracelet&amp;rdquo;&lt;/p&gt;
&lt;p&gt;4.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Name your page using your keywords: &lt;a href="http://www.beadedroyalty.com/message-bracelet.htm" target="_blank"&gt;http://www.beadedroyalty.com/message-bracelet.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;5.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Use your keywords in the html coding of the website: &amp;nbsp; Title tag, Keywords tag, Description tag, Heading tag, Alt tag, Title tag&amp;nbsp;&lt;/p&gt;
&lt;p&gt;6.&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;	&lt;/span&gt;Use your keywords in the text of the webpage. A good keyword percentage is 4-6%...that means 4-6% of the words on the webpage should be your keywords. Using them naturally in unique content will render the best results.&lt;br /&gt;
&lt;br /&gt;
Do you have/want a website and need someone else to do this for you? The &lt;a href="http://www.wsiinternetworks.com"&gt;Dallas Internet Marketing Consultants&lt;/a&gt; at WSI Internet Works offer affordable search engine optimization. Contact us today.&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=206215&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fSEO_Demystified%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/SEO_Demystified/</guid><pubDate>Wed, 28 Sep 2011 17:15:00 GMT</pubDate></item><item><title>What Does an Effective Website Look Like?</title><description>&lt;p style="line-height: 16.8pt; vertical-align: baseline;"&gt;&lt;span style="font-family: arial; font-size: 12px; color: #333333;"&gt;An effective website takes a lot more than just filling in the blanks with a site builder.&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;Make it easy for people to find your website. Sure, you can tell your friends and post on Facebook, but those aren't necessarily going to bring your targeted audience. If people who want what you have don't find you, you aren't going to sell anything. Search engine optimization will go a long way towards helping the right people find your website.&amp;nbsp;&lt;br /&gt;
    &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;Buy a domain name. Free websites are one of the top reason for new website failure. Nothing screams, "I'm not serious about my business" like a free website. Domains only cost $10 a year, so there is no real reason to use a free domain.&lt;br /&gt;
    &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;Use professional photos and/or graphic design. The only way site visitors are going to see what you have is the photo(s). If your photo(s) are blurry, they might think you are trying to hide something or worse, that you don't care about your business. Take the time to take a good picture.&lt;br /&gt;
    &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;Tell your site visitors about yourself. Give a bio, take a family photo, your address and phone number. You might ask "what about the crazy people out there?" These days if someone wants to find you, they will. Using a PO box and/or referring to yourself as "the company" instead of "Jennifer" will only make people reluctant to part with their credit card information.&lt;br /&gt;
    &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;If you need help with any of the items above, don&amp;rsquo;t hesitate to contact Beth at WSI Internet Works &amp;ndash; your &lt;a href="http://www.wsiinternetworks.com"&gt;Dallas Internet Marketing Consultant&lt;/a&gt;.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=206213&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fWhat_Does_an_Effective_Website_Look_Like%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/What_Does_an_Effective_Website_Look_Like/</guid><pubDate>Wed, 28 Sep 2011 17:16:00 GMT</pubDate></item><item><title>Is Your Website the Only Way Customers Find You Online?</title><description>I talk to small business owners all the time who say - "Can you make my website appear on page one of Google?&lt;br /&gt;
&lt;br /&gt;
Of course every business owner wants that - but what about if you can dominate Google with more than just your actual website? What if you have more than one listing on the first page of Google?&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&lt;img alt="" src="/images/Screen shot 2011-05-07 at 11.30.59 PM.png" style="border-style: initial; border-color: initial; width: 55px; height: 200px; float: left; margin-right: 5px;         border-color: initial;border-width: 0px;border-style: solid;" /&gt;What if you can be &lt;strong&gt;found in multiple places&lt;/strong&gt;? For &lt;strong&gt;multiple keywords&lt;/strong&gt;?&lt;br /&gt;
&lt;br /&gt;
Also - what if you could &lt;strong&gt;optimize your social media presence&lt;/strong&gt; and start seeing real Return on Investment?&lt;br /&gt;
&lt;br /&gt;
I've got some great new marketing programs for businesses that want to "break through" and really generate business from their online presence.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;h4&gt;
Want to learn more?&lt;/h4&gt;
&lt;br /&gt;
&amp;nbsp;Watch this space in the coming months for our &lt;strong&gt;digital marketing training classes&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
In the meantime - never hesitate to contact me - I am happy to discuss your marketing plans and see if we are a good fit for your company.
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=194038&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fIs_Your_Website_the_Only_Way_Customers_Find_You_Online%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Is_Your_Website_the_Only_Way_Customers_Find_You_Online/</guid><pubDate>Sun, 08 May 2011 04:41:00 GMT</pubDate></item><item><title>23 Things to Ask Before You Redo Your Web Presence</title><description>&lt;meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /&gt;&lt;img alt="" src="http://www.wsiinternetworks.com/images/laptopinafield.jpg" style="border-style: initial; border-color: initial; float: left; margin-right: 10px; border-color: initial;        border-width: 0px;border-style: solid;" /&gt;&lt;a href="http://sethgodin.typepad.com/" target="_blank"&gt;Seth Godin&lt;/a&gt; published a great list of "&lt;a href="http://sethgodin.typepad.com/seths_blog/2009/09/things-to-ask-before-you-redo-your-website.html" target="_blank"&gt;Things to ask before you redo your website&lt;/a&gt;" in September of 2009.&lt;br /&gt;
&lt;br /&gt;
What I&amp;rsquo;ve discovered is that companies should be addressing these issues not only when they are redoing their website, but when they are looking to revise their overall online marketing strategy.&lt;br /&gt;
&lt;br /&gt;
People ask me all the time - who are good prospects for your business - if they can answer at least a handfull of these questions (or would like me to work with them to find the answers) they are a great prospect.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
In the spirit of great link building you may of course read the article on &lt;a href="http://sethgodin.typepad.com/seths_blog/2009/09/things-to-ask-before-you-redo-your-website.html" target="_blank"&gt;Seth's blog&lt;/a&gt; - but here are the main points of the list along with some of my comments...&lt;br /&gt;
&lt;h2&gt;Things to ask before you redo your website&lt;br /&gt;
&lt;span style="font-weight: normal; font-size: 12px; color: #000000;"&gt;&lt;em&gt;Posted by Seth Godin on September 18, 2009&lt;/em&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;What is the goal of the site?&lt;br /&gt;
    In other words, when it's working great, what specific outcomes will occur?&lt;br /&gt;
    &lt;meta charset="utf-8" /&gt;&lt;em&gt;&lt;span style="color: #4f81bd;"&gt;You'd be surprised how many people get stuck here - be targeted and specific.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Who are we trying to please? If it's the boss, what does she want?&amp;nbsp;&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;If the boss ain't happy ain't nobody happy :)&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Is impressing a certain kind of person important? Which kind?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Basic principal of marketing - know (I mean really know) your audience.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;How many people on your team have to be involved? At what level?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;The phrase too many cooks in the kitchen couldn't be more appropriate.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Who are we trying to reach? Is it everyone? Our customers? A certain kind of prospect?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;It's OK if you are just trying to reach your most profitable prospect - because the effort should always be about return on investment.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;What are the sites that this group has demonstrated they enjoy interacting with?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Usually these websites are clean, simple, and easy to use.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Are we trying to close sales?&lt;/li&gt;
    &lt;li&gt;
    &lt;meta charset="utf-8" /&gt;Do we want people to call us?&lt;/li&gt;
    &lt;li&gt;Are we telling a story?&lt;/li&gt;
    &lt;li&gt;Are we earning permission to follow up?&lt;/li&gt;
    &lt;li&gt;Are we hoping that people will watch or learn?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;We focus on the conversion goals of the site - what do you want to&amp;nbsp;achieve&amp;nbsp;- what does success look like?&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Do we need people to spread the word using various social media tools?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;An option in 2009 - not an option anymore.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Are we building a tribe of people who will use the site to connect with each other?&lt;/li&gt;
    &lt;li&gt;Do people find the site via word of mouth? Are they looking to answer a specific question?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Back to Social Media - do you have a plan? Do you understand the difference between pushing information out through Social Media (good) and actually interacting with people (better, but takes more&amp;nbsp;commitment)&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Is there ongoing news and updates that need to be presented to people?&lt;/li&gt;
    &lt;li&gt;Is the site part of a larger suite of places online where people can find out about us, or is this our one sign post?&lt;/li&gt;
    &lt;li&gt;Is that information high in bandwidth or just little bits of data?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Often these functions look one way when we first start a web presence project - we learn about how people are interacting with us and modify over time - nothing is ever static.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;How many times a month would we like people to come by? For how long?&lt;/li&gt;
    &lt;li&gt;
    &lt;meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /&gt;Does showing up in the search engines matter? If so, for what terms? At what cost? Will we be willing to compromise any of the things above in order to achieve this goal?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Our detailed reporting tells us how our online marketing efforts are increasing traffic to the site - so we can be proactive and responsive.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Who needs to update this site? How often?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Content management systems come in all shapes and sizes - but my general&amp;nbsp;observation&amp;nbsp;is that companies have&amp;nbsp;optimistic&amp;nbsp;goals about how often they will update their web presence - so you might not want to have the calendar of events on the home page :)&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;How often can we afford to overhaul this site?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Good clean design will help avoid having to frequently redo the look and feel of your online presence before it gets stale.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Will the site need to be universally accessible? Do issues of disability or language or browser come into it?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;
    Wider adoption of mobile-based sites - is giving this issue new importance.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;How much money do we have to spend? How much time?&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Another vote for keeping it simple and clean - focus on the areas where your money can&amp;nbsp;actually&amp;nbsp;give you a return on investment - like conversion improvements and other online marketing&amp;nbsp;activities.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;And finally - Does the organization understand that 'everything' is not an option?&amp;nbsp;&lt;br /&gt;
    &lt;em&gt;&lt;span style="color: #4f81bd;"&gt;Love it - and it couldn't be any truer - if you are struggling making your vision come to life online - take a long hard look at yourself.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Hopefully this information got you thinking - feel free to share! &lt;br /&gt;
When you're ready to start discussing your plans in more detail - reach out to me - email &lt;a href="mailto:beth@wsiinternetworks.com"&gt;beth@wsiinternetworks.com&lt;/a&gt; or on Twitter &lt;a href="http://twitter.com/#!/BethKahlich" target="_blank"&gt;@BethKahlich&lt;/a&gt;.&lt;/div&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=185565&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252f23-Things-to-ask-before-you-redo-your-web-presence%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/23-Things-to-ask-before-you-redo-your-web-presence/</guid><pubDate>Mon, 14 Mar 2011 01:00:00 GMT</pubDate></item><item><title>Business Masters Workshop This Friday</title><description>&lt;h1&gt;First Quarter 2011 Business Masters Workshop&lt;/h1&gt;
&lt;br /&gt;
Here are the details for our upcoming session for this Friday.&lt;br /&gt;
&lt;br /&gt;
WHAT:&lt;br /&gt;
&lt;br /&gt;
Our BMW program brings small business owners together for a few reasons:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;
    As an entry fee, each attendee must bring 1 challenge or issue to have discussed among the group, to act as an informal &amp;ldquo;Board of Directors&amp;rdquo;, and help all of us solve problems and challenges.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;
    Listen to compelling speakers on relevant small business topics. Each session has a different group of speakers for your business gain and continuing business education. This session will feature a topic speaker on&lt;strong&gt; internet marketing strategies&lt;/strong&gt;, and an &lt;strong&gt;experienced small business tax advisor&lt;/strong&gt;. Both speakers will give you real time value!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;
    A light lunch will be served, as our session goes for 11:30-1:30. We will start promptly, and end promptly, promise&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;At the end of each session, there occurs &amp;ldquo;natural networking&amp;rdquo; time for everyone to meet on a casual &amp;ldquo;one on one&amp;rdquo; basis.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Invaluable exchange of thoughts, ideas, solutions, and information to help you run your business more successfully&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
WHERE:&lt;br /&gt;
&lt;br /&gt;
The Principal Financial Group&lt;br /&gt;
5080 Spectrum Dr. #700 EAST TOWER&lt;br /&gt;
Addison, TX 75001&lt;br /&gt;
( Northwest corner of beltline &amp;amp; Tollway in the Wells Fargo tower, 7th floor)&lt;br /&gt;
Free secured underground parking available&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHEN:&lt;br /&gt;
&lt;br /&gt;
THIS FRIDAY 2/25 from 11:30-1;30pm&lt;br /&gt;
&lt;br /&gt;
WHY:&lt;br /&gt;
&lt;br /&gt;
Because we have found that most small business owners do not have trusted people to talk to, share ideas with, and help them solve their problems.&lt;br /&gt;
&lt;br /&gt;
Over the past 30 years, we have seen small business owners reach out for help too late.&lt;br /&gt;
&lt;br /&gt;
Our BUSINESS MASTERS WORKSHOP program was created to help the small business owner meet today&amp;rsquo;s challenges for success and increased profitability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YOUR PART IN OUR PROGRAM:&lt;br /&gt;
&lt;br /&gt;
We need you to RSVP that you will be attending no later than tomorrow by the end of the business day.&lt;br /&gt;
&lt;br /&gt;
Along with your RSVP, please email me your challenge to be discussed during the workshop as your entry fee.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;
    Seating will be limited to 15  business owners&lt;/li&gt;
    &lt;li&gt;
    RSVP TO Fred Shlesinger @ &lt;a href="mailto:shlesinger.fred@principal.com?subject=BMW%20RSVP"&gt;shlesinger.fred@principal.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
We look forward to having you share, and helping your business through our BMW program!
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=183323&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fBusiness_Masters_Workshop_This_Friday%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Business_Masters_Workshop_This_Friday/</guid><pubDate>Wed, 23 Feb 2011 14:41:00 GMT</pubDate></item><item><title>Quora - Question and Answer Website</title><description>I just found this great overview of the Quora on Mashable and wanted to share it with you.&lt;br /&gt;
&lt;br /&gt;
One of the most amazing things about being involved with technology - you are always a student!&lt;br /&gt;
&lt;br /&gt;
My clients and I work together, we collaborate and share ideas. Often my client has an amazing idea, but needs someone who knows how to navigate the online space to make their idea come to life. That's what I provide - the current expertise and the ongoing training so they know that the latest information is just a phone call away.&lt;br /&gt;
&lt;br /&gt;
In the meantime - let's learn together about this new popular website:&lt;br /&gt;
&lt;iframe height="345" frameborder="0" width="560" src="http://www.youtube.com/embed/TqjJUCib588?rel=0" type="text/html" class="youtube-player" title="YouTube video player"&gt;&lt;/iframe&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=180280&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fQuora_-_Question_and_Answer_Website%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Quora_-_Question_and_Answer_Website/</guid><pubDate>Sun, 30 Jan 2011 02:37:00 GMT</pubDate></item><item><title>Videos for Fun - and to make a point!</title><description>Many thanks to my WSI colleague Chuck Bankoff - he has put together a couple of videos that demonstrate many of the challenges we face as Digital Marketing Consultants. Please enjoy.&lt;br /&gt;
&lt;br /&gt;
My comment to everyone who is considering hiring a Digital Marketing Consultant:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;have a business plan&lt;/li&gt;
    &lt;li&gt;have a marketing budget &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;We are ready to help, but without these two essentials, it's very hard for us to make a difference for your business.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe height="390" frameborder="0" width="640" src="http://www.youtube.com/embed/1nc-ibP3Ze8" type="text/html" class="youtube-player" title="YouTube video player"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe height="390" frameborder="0" width="640" title="YouTube video player" class="youtube-player" type="text/html" src="http://www.youtube.com/embed/WaoKoD7wBCE"&gt;&lt;/iframe&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=179431&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fVideos_for_Fun_-_and_to_make_a_point!%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Videos_for_Fun_-_and_to_make_a_point!/</guid><pubDate>Sat, 22 Jan 2011 05:06:00 GMT</pubDate></item><item><title>Dallas Internet Marketing Consultant - The Digitization of Media</title><description>Our WSI Home office shared this video in Miami Beach, Florida last month when over 500 consultants from all over the world attended the latest Excellence &amp;amp; Innovation Conference. Couldn't resist sharing this great message.&lt;br /&gt;
&lt;br /&gt;
It's my personal passion to share digital marketing philosophy as a &lt;a href="http://www.wsiinternetworks.com"&gt;Dallas Internet Marketing Consultant&lt;/a&gt;. Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;object width="480" height="385"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/sj0b8sUdGYA?fs=1&amp;amp;hl=en_US" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed src="http://www.youtube.com/v/sj0b8sUdGYA?fs=1&amp;amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="385" width="480"&gt;&lt;/object&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=168358&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fDallas-Internet-Marketing-Consultant-The-Digitization-of-Media%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Dallas-Internet-Marketing-Consultant-The-Digitization-of-Media/</guid><pubDate>Wed, 20 Oct 2010 04:45:00 GMT</pubDate></item><item><title>Your Social Media Manager - Lessons Learned from Global WSI Conference</title><description>Is your company ready for a Social Media Plan? That can be one of the hardest questions to ask (and answer) and it's the first step you should take planning your future online activities of any kind and seeing measurable ROI.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="border: 0px solid; float: left; margin-right: 5px;" src="/images/Francois-Muscat2.jpg" /&gt;Last week's WSI Global Digital Marketing gathering in Miami hosted over 500 consultants. I was fortunate enough to sit in on my second training session with &lt;a href="http://www.francoismuscat.co.za/" target="_blank"&gt;Francois Muscat&lt;/a&gt;, a WSI Digital Consultant based in South Africa, whose mission is to teach how to best bring results to our clients.&lt;br /&gt;
&lt;br /&gt;
As an early-adopter of Social Media, I know how to work the social sites and how to engage with your potential customers. My clients are extremely happy with the advice and coaching I've provided them. However - Francois' training forms Social Activities into detailed planning and implementation strategies that are "back to basics" business practices we can now implement for our clients in a more holistic way.&lt;br /&gt;
&lt;br /&gt;
Can you tell I'm excited? My goal is to bring that excitement and desire for action to Your Social Media Plan, becoming your &lt;a href="http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Your-Social-Media-Manager-Lessons-Learned-from-Global-WSI-Conference"&gt;Social Media Manger&lt;/a&gt; (for a lot less than a full-time employee). Let's get started, give me a call today. &lt;br /&gt;
&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
A big thanks to &lt;a href="http://twitter.com/ericcook" target="_blank"&gt;Eric Cook&lt;/a&gt;, a WSI Consultant from Michigan for helping Francois run a truly effective training session. By the way - watch this space for more information on Eric's "Blogging to Build a Reputation" webinar, presented by WSI. More details are at &lt;a target="_blank" href="http://www.getwsipowered.com/"&gt;http://www.getwsipowered.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you aren't on my mailing list - shoot me an email at beth@wsiinternetworks.com and I'll make sure you get all the current updates. Or even better - Follow me on Twitter @Beth_Kahlich.&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.getwsipowered.com"&gt;&lt;img src="/images/BlogWebinarBanner_Horizontal.png" style="border: 0px solid;" alt="Blogging to Build a Reputation - Free Webinar" /&gt;&lt;/a&gt;&lt;br /&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=166237&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fYour-Social-Media-Manager-Lessons-Learned-from-Global-WSI-Conference%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Your-Social-Media-Manager-Lessons-Learned-from-Global-WSI-Conference/</guid><pubDate>Thu, 30 Sep 2010 20:07:00 GMT</pubDate></item><item><title>Driving Business With Local Search - Free Webinar on August 18th</title><description>&lt;p class="style5"&gt;Clear some time this Wednesday, August 18th at 1pm Eastern (12 noon Central) for a great, free webinar on how to stand out in the local search engine results.&lt;/p&gt;
&lt;p class="style5"&gt;Thomas Petty with WSI will be leading this webinar, and has has also written a great whitepaper on the subject. &lt;br /&gt;
&lt;a target="_blank" href="http://getwsipowered.com/localsearch"&gt;Download the whitepaper here, even if you can't make the webinar.&lt;/a&gt;&lt;/p&gt;
&lt;p class="style5"&gt;See below for a quick summary of what to expect:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p class="style5"&gt;&lt;span style="color: #17365d;"&gt;&lt;strong&gt;Your Customers Are Looking For You!&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p class="style12"&gt;&lt;span style="color: #17365d;"&gt;For the business
owner, it has never been more important to be found in their local town,
city or region for people who are already looking for them. Over 60% of
us prefer to do business with a local business in our own neighborhood.
This includes all kinds of &amp;ldquo;wallet-ready&amp;rdquo; businesses such as auto
repair shops, electricians, hair salons, attorneys, restaurants, and so
on. Each of these businesses has plenty of local competition.
Furthermore, competition for placement on the search engines is stiff.
How can a business stand out and easily be found by those who are
searching for them?&amp;nbsp; &lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p class="style12"&gt;&lt;span style="color: #17365d;"&gt;&lt;a href="http://getwsipowered.com/" target="_blank"&gt;&lt;img alt="" height="90" width="656" style="border: 0pt none;" src="/images/WebinarBanner_Horizontal.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=157709&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fDriving-business-with-local-search%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Driving-business-with-local-search/</guid><pubDate>Mon, 16 Aug 2010 14:15:00 GMT</pubDate></item><item><title>12 Tips for Choosing the Right Name for Your Website</title><description>&lt;img alt="" height="210" width="303" src="/images/iStock_000000224964XSmall.jpg" style="border: 0px solid; float: left; margin-right: 5px;" /&gt;What's in a name? More than you can imagine when it comes to naming your website.&lt;br /&gt;
&lt;br /&gt;
Several clients right now have us performing extensive keyword research to help determine the BEST names for their websites - in one case it's a blog and another it's an existing company who wishes to increase his online exposure with some smaller micro-sites.&lt;br /&gt;
&lt;br /&gt;
In doing my client's research, I came upon a terrific blog post over at www.seomoz.com - &lt;a href="http://www.seomoz.org/blog/how-to-choose-the-right-domain-name"&gt;12 Rules for Choosing the Right Domain Name&lt;/a&gt;.&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;br /&gt;
I encourage you to read it and also the comments below... a great lively discussion of many of the factors in choosing a website name.&lt;br /&gt;
&lt;br /&gt;
Clients often want to use their business name for their domain, but it may not always be the best domain to use. So advise my clients to go over to Go Daddy and purchase the website name of your company name - but when it comes to online marketing - choose a website name that's really "going to work" for you.
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=156605&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252f12-Tips-for-choosing-the-right-name-for-your-website%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/12-Tips-for-choosing-the-right-name-for-your-website/</guid><pubDate>Fri, 06 Aug 2010 03:03:00 GMT</pubDate></item><item><title>Improving Your Search Rankings with YouTube</title><description>&lt;strong&gt;"How can posting a YouTube video help with my ranking in Google?"&lt;/strong&gt; &lt;br /&gt;
Business owners are asking questions - because they may not see the relevance of using YouTube to gain search engine rankings - but it works!&lt;br /&gt;
&lt;br /&gt;
A great article was just posted to Mashable, The Social Media Guide about this very topic. It did a terrific job of not only explaining why it helps to have videos about your business - but even goes into detail on how to increase your SEO with a YouTube video.&lt;br /&gt;
&lt;br /&gt;
The article describes a 4 Step Outline for Improving SEO with a YouTube video:&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;Choosing the topic of your YouTube Video&lt;/li&gt;
    &lt;li&gt;How to record your video for YouTube (hint - home made videos are better, they look less like commercials)&lt;/li&gt;
    &lt;li&gt;Optimizing your YouTube video for Search Engines&lt;/li&gt;
    &lt;li&gt; Getting more people to view your video (hint - over 100 views gets your video indexed on Google)&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;&lt;br /&gt;
If you're ready to learn more - WSI is offering two FREE resources:&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="/online-video-marketing"&gt;Download a FREE Whitepaper on Online Video Marketing for Business
    &lt;br /&gt;
    &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;a href="/online-video-marketing" target="_blank"&gt;&lt;img alt="" src="../images/DownloadWhitepaper.gif" style="border: 0pt none;" /&gt;&lt;/a&gt;&lt;/blockquote&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="https://www1.gotomeeting.com/register/612310520" target="_self"&gt;Signup for a FREE Webinar on Online Video Marketing - Coming soon on April 29th&lt;br /&gt;
    &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
Plus, if you ever have any questions - contact me and I'll be glad to give you a complimentary review of what your online competition is doing and how you can compete. &lt;br /&gt;
&lt;a target="_blank" href="http://mashable.com/2010/04/16/boost-seo-youtube/"&gt;&lt;br /&gt;
To read the article from Mashable in more detail - click here.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
</description><link>http://wsiinternetworks.com/RSSRetrieve.aspx?ID=4094&amp;A=Link&amp;ObjectID=139473&amp;ObjectType=56&amp;O=http%253a%252f%252fwsiinternetworks.com%252f_blog%252fBeth_Kahlich_-_Internet_Marketing_Blog%252fpost%252fImproving-Your-Search-Rankings-with-YouTube%252f</link><guid isPermaLink="true">http://wsiinternetworks.com/_blog/Beth_Kahlich_-_Internet_Marketing_Blog/post/Improving-Your-Search-Rankings-with-YouTube/</guid><pubDate>Mon, 19 Apr 2010 01:18:00 GMT</pubDate></item></channel></rss>
