<?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/"
	>

<channel>
	<title>Build a Better Website Blog</title>
	<atom:link href="http://www.attractweb.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attractweb.com/blog</link>
	<description>Web design, SEO and internet marketing techniques for business owners.</description>
	<pubDate>Thu, 28 Jan 2010 17:31:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-browser compatibility and screen resolution concerns</title>
		<link>http://www.attractweb.com/blog/2010/01/cross-browser-compatibility-and-screen-resolution-concerns/</link>
		<comments>http://www.attractweb.com/blog/2010/01/cross-browser-compatibility-and-screen-resolution-concerns/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:31:24 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[cross-browser compatibility]]></category>

		<category><![CDATA[screen resolution]]></category>

		<category><![CDATA[validate html]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=138</guid>
		<description><![CDATA[Are you sure that all of your website visitors see the same thing when coming to your URL? There are many different viewing possibilities such as browser, screen resolution and individual PC color and contrast settings.  
]]></description>
			<content:encoded><![CDATA[<p>Are you sure that all of your website visitors see the same thing when coming to your URL? There are many different viewing possibilities such as browser, screen resolution and individual PC color and contrast settings.  View your site in various combinations to be sure that everyone receives the same experience.</p>
<p><strong>Strive for cross-browser compatibility</strong><br />
The same web page can appear differently when viewed in different browsers.  Internet Explorer, Mozilla Firefox, Safari, and others each display code differently, so you must be careful to view pages in each before going live.</p>
<div id="attachment_139" class="wp-caption alignleft" style="width: 201px"><img class="size-full wp-image-139" title="consultblue" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/consultblue.gif" alt="Do we all see the same page?" width="191" height="146" /><p class="wp-caption-text">Do we all see the same page?</p></div>
<p>Usually, you can find common ground by utilizing code (stylesheets/CSS) that all of the major browsers recognize, but there may be cases that you should create distinct versions of the same page(s).  Issues that may arise are the use of features such as image maps, frames, javascript, java applets, or operating system-specific controls.  Test in as many environments as possible!</p>
<p><strong>Layout and design for multiple screen resolutions</strong><br />
As mentioned earlier, another challenge is to make your pages attractive at various screen resolutions.  The vast majority of PCs display 1024 x 768 pixels while most laptops are set to 1280 x 1024.  There are still a number of surfers using 800 x 600.  Setting pages to show a set page width of 800 pixels will display the same on each of these, and if centered, will simply have larger left and right margins to those with greater resolution.</p>
<p><strong></p>
<div id="attachment_140" class="wp-caption alignright" style="width: 186px"><img class="size-full wp-image-140" title="designer" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/designer.gif" alt="Be careful with the code" width="176" height="151" /><p class="wp-caption-text">Be careful with the code</p></div>
<p>Validate your HTML code<br />
After designing pages, it&#8217;s a good habit to get into using HTML Validator software to reduce errors that could cause display problems in some browsers and penalize you in some search engines.<br />
</strong></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Cross-browser compatibility and screen resolution concerns" url="http://www.attractweb.com/blog/?p=138"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2010/01/cross-browser-compatibility-and-screen-resolution-concerns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Things to avoid on your website</title>
		<link>http://www.attractweb.com/blog/2010/01/things-to-avoid-on-your-website/</link>
		<comments>http://www.attractweb.com/blog/2010/01/things-to-avoid-on-your-website/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 17:12:34 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[audio]]></category>

		<category><![CDATA[entry pages]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[frames]]></category>

		<category><![CDATA[pop-up windows]]></category>

		<category><![CDATA[splash pages]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=132</guid>
		<description><![CDATA[Here are some things NOT to do when designing a website. You can annoy visitors to the point of driving traffic away forever.  Large files slow down pageloads.  Pop-up windows create more work and confusion for visitors. Splash or "entry pages" serve little purpose on most sites.]]></description>
			<content:encoded><![CDATA[<p>Here are some bad ideas&#8212;things NOT to do when designing a website. You can annoy visitors to the point of driving traffic away forever.  Large files slow down pageloads.  Pop-up windows create more work and confusion for visitors. Splash or &#8220;entry pages&#8221; serve little purpose on most sites.</p>
<p><strong>No pop-up windows</strong><br />
Don&#8217;t annoy visitors with automatic pop-up windows.  It is fine to allow new windows to open when links or text or images are moused over or clicked on, but let the viewer control that decision.  And provide a “close” button if the window does not disappear by itself.</p>
<p><strong>No spaces in file names</strong><br />
Filenames (including page files and images) should not contain spaces.  Some servers do not support spaces.  The underscore may be used. <br />
These are good:  &#8220;bob3.jpg&#8221;, &#8220;about_us.html&#8221;.<br />
These are not good:  &#8220;bob 3.jpg&#8221;, &#8220;about us.html&#8221;.</p>
<p><strong>Audio must be controlled</strong><br />
Sound files must be used with caution.  If appropriate, automatic sound bites or background music can add to viewers&#8217; experience. Give visitors control to turn on and off.  Music can seem very unprofessional for most business sites.  Even on more casual websites, it must be remembered that many viewers&#8212;particularly at the workplace&#8212; have speakers turned off.  Sound files can also cause delays in loading pages if not properly optimized or incorporated.   </p>
<p><strong>Optimize image files<br />
</strong>Compress image files which can cause slow page loading.  Especially if a viewer is using dial-up, a 25 KB image loads more quickly than a 200 KB one, and a 2 or 4 MB photo (right out of a digital camera) can cause severe delays. Don&#8217;t make your customers wait! </p>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<div id="attachment_134" class="wp-caption alignleft" style="width: 191px"><img class="size-full wp-image-134" title="camera11" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/camera11.gif" alt="Reduce file size of images" width="181" height="193" /><p class="wp-caption-text">Reduce file size of images</p></div>
<p>Once you or your webmaster learns how to crop photos and resize them to proper width and height for the web, adding new photos will be quick and easy.  Open the image in editing software such as Photoshop, Windows Picture and Fax Viewer, or another program that came installed on your PC or came with your digital camera, scanner or printer. Specific procedures for using Microsoft Paint are listed at <a href="http://www.AttractWeb.com/images.php">http://www.AttractWeb.com/images.php</a>. You should &#8220;Save As&#8221; a different name, so that you still have the full size original.</div>
<p style="text-align: left;"><strong>Don’t overdue multimedia<br />
</strong>Beware of excess multimedia – too many cool effects can cause confusion and hurt search engine rank.  Multiple blinking or moving images can make your site look like a circus.  Even an expertly created Flash movie can detract from nearby text if it commands too much attention.  Keep visual effects as subtle as possible, unless you happen to be a circus, or children&#8217;s site or rock band.</p>
<p style="text-align: left;"><strong>Avoid &#8220;Splash&#8221; or entry pages</strong><br />
Stay away from &#8220;Splash&#8221; pages unless it&#8217;s vital for you to convey an artsy or glamorous feel and can afford the risk of losing visitors. An entry page is usually the index or main page that directories and search engines would review and refer visitors to.  If there is little more than a movie or a handful of words, the search engine tigers will be furious for being given so little content to eat.  Visitors who are pressed for time may not be happy to have to click &#8216;enter&#8217; to get to the meat of the site either. <br />
If at all possible, try to combine your impressive introduction to the website with the general overview of home page material.  In that way, your video, Flash movie or slideshow is directly supporting the words of description on the page.</p>
<div id="attachment_135" class="wp-caption alignright" style="width: 161px"><img class="size-full wp-image-135" title="computer" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/computer.gif" alt="Don't be too Flashy" width="151" height="121" /><p class="wp-caption-text">Don&#39;t be too Flashy</p></div>
<p style="text-align: left;"><strong>Do not overuse Flash</strong><br />
To make websites more visually appealing and interactive, many designers specialize in using Adobe (Macromedia) Flash software.  Flash movies may be integrated into pages or entire websites may be constructed with Flash.  The danger is that more Flash means less content as far as Search Engines are concerned.  A completely Flash site offers no text for the tigers to feed on since it is all just movies and images on each page.  Even the internal links can&#8217;t be seen, so Search Engine &#8220;spiders&#8221; fail to see (and index) all of the pages on the site. </p>
<p>Flash is fine if used on pages or websites that visitors are already aware of or directed to from more search engine friendly pages.  They can offer video game types of visual experiences that are attention grabbing for artistic or entertainment related themes.</p>
<p style="text-align: left;"><strong>Don&#8217;t use Frames</strong><br />
By designing a site with &#8220;frames&#8221;, certain sections of a page remain in place while others (usually the main section) can scroll up and down.  This is useful for maintaining a navigation area on the screen while reading long pages.  But search engines have difficulty indexing pages, so they are not worth the effort.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Things to avoid on your website" url="http://www.attractweb.com/blog/?p=132"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2010/01/things-to-avoid-on-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create user friendly websites</title>
		<link>http://www.attractweb.com/blog/2010/01/create-user-friendly-websites/</link>
		<comments>http://www.attractweb.com/blog/2010/01/create-user-friendly-websites/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:57:46 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[avoid distractions]]></category>

		<category><![CDATA[clean web design]]></category>

		<category><![CDATA[updated information]]></category>

		<category><![CDATA[user friendly websites]]></category>

		<category><![CDATA[website visitors]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=128</guid>
		<description><![CDATA[Show your visitors that you appreciate them and respect their valuable time. Provide beneficial information while making it easy to find what they need.
]]></description>
			<content:encoded><![CDATA[<p>Show your visitors that you appreciate them and respect their valuable time. Provide beneficial information while making it easy to find what they need.</p>
<p><strong>Provide beneficial information</strong><br />
Build trust by actually providing solid information.  Free information is good, but high quality free info can set you apart from the crowd.  Extensive FAQ or self-help sections of websites can start a priceless domino effect of word of mouth publicity.  Of course this works best for informational websites that draw revenue from advertisers, but it can improve the reputation and recognition of any organization and help you build a list of warm leads.</p>
<p><strong>Make it easy to contact you</strong><br />
Place contact info, or a link to it, on the top and/or bottom of each page.  Make your first choice of contact most conspicuous, such as easy-to-read phone number, possibly with smaller cell, fax, physical mailing address if they are secondary avenues.   </p>
<div id="attachment_129" class="wp-caption aligncenter" style="width: 340px"><img class="size-full wp-image-129" title="wgoju" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/wgoju.jpg" alt="Easy navigation keeps visitors happy" width="330" height="194" /><p class="wp-caption-text">Easy navigation keeps visitors happy</p></div>
<p><strong>Explain what makes you special</strong><br />
Why should visitors stay at your site for more than 5 seconds?  What separates you from the competition? What is your niche?  What valuable items or information are you offering at no or low cost?  Answer all of these on your home page and other main pages. <br />
Use the magic words:  Best, Free, Leader, Lowest prices, Most experienced, etc., then back it up on secondary pages with lists of features, testimonials from happy customers, statistics, side by side comparisons, product reviews from respected sources and instructions for best results.</p>
<p><strong>Say &#8220;Thank you&#8221;<br />
</strong>Thank your visitors for purchasing, completing a questionnaire or just visiting!  Look for opportunities to show your appreciation and they will remember your friendliness.<br />
Set this page up as confirmation of submitting a contact form.</p>
<p><strong>Keep information current</strong><br />
Consider a &#8220;Last Modified&#8221; date on time-sensitive material, particularly if there is any question as to if this could be relevant only to a previous date or version of the topic being discussed.  Caution:  Only use this if your content is clearly valid.  If the only date on a page is &#8220;copyright 1998&#8243;, visitors may assume that this page (and possibly others) is old and untrustworthy.</p>
<p><strong>Avoid distractions</strong><br />
Keep blinking text, scrolling text, animated GIF images, and sound files to a minimum.  Use these only if they highlight important sections of text and blend well with the look of the site.  Do not place too many of these moving features too close to each other, to avoid a nice page from seeming tacky.</p>
<div id="attachment_130" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-130" title="web1x" src="http://www.attractweb.com/blog/wp-content/uploads/2010/01/web1x.jpg" alt="Better code can speed up the website" width="400" height="152" /><p class="wp-caption-text">Better code can speed up the website</p></div>
<p><strong>Remind visitors where they stand<br />
</strong>Don’t rely on the memory of users.  If an article extends to a second page, repeat its title, possibly with the word “continued.”  During each stage of an online purchase, display the key transaction details on each page.  Include a &#8220;Back&#8221; button if they don’t wish to continue moving deeper into a particular area.  Guide them throughout your website, prompting them to take action when appropriate.  Clean navigation keeps visitors happy.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Create user friendly websites" url="http://www.attractweb.com/blog/?p=128"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2010/01/create-user-friendly-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internal and external page links</title>
		<link>http://www.attractweb.com/blog/2009/11/internal-and-external-page-links/</link>
		<comments>http://www.attractweb.com/blog/2009/11/internal-and-external-page-links/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:49:16 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[anchor text]]></category>

		<category><![CDATA[broken links]]></category>

		<category><![CDATA[external links]]></category>

		<category><![CDATA[internal page links]]></category>

		<category><![CDATA[link juice]]></category>

		<category><![CDATA[nofollow]]></category>

		<category><![CDATA[underline]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=122</guid>
		<description><![CDATA[Abide by 'best practices' for linking within a website and to other internet resources. Use appropriate colors, underlining, Anchor text and code to receive the most value.]]></description>
			<content:encoded><![CDATA[<p>Abide by &#8216;best practices&#8217; for linking within a website and to other internet resources. Use appropriate colors, underlining, Anchor text and code to receive the most value.</p>
<p><strong>Links must be obvious</strong><br />
Make internal and external links apparent (blue, underlined) and stand out from the rest of the text on page. If links are bold, make them a different color than other bold text. Roll-over effects such as lighting up are very helpful. It’s wise to include internal links within page text in addition to those in the navigation menu. It facilitates visitors finding the specific details they seek.</p>
<p><strong>Avoid underlining words that are not links</strong><br />
If links are underlined, don’t underline regular text. Visitors may become aggravated when they click on words that aren’t active links, since underlining is a conventional way to present them.</p>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-123" title="mccabe" src="http://www.attractweb.com/blog/wp-content/uploads/2009/11/mccabe-300x184.jpg" alt="Text links instead of buttons" width="300" height="184" /><p class="wp-caption-text">Text links instead of buttons</p></div>
<p><strong>Include keywords in Anchor Text of links<br />
</strong>Describe what you&#8217;re linking to, both internally and externally. You&#8217;ll get more credit by using search terms in the text of links. For example, let’s say you’re linking to a page about circus animals. &#8220;Click Here&#8221; doesn’t use terms people may search for, but &#8220;See circus animals&#8221; contains the exact phrase and will help give your circus animals page higher rank.</p>
<p><strong>Text links are more valuable than buttons<br />
</strong>Since buttons are basically images, even though they’re attractive, they don’t quite pull as much weight as standard text links, so if much of your navigation is based on clicking buttons or other images, at least include an additional set of text links (possibly at the bottom of the page). This keeps the tigers well fed and is also helpful to human visitors who find themselves at the bottom of long pages.</p>
<p><strong>Add more internal links<br />
</strong>Besides regular navigation links, include links within the text of pages to guide readers toward important (income-producing) areas.</p>
<p>• For long scrolling pages, links within text prevent people from having to go to top or bottom of page to move on.</p>
<p>• Contextual links make it easy for people to continue to the next step of the process as soon as they&#8217;re sufficiently excited. So you may want to include it in several places. Some people will want to read the whole page, but others will be happy to save time by continuing where they are being directed.</p>
<p><strong>Ensure that all links function correctly<br />
</strong>Remove dead or &#8220;broken&#8221; external links and test to be sure that all links function properly.  Bad links annoy visitors and penalize you in search engines.</p>
<p><strong>Tell search engine spiders which links to ignore</strong><br />
This is a little technical, but important. All links on a page share the total value of &#8220;link juice&#8221; that search engines assign. If there’s one link, it gets full credit.  Three links would mean each gets one third of the credit and so on. More links mean less value per link. If there are certain pages on your site that don&#8217;t require high search engine position (such as privacy policy or contact forms or other administrative pages), you can tell the spiders to ignore those links, thereby keeping higher credit among the more important internal and external links. We use the &#8220;<em>nofollow tag</em>&#8220;:<br />
&lt;a ref=&#8221;privacy.html&#8221; rel=&#8221;nofollow&#8221;&gt;Privacy Policy&lt;/a&gt;</p>
<p>Treat external links the same way. If a third-party website may have helpful information to visitors, add it. But include the &#8220;nofollow&#8221; tag if their search engine rank is not as important as other external links, such as a second website you may have yourself!</p>
<p>Find out more about best linking practices and <em>over 200</em> additional web design tips in my <a href="http://www.attractweb.com/websitedesign.php">Boost Your Website&#8217;s Profitability</a> eBook.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Internal and external page links" url="http://www.attractweb.com/blog/?p=122"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/11/internal-and-external-page-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Standard Fonts and Use of Page Text</title>
		<link>http://www.attractweb.com/blog/2009/11/standard-fonts-and-use-of-page-text/</link>
		<comments>http://www.attractweb.com/blog/2009/11/standard-fonts-and-use-of-page-text/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 03:36:55 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[center align]]></category>

		<category><![CDATA[installed fonts]]></category>

		<category><![CDATA[skimmable]]></category>

		<category><![CDATA[standard fonts]]></category>

		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=118</guid>
		<description><![CDATA[Content is still king, but you must be sure that it is easy to read by people and computers. The bulk of your site should use standard fonts so that as many browsers as possible will see it in the way you intended.]]></description>
			<content:encoded><![CDATA[<p><strong>Use standard fonts for text</strong><br />
Avoid utilizing fonts only you have installed on your computer. For those without them, they will be converted into a dull font and ruin the effect you were trying to achieve. Save special fonts for specific headers and convert them to images. The bulk of your site should use standard fonts so that as many browsers as possible will see it in the way you intended.</p>
<p>Recommended fonts for greatest compatibility are Arial, Verdana, Tahoma, Helvetica and Comic Sans MS.  Make sure your text is large enough to read, especially if your target audience includes seniors!</p>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-119" title="gndcollects" src="http://www.attractweb.com/blog/wp-content/uploads/2009/11/gndcollects-300x186.jpg" alt="Small text blocks &amp; white space, " width="300" height="186" /><p class="wp-caption-text">Small text blocks &amp; white space, </p></div>
<p><strong>Do not center align most or all text</strong><br />
A large amount of centered text can be difficult to read, so except for headings and maybe subheadings, left-align the majority of text across the site.</p>
<p><strong>Keep width of text blocks reasonable</strong><br />
Wide columns of text are difficult to read, so don&#8217;t allow them to stretch across the entire screen. Keep the width below five inches if possible</p>
<p><strong>Always check for errors</strong><br />
Check for spelling mistakes, incorrect grammar, and typos because even one error noticed can give the impression that you are uneducated, unprofessional or just not concerned with accuracy. Perfection is expected, so proof-read all pages manually before and after uploading.</p>
<p><strong>Avoid clutter and &#8220;busy&#8221; backgrounds</strong><br />
&#8220;White space&#8221; is important so text is easier to read and it is easier to decipher different sections of the page. Make sure that the text color contrasts enough with background colors or graphics to be easily read by your entire audience, especially if that includes visually impaired people.</p>
<p><strong>Be concise</strong><br />
Avoid too much text on main pages of site. Your home page may be fine with only a few paragraphs worth of text, as long as you cover the main points of your site. It is better to have more short pages than fewer long pages that can feel like more work to read through, as long as you keep in mind an approximate minimum of 300 words to give the search engines something to chew on. (each page of this book contains about 350 words) Main pages can direct visitors to more detailed pages.</p>
<p><strong>Make it easy to skim</strong><br />
I repeat: Use lots of subheadings and short paragraphs. Get ideas across quickly. If you are providing more details, put them farther down on page or give them a page of their own for those who are interested.</p>
<p>Many more ideas in <a href="http://www.attractweb.com/websitedesign.php">website tips eBook</a>!</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Standard Fonts and Use of Page Text" url="http://www.attractweb.com/blog/?p=118"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/11/standard-fonts-and-use-of-page-text/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email Marketing and Newsletters</title>
		<link>http://www.attractweb.com/blog/2009/11/email-marketing-and-newsletters/</link>
		<comments>http://www.attractweb.com/blog/2009/11/email-marketing-and-newsletters/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 01:19:42 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[email list]]></category>

		<category><![CDATA[email marketing]]></category>

		<category><![CDATA[monthly newsletters]]></category>

		<category><![CDATA[prospect list]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=114</guid>
		<description><![CDATA[One of the most effective internet marketing methods is gathering emails to build a list of prospects.  You can then either send individual (personal) messages and/or send messages to the entire list occasionally or on a regular basis.  This allows you to keep your products or services in front of prospects along with the opportunity to build a relationship with them.]]></description>
			<content:encoded><![CDATA[<p>One of the most effective internet marketing methods is gathering emails to build a list of prospects.  You can then either send individual (personal) messages and/or send messages to the entire list occasionally or on a regular basis.  This allows you to keep your products or services in front of prospects along with the opportunity to build a relationship with them.</p>
<p><strong>Build your list by gathering contact info</strong><br />
To use your website to generate a list of prospects, you can take many different avenues:</p>
<ul>
<li>Offer something for free (PDF, white paper, eBook) to anyone who submits their name and email address</li>
<li>Add a &#8220;Newsletter sign-up&#8221; form in prominent places on your site</li>
<li>Add a checkbox to receive regular emails on your contact form</li>
<li>Run a contest, take a survey, or any other way to gather addresses to add to the list.</li>
</ul>
<p><img class="alignleft size-full wp-image-115" title="mail" src="http://www.attractweb.com/blog/wp-content/uploads/2009/11/mail.gif" alt="mail" width="84" height="80" /></p>
<p>Once on the list, be sure that any regular emails allow for people to &#8220;opt out&#8221; so that you don&#8217;t start to annoy potential customers.  As long as it is the truth, tell them that their contact information will not be sold or shared.  Display a privacy policy to put visitors at ease.</p>
<p><strong>Marketing to your email list</strong><br />
The larger the database, the more valuable it is and the more worthwhile it is to take an organized approach to converting visitors into customers or to ensure a greater re-sale rate.  Individual or random messages can take lots of time.  Sending bulk emails in text or html format allow you to better track the information that is being sent out and give you more bang for the buck when you have timely promotions or new product announcements.</p>
<p><strong>Give FREE stuff or something of value!<br />
</strong>To ensure that people actually read your messages (and maybe even pass them on to friends), be sure to include useful information or offers that contain<em> real value</em>.  Don&#8217;t just try to sell, sell, sell or your messages will be ignored or sent to their spam folder.</p>
<p><strong>Email marketing vendors<br />
</strong>You should consider one of the popular email marketing software solutions to easily send bulk emails, formatted monthly newsletters and auto-responders to build your customer or prospect mail list.  They save time by providing newsletter templates that are easily customized with your logo, images, and information.  Lists are automatically updated.  Price depends on the number of contacts on your list and usually start at $9.95 per month or less. </p>
<p><strong>Start a free trial newsletter</strong><br />
Get more info or start a <em>free trial </em>for Constant Contact, Vertical Response, or iContact at our <a href="http://www.attractweb.com/email-marketing.php">email marketing page</a>.</p>
<p>Here are some of the benefits, according to iContact&#8217;s website:</p>
<li>iContact has whitelist agreements with major ISPs so our clients can enjoy industry-leading deliverability. A third-party company, Pivotal Veracity, scores our <strong>email deliverability rates</strong> between 98%-99%.</li>
<li><strong>Track the performance</strong> of your email blasts at a glance with our charts and graphs that are populated in real time.</li>
<li>Use one of our 250 <strong>professionally designed email newsletter templates</strong> or one of your own for beautiful permission-based email marketing campaigns.</li>
<li><strong>Easily set up</strong>, organize, and leverage your mailing list to boost your email marketing into overdrive!</li>
<li>iContact combines sophisticated features such as <strong>surveys, autoresponders, and RSS feeds</strong> into one easy-to-use all-inclusive product.</li>
<p><strong>Ready to start a free trial?</strong>  Check out Constant Contact, Vertical Response, or iContact at our <a href="http://www.attractweb.com/email-marketing.php">email marketing page</a>.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Email Marketing and Newsletters" url="http://www.attractweb.com/blog/?p=114"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/11/email-marketing-and-newsletters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Landing pages and Flash intros</title>
		<link>http://www.attractweb.com/blog/2009/10/landing-pages-and-flash-intros/</link>
		<comments>http://www.attractweb.com/blog/2009/10/landing-pages-and-flash-intros/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:48:35 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[entry page]]></category>

		<category><![CDATA[flash intro]]></category>

		<category><![CDATA[introduction pages]]></category>

		<category><![CDATA[landing pages]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=111</guid>
		<description><![CDATA[Using a "flashy" landing page as the standard entry to your site can cause more harm than good.  Flash movies can be cool and attention-grabbing, but if your visitor is looking for specific information on your site, the added time to view your cute little introduction could aggravate them enough to leave your site before they even arrive at your true Home page.]]></description>
			<content:encoded><![CDATA[<p>Using a &#8220;flashy&#8221; landing page as the standard entry to your site can cause more harm than good.  Flash movies can be cool and attention-grabbing, but if your visitor is looking for specific information on your site, the added time to view your cute little introduction could aggravate them enough to leave your site before they even arrive at your true Home page.</p>
<p><strong>Combine &#8220;Flash&#8221; with &#8220;Function&#8221;<br />
</strong>Instead of requiring visitors to click on &#8220;skip intro&#8221; or &#8220;enter site&#8221; after 5 seconds of wasted time, consider just making your actual main website page more interesting while maintaining easy navigation to each topic.   If you&#8217;re sure that surfers would enjoy your site more with some added excitement, just work backwards and include a cute little button to &#8220;View our movie&#8221; or &#8220;Watch us in action&#8221;.  You can have your cake and eat it too, but you&#8217;re not annoying the percentage of folks who want to be helped quickly.</p>
<p><strong>When entry pages are OK</strong><br />
To play it safe, take your cue from competing websites.  If you have a beer website and all of the other breweries play cool videos, maybe that&#8217;s what visitors will expect of you. (Just don&#8217;t forget to give them the &#8220;skip&#8221; option).  If you&#8217;re in the music or art field, an animation or brief movie makes more sense to showcase your talent.  A legal site with dancing lawyers could drive away visitors within seconds - even if the entire video actually would have made a good point if viewed to the end.</p>
<div id="attachment_112" class="wp-caption aligncenter" style="width: 230px"><img class="size-full wp-image-112" title="horizon2" src="http://www.attractweb.com/blog/wp-content/uploads/2009/10/horizon2.jpg" alt="Your road to more traffic &amp; sales!" width="220" height="165" /><p class="wp-caption-text">Your road to more traffic &amp; sales!</p></div>
<p><strong>Guidelines for media use</strong><br />
Everything on your site should support your message.  If a video really would be the easiest way to convey your thoughts, include the link prominently on your index page along with brief explanation such as:<br />
&#8220;See how we can help you in this 30 second video!&#8221;<br />
Give the viewer control and give the viewer the information they need.</p>
<p>Audio messages can be helpful, but speakers may not be turned on, so again, instead of the default being set to play an audio message when site is entered, show a link to click for the message and include an alternative such as a page with the same introductory text along with photos.  Even a PDF document that can be downloaded for easy printing (of course you list your website address and contact info on the pdf!!)</p>
<p>Make it easy for visitors to find what they want and put control into their hands and it&#8217;s more likely that they&#8217;ll stick around to the next step of the buying process!</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Landing pages and Flash intros" url="http://www.attractweb.com/blog/?p=111"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/10/landing-pages-and-flash-intros/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Site Structure and Uniform Layout</title>
		<link>http://www.attractweb.com/blog/2009/09/site-structure-and-uniform-layout/</link>
		<comments>http://www.attractweb.com/blog/2009/09/site-structure-and-uniform-layout/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 16:24:01 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[navigation menu]]></category>

		<category><![CDATA[site structure]]></category>

		<category><![CDATA[uniform layout]]></category>

		<category><![CDATA[website layout]]></category>

		<category><![CDATA[website navigation]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=105</guid>
		<description><![CDATA[Color schemes, font size, layout of pages, and navigation structure must be consistent throughout the site for the benefit of both humans and those search engine "tigers" that we want to keep well fed at all times!]]></description>
			<content:encoded><![CDATA[<p>Color schemes, font size, layout of pages, and navigation structure must be consistent throughout the site for the benefit of both humans and those search engine &#8220;tigers&#8221; that we want to keep well fed at all times!</p>
<p><strong>Functional and uniform layout</strong><br />
Keep navigation consistent and clear. It is the most important concern for good &#8220;usability&#8221;. Visitors are more likely to stay at your site when they realize how quickly they can find their way around. Keep the link names (&#8221;anchor text&#8221;) as simple as possible. Your home page link should be easy to find so people can &#8220;start over&#8221; if they get lost.</p>
<div id="attachment_107" class="wp-caption aligncenter" style="width: 210px"><img class="size-full wp-image-107" title="barx" src="http://www.attractweb.com/blog/wp-content/uploads/2009/09/barx.jpg" alt="Large link buttons are hard to miss!" width="200" height="123" /><p class="wp-caption-text">Large link buttons are hard to miss!</p></div>
<p><strong>Understandable Navigation</strong><br />
Arrange the pages (navigation) as if you are giving a tour which culminates in a purchase or contact. The hierarchy of the site should flow from most requested information to the least important so that significant areas are easy to find.</p>
<p><strong>Keep site structure logical</strong><br />
Create a list or flowchart of the major content areas and sort individual pages into their relevant categories. It will be easier for visitors to locate the specific information they want if the structure makes sense. If a series of pages is dedicated to a particular purpose, include it as a directory name within your hosting account, giving you additional credit for keywords. For example, a shoe store may categorize items by type and then each type by brand. Great choices of directory and page names for &#8220;ABCShoes.com&#8221; could be:</p>
<p><em>Running Shoes<br />
ABCShoes.com/running/asics.html<br />
ABCShoes.com/running/brooks.html<br />
ABCShoes.com/running/nike.html</em></p>
<p><em>Tennis Shoes<br />
ABCShoes.com/tennis/reebok.html<br />
ABCShoes.com/tennis/brooks.html<br />
ABCShoes.com/tennis/nike.html</em></p>
<p>Keep the structure relatively flat, meaning as few layers (directories, sub-directories) as possible. Shorter paths to internal pages result in more credit by search engines.</p>
<p><strong>Organize link menus</strong><br />
Ensure easy access to each page. Large sites may need a Site Map, Search Feature or drop-down menu such as at <a href="http://www.HealthandEndurance.com">http://www.HealthandEndurance.com</a>. In particular, a horizontal or vertical drop-down menu allows easy categorization of pages, while using a small area of the page. With multiple sub-menus, visitors can jump from one page to another with minimal clicks. New pages can be quickly added at to the appropriate location.</p>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.healthandendurance.com"><img class="size-medium wp-image-106" title="health" src="http://www.attractweb.com/blog/wp-content/uploads/2009/09/health-300x204.jpg" alt="Top and side navigation" width="300" height="204" /></a><p class="wp-caption-text">Top and side navigation</p></div>
<p><strong>Maintain consistent layout features</strong><br />
All pages must show consistency in terms of backgrounds, colors, navigation, font sizes, etc. If they don&#8217;t look like they all belong to the same website, you don&#8217;t look professional. It also invites confusion.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Site Structure and Uniform Layout" url="http://www.attractweb.com/blog/?p=105"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/09/site-structure-and-uniform-layout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fresh Content Increases Return Traffic</title>
		<link>http://www.attractweb.com/blog/2009/09/fresh-content-increases-return-traffic/</link>
		<comments>http://www.attractweb.com/blog/2009/09/fresh-content-increases-return-traffic/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:02:12 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[fresh content]]></category>

		<category><![CDATA[niche market]]></category>

		<category><![CDATA[original text]]></category>

		<category><![CDATA[return traffic]]></category>

		<category><![CDATA[website visitors]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=103</guid>
		<description><![CDATA[Capturing the attenion of viewers is difficult enough, so when you keep them more than a few seconds, make sure that they see a reason for future visits as well.  Return traffic is like gold!

]]></description>
			<content:encoded><![CDATA[<p>Capturing the attenion of viewers is difficult enough, so when you keep them more than a few seconds, make sure that they see a reason for future visits as well.  Return traffic is like gold!</p>
<p><strong>Out of date content is a turn-off<br />
</strong>Periodic updating and addition of text helps rank by showing that there is &#8220;fresh&#8221; and current content on individual pages and the site as a whole. If visitors notice incorrect or out of date information, their impression is that your website is untrustworthy. When your &#8220;coming events” page lists items from the previous year, you may as well be asking people to leave your site. They might assume you are no longer in business!</p>
<p>A regular schedule of web updates could be monthly, quarterly or even annually, as long as information remains valid. If it costs you money each time a web designer or webmaster makes changes or uploads new material, you may want to set up a couple of pages to update yourself at no added cost. Have your designer create a database and code for you to easily log in with a simple username and password to add, edit or delete information. This works well for an &#8220;Announcements&#8221; section of your homepage or a &#8220;<strong>Company News</strong>&#8221; or &#8220;Coming Events&#8221; page.</p>
<p>A website built to display a <strong>schedule of events</strong> (meetings, softball games, concerts, etc,) can include a <strong>calendar </strong>that is easily maintained by an administrator without the need for technical know-how. When clicked on, any entry can display a page with full details – part of the same database of information.</p>
<p><strong>Use original page text<br />
</strong>Do not use similar text on several pages of your site, just to have more content. Do not copy text from another website just because it contains good keywords. Google levies a &#8220;duplicate content&#8221; penalty which will cause the duplicate pages to be filtered out, making them worthless in search engines. This is done to prevent &#8220;mirror sites&#8221; from both appearing high in results and usually means that whichever page was first indexed would be regarded as the &#8220;valid&#8221; source by Google.</p>
<p><strong>Add pages for special occasions</strong><br />
Do you have a brand new idea or service or product line? Are you seeking a new target audience for existing products or services? Add a page to address their needs and concisely show how you can fill those needs. You may want an advertising campaign to lead directly to that page, instead of the home page. After a site is already built, additional pages can be added quickly and inexpensively, since the standard page template merely needs to be filled in with words and pictures.</p>
<p><strong>Focus on your specific niche market</strong><br />
Especially if you’re in a large or very competitive industry, a smaller player needs to find and fine-tune factors can be used to your advantage. If you specialize in certain segments of the market or serve a group within the general population, your website must reflect that in text, images, headlines.</p>
<p>Emphasize your specialties and highlight aspects that make you unique. If you&#8217;re a travel company which specializes in adventure trips to Costa Rica, you may want to mention that on every page to show that you&#8217;re the best choice for that situation. It&#8217;s no secret that a company should play up it&#8217;s strong points. &#8220;Travel&#8221; is the mostsearched-for term on the internet. Chances of appearing high in organic search results is remote. Your odds are considerably better for &#8220;adventure trips&#8221; and greater still for &#8220;Costa Rica adventure trips&#8221;.</p>
<p><strong><em>Enjoy your trip to the top of the search engines!</em></strong></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Fresh Content Increases Return Traffic" url="http://www.attractweb.com/blog/?p=103"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/09/fresh-content-increases-return-traffic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Placement of KeyPhrases on Page</title>
		<link>http://www.attractweb.com/blog/2009/09/placement-of-keyphrases-on-page/</link>
		<comments>http://www.attractweb.com/blog/2009/09/placement-of-keyphrases-on-page/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:46:30 +0000</pubDate>
		<dc:creator>recast</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[keyphrases]]></category>

		<category><![CDATA[keywords]]></category>

		<category><![CDATA[page text]]></category>

		<category><![CDATA[search terms]]></category>

		<guid isPermaLink="false">http://www.attractweb.com/blog/?p=100</guid>
		<description><![CDATA[The most important website content is the text on your pages.  Besides the usual places to incorporate key words and phrases (such as your paragraphs and bullet lists), look for other opportunities to add search terms that reflect the page content.  Here are some ideas!
]]></description>
			<content:encoded><![CDATA[<p>The most important website content is the text on your pages.  Besides the usual places to incorporate key words and phrases (such as your paragraphs and bullet lists), look for other opportunities to add search terms that reflect the page content.  Here are some ideas!<br />
 <br />
<strong>Each page must support the site as a whole</strong><br />
Consider how words on any one website page support each other and how keywords used throughout a site will strengthen the rank of the site as a whole. A page which uses the terms &#8220;rivers&#8221;, &#8220;streams&#8221; and &#8220;lakes&#8221; can rank higher than one that only discusses &#8220;rivers&#8221; since those terms are themselves related. A site with specific pages highlighting each may beat out a site that again only talks about &#8220;rivers&#8221;. So keep in mind the relevance of terminology within pages and over a number of pages.</p>
<p>Speaking of rivers, the tone of text should &#8220;flow&#8221; in the same general direction throughout a site. If different people are responsible for writing different pages, an editor should be appointed to give the site a uniform feel.</p>
<p><strong>Maintain strong customer focus</strong><br />
Build the site and flow of information on each page from the customer&#8217;s point of view instead of your own. Meet their needs before presenting your credentials and &#8220;why to buy from us&#8221;. People are only interested in you if you can help them. Here&#8217;s a real world example&#8230; When prospects call or visit, instead of first telling them about yourself and your wonderful background, ask what you can do for them!</p>
<p style="text-align: left;"><strong>Make images more visible with alt tags</strong><br />
Although images don’t qualify as content to the same degree as text, you can make them more tasty to Google and Yahoo as well. Image &#8220;alt&#8221; tags should be used to describe photos and graphics to robots and visually impaired viewers. Insert a text description of one or more words as follows:<br />
&lt;img src=&#8221;images/tiger-photo.jpg&#8221; alt=&#8221;Photo of hungry Bengal tiger&#8221;/&gt;</p>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 244px"><img class="size-full wp-image-101" title="singlesc" src="http://www.attractweb.com/blog/wp-content/uploads/2009/09/singlesc.jpg" alt="Runners enjoy an orange sunset. (description of image)" width="234" height="130" /><p class="wp-caption-text">Runners enjoy an orange sunset. (description of image)</p></div>
<p><strong>Squeeze in some fine print<br />
</strong>Image captions, smaller print notes, and even copyright lines of text allow additional inclusion of keywords. You may not want to clutter a page with too much text or by repeating the same terms over and over, but there are always opportunities to squeeze in some remarks such as below an image. Even generic images could have a short comment under it. Your page about tigers in Africa may include a couple photos. Even if no explanation is necessary, &#8220;African tigers&#8221; would definitely not be out of place. Or maybe it&#8217;s an opportunity to inject some humor into a dry subject, pleasing both robots and humans simultaneously.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="Placement of KeyPhrases on Page" url="http://www.attractweb.com/blog/?p=100"></script>]]></content:encoded>
			<wfw:commentRss>http://www.attractweb.com/blog/2009/09/placement-of-keyphrases-on-page/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
