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

<channel>
	<title>SEO Blog with Taste &#187; tips</title>
	<atom:link href="http://blog.pizzaseo.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pizzaseo.com</link>
	<description>SEO Blog with Taste about web, SEO, usability and accessibility written by Pizza SEO Team.</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:38:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Use CSS Print Styles For Offline Marketing</title>
		<link>http://blog.pizzaseo.com/print-styles-offline-marketing/</link>
		<comments>http://blog.pizzaseo.com/print-styles-offline-marketing/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:19:21 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[offline marketing]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print styles]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.pizzaseo.com/?p=108</guid>
		<description><![CDATA[Print styles in CSS are the instructions for a browser that say how should your web look like when printed on a paper. Many web sites used (or are still using) a link to a &#8220;Print version&#8221;. This function, however, usually not only leads to duplicate content in the search engines, but moreover this type [...]]]></description>
			<content:encoded><![CDATA[<p>Print styles in CSS are the instructions for a browser that say how should your web look like when printed on a paper. Many web sites used (or are still using) a link to a &#8220;Print version&#8221;. This function, however, usually not only leads to duplicate content in the search engines, but moreover this type of link is completely outdated. <strong>The print styles in particular are the right alternative for the web printing</strong>.</p>
<p>How do the print styles work? Basically, there are the same CSS rules as you are using for your web site&#8217;s layout and design today. The only difference is using a <em>print</em> media to mark the rules valid for printing. You can, for example, add a print style on your web site just like this:</p>
<p><code>&lt;link rel="stylesheet" href="print.css" type="text/css" media="print" /&gt;</code></p>
<h2>Do you really want to print everything?</h2>
<p>Except from the actual <strong>non-ecological nature of printing the web pages</strong> the way you see it displayed on the screen, you should also think if <strong>all those sections are really necessary when printing</strong>. Does the printed left menu help your visitors in any way? And what about those ad banners &#8211; what&#8217;s their actual role on a printed sheet? And what if you would like to provide an additional information in print that is not visible on your web site? Or even more &#8211; you would like to have your logo and photos printed in better quality?</p>
<p><strong>Print styles come to your help.</strong> Eliminate the unnecessary elements of a page or simplify the printing layout of your web site. Let&#8217;s say that an element <em>banner</em> contains advertisement you don&#8217;t want to print. We will also remove the left menu that is useless on a paper. And a logo, of course, will look better when printed, if we provide it in higher quality. We will add the following rules in the print.css stylesheet:</p>
<p><code>#banner, #menu { display: none }<br />
#logo { background: url(images/logo-hq.png); }<br />
</code></p>
<h2>Call to action on a paper</h2>
<p>On the other hand, we want to show an address of a page (URL) that is printed out &#8211; we will add a hidden element <em>printurl</em> into HTML and a rule to make it visible to the print stylesheets:</p>
<p><code>#printurl { display: block; font-size: 120%; font-weight: bold; }</code></p>
<p>A reader of the printed version will immediately know the actual web page address. <strong>You can even add a call to action to an element visible only when printed</strong>, e.g. &#8220;Visit www.example.com and get a 5% discount!&#8221; or &#8220;If you order until September 30th, you get a free shipping!&#8221;.</p>
<h2>Printed order available for an immediate checking</h2>
<p>Ideally, you should be using the specific CSS print styles during shopping process for every &#8220;thank you&#8221; screen offering a summary of an order, travel itinerary, important contacts or a date of delivery. That&#8217;s the good time, when the use of special CSS rules makes the printed pages easily scannable with all information available immediately. Save your customers a bunch of frustration and yourself time spent answering the same questions about the orders repeatedly.</p>
<p><strong>By the way: </strong>you will even get this article served a bit differently when printed (use the Print Preview to see an example).</p>
<p><strong>Do you know other uses of printed stylesheets for offline marketing? Let us know about them in the comments!</strong></p>
<p><em id="posturl">http://blog.pizzaseo.com/print-styles-offline-marketing/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pizzaseo.com/print-styles-offline-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective Web Audit – Free for Download</title>
		<link>http://blog.pizzaseo.com/effective-web-audit-free/</link>
		<comments>http://blog.pizzaseo.com/effective-web-audit-free/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:12:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acessibility]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[effective web audit]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.pizzaseo.com/?p=87</guid>
		<description><![CDATA[Effective Web Audit was name of our on-site SEO, basic usability and accessibility audit that we used to provide to our clients from 2007 to mid-2009. We provided the audit to tens of both international and Slovak clients as our entry service.]]></description>
			<content:encoded><![CDATA[<p>Tens of Slovak and international clients benefitted from our <strong>Effective Web Audit</strong>, the on-site SEO, basic usability and accessibility tool that we used to provide from 2007 to mid-2009. The audit was our entry-level service but with strong focus on actionable recommendations.<br />
<strong><br />
We made updates and improvements to the audit continually</strong> keeping up with changes in search engines, new tools, features and practices. In 2010 many web developers know the basic tenets of optimising their code for search engines. To keep ahead our clients need even more sophisticated analysis and strong, forward looking strategies to build sustainable quality traffic. </p>
<p>In 2010 we therefore designed a completely new audit, the <strong>Web Presence Audit</strong> (the working title had been the Web Visibility Audit but <a href="http://www.visibility.sk" rel="nofollow">a Slovak competitor</a>) beat us to this word. The new audit goes even deeper in analyzing clients&#8217; (and their competitors&#8217;) overall presence on the web &#8211; in social networks, local search results, covering the basics of online reputation management and synergies between paid search engine presentation (PPC) and optimization.</p>
<p>We are therefore <strong>sharing our Effective Web Audit</strong>, in most respects still valid, with everyone. Website owners and designers can check their sites, and SEOs can compare it to their audit practices (not all of which stand up to scrutiny).<br />
<strong><br />
Our Effective Web Audit evaluates your web site in six main parts:</strong></p>
<ol>
<li><strong>(X)HTML and CSS code</strong> &#8211; is your code well structured and valid? What kind of layout are you using? What about your CSS and Javascript? Do you have well-titled pages and use META information?</li>
<li><strong>URL addresses structure</strong> &#8211; do you use friendly URLs? Any duplicate content issues?</li>
<li><strong>Technical issues</strong> &#8211; is your web site indexed by search engines? Are pages cached and links working? What does your robots.txt file say?</li>
<li><strong>Statistics </strong>- do you know your traffic? Do you use Google Webmaster Tools? What are your keywords and their positions? How is your backlink profile?</li>
<li><strong>Accessibility </strong>- does your website display properly in every browser? How do text changes impacts your web site? Do text links clearly stand out? How fast does your web site load?</li>
<li><strong>Usability </strong>- is your logo positioned properly? Is web site navigation clear? Does the user know at all times what page he is on? Do you offer a sitemap? How are your links targeted? Are they well described? Is there meaningful content on your web site? Does your error (page not found) page help or scare people away? Does overall look and feel of your web site agree with its goals?</li>
</ol>
<p>To download (licensed <a href="http://creativecommons.org/licenses/by/3.0/deed.en">under Creative Commons Attribution cc by license</a>):</p>
<ul>
<li><a href='http://blog.pizzaseo.com/wp-content/uploads/2010/01/pizza-seo_effective-web-audit-en.pdf' onclick="javascript:urchinTracker ('/downloads/effective-web-audit-en');">Effective Web Audit &#8211; PDF format</a></li>
</ul>
<p>ODT or DOC formats available on request.</p>
<p>See if the Effective Web Audit helps you understand web marketing better. If you require professional internet marketing advice or help <a href="http://pizzaseo.com/contact">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pizzaseo.com/effective-web-audit-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feel how disabled persons interact with the web</title>
		<link>http://blog.pizzaseo.com/feel-how-disabled-persons-interact-with-the-web/</link>
		<comments>http://blog.pizzaseo.com/feel-how-disabled-persons-interact-with-the-web/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:05:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.pizzaseo.com/?p=62</guid>
		<description><![CDATA[Roger Johansson, well-known accessibility evangelist, writes about making accessibility more real as it is often perceived as something abstract, not really important for most of the people. Some of his tips include unplugging mouse and using only keyboard to work with the web, using only a software keyboard, turning off the monitor and navigating by [...]]]></description>
			<content:encoded><![CDATA[<p>Roger Johansson, well-known accessibility evangelist, writes about <a href="http://www.456bereastreet.com/archive/200904/making_accessibility_more_real/">making accessibility more real</a> as it is often perceived as something abstract, not really important for most of the people.</p>
<p>Some of his tips include unplugging mouse and using only keyboard to work with the web, using only a software keyboard, turning off the monitor and navigating by screen reader only, sitting far away from the screen or decreasing brightness of the screen.</p>
<p>His tips are well thought and if more developers and designers followed them, it would make websites better in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pizzaseo.com/feel-how-disabled-persons-interact-with-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
