<?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>Search Engine Optimization, Google Optimization - Website Site SEO blog &#187; optimize</title>
	<atom:link href="http://www.websiteseoblog.com/tag/optimize/feed" rel="self" type="application/rss+xml" />
	<link>http://www.websiteseoblog.com</link>
	<description></description>
	<lastBuildDate>Sat, 15 May 2010 13:50:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Do not wait for your readers, Optimize your blog</title>
		<link>http://www.websiteseoblog.com/2010/05/02/do-not-wait-for-your-readers-optimize-your-blog.html</link>
		<comments>http://www.websiteseoblog.com/2010/05/02/do-not-wait-for-your-readers-optimize-your-blog.html#comments</comments>
		<pubDate>Sun, 02 May 2010 12:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[readers]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=605</guid>
		<description><![CDATA[HTML
Much of the content of our items will be in HTML. The most important thing here is to enable compression of HTML. What is this? Our web server is capable of sending compressed content over the network, GZIP formats, such as ZIP files. That is, before sending the document by the network, compresses it, we [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">HTML</p>
<p>Much of the content of our items will be in HTML. The most important thing here is to enable compression of HTML. What is this? Our web server is capable of sending compressed content over the network, GZIP formats, such as ZIP files. That is, before sending the document by the network, compresses it, we receive a GZIP file, which decompresses and converts our browser readable HTML. This format is supported by all modern browsers, so we can always use it without problems.<span id="more-605"></span><br />
Of course, this speeds up loading and saves bandwidth on our server hosting. With a few views, it may be relevant, but on a blog with thousands of visits, is very important.</p>
<p>Content</p>
<p>All content of our blog is likely to implement a set of best practices that will dramatically improve page load:<br />
Anything less HTTP requests<br />
Reduce DNS lookups<br />
Spreading the load across multiple domains<br />
Avoid redirects, and the 404&#8217;s</p>
<p>Web Server</p>
<p>Much of the optimizations we can do in our blog will be made to our web server level. The most important are:<br />
Using a CDN (Content Delivery Network). This option is not available to everyone and in many cases require payment for use, not all bloggers can afford. The advantage of using a CDN is that the content is shared between geographically dispersed servers worldwide, making the download time considerably improves the elements. A CDN is free Coral CDN .<br />
Add caching headers. All blog content is not equal. Elements that will never change or almost never (header, icons, backgrounds, etc. ..), while others will each very short time or daily (comments, posts, search &#8230;). We can improve a lot the times, adding a tag in the header files that are downloaded, indicating the period of validity. For example, a JPG of the logo could last many months or years, and we can tell our server to &#8220;Never expire&#8221;, that is, that never expires. This means that when a user has already visited our site, again, no need to download the image because they already have in your browser cache (unless you have deleted course). In the case of other content, we should reasonably estimate the time of expiry. For example, older posts, should not vary greatly, so that could extend his time Cacheda. Comments and / or searches, no. Later in the PHP section more about that. Another way to manage the cache is through ETags labels, but is a bit more advanced topic.<br />
Avoid placing images with src = &#8220;&#8221;, or JavaScript img.src = &#8220;.&#8221; In both cases, the majority of browsers will make a request to the server to find something that does not exist or even be displayed. This can cause a great deal of unnecessary requests. Here you have a more in depth on the subject (in English).</p>
<p>CSS Files<br />
Compression. Into account the style files also can and should apply the compression. In addition, we can minimize (English minify). That is, to simplify the content of the file, removing spaces, tabs, comments, etc &#8230; It is very easy to do. You can choose to minimize the files manually and then upload, or use PHP, so that minimizes. There are many tools to automate this Minify of Google , Yahoo UI Compressor , and if you do a Google search will find many others.<br />
Put the top styles. Style sheets, or CSS files, must always be placed at the beginning of the HTML page. This is because browsers will read the page from top to bottom, and if they find the style at first, may be rendering the page as you put the CSS. Thus the user receives a visual warning, the page is loading correctly.</p>
<p>JavaScript</p>
<p>For JavaScript, the same rules to minimize and GZIP can and should apply, but also have distinct characteristics:<br />
Put scripts at the end. Very important. The HTML 1.1 in parallel discharge limits more than two files at once. By putting all the js at first parallel blocks the download of other page elements. When you download a js, the rest of HTML, CSS, images, are left waiting for the JS end.<br />
Never include JavaScript files (and CSS) within the pages. By putting javascript in the HTML, mixed, prevents the possibility of caching these files. That is, every time you load the page, it reloads the scripts and css. If carried to external files (. Js and. Css) browser&#8217;s cache, and can prevent discharge times. Not only reduces the charge time, but saves us bandwidth of our supplier.</p>
<p>Imagery</p>
<p>In this case, unlike CSS and JS files, we must take into account other considerations. The images are already compressed and optimization has to follow other paths.<br />
Image Format. It is very important to choose the appropriate format for each image. Each compression (GIF, JPEG, PNG) is a type of image for which is more optimal. For example, GIF should be used in labels, or images with little color variation. JPEG for photographs or images with much variation in color, if transparency is not needed. Finally, PNG 8 or 24 bits, for photograph-like images that require transparency. Go into details would take an entire post, but the general rules were these.<br />
Adjust images to the color palette that really used. Your GIF image has 4 wrath of 256? Can be optimized. There are many tools to do this depending on the type of image. In imagemagick can find tools for optimizing your GIFs, PNGs and JPEGs.<br />
Do not scale the images with HTML. If you need an image of 100 × 100, the original picture should be 100 × 500 × 100 and not 500. If you then want to show an enlarged picture there are other ways, such as putting a link to the larger original image. This prevents download many kbs are not needed.<br />
Using CSS Sprites. It is better to upload a single image file with all the icons included in that many icons separately. Then through CSS, programming can be selected by those icons to be displayed in each case.</p>
<p>PHP / MySQL</p>
<p>In this case the tuning options are to be implemented on the server through modules of PHP / MySQL. Keep in mind that PHP will interact with a database from which extracts the information, whether posts, comments, labels, searching, etc &#8230; So, anything to avoid requests to the database will make our posts display more quickly. The general principle is that of energy as &#8220;the fastest query to a database is one that is not done.&#8221; The implementation of the following recommendations will depend on the type of hosting that you have:<br />
PHP Flush. PHP pages take a while to be processed, and until they do not sent from the server to your browser. In PHP there is an order &lt;? Php flush ();?&gt; Which requires the PHP server to send everything above this order. The ideal is to ponder the flush, right after the HEAD tag so that in this way, our browser can begin to represent the styles and the user will see something.<br />
Off the reviews of the inputs. This can be useful on blogs with many edited. With a single editor, and a couple of reviews are sufficient. Remember. Each revision is stored in the database and you have to consult. A plugin to make it comfortably is Revision Control . You can also completely eliminate the revisions put define( &#8216;WP_POST_REVISIONS&#8217; , false); in wp-config.php file.<br />
Enable PHP opcode cache. There are many PHP requests are always the same, in ways that we can optimize the opcode (pseudo-code using PHP) to have it ready. It can be done with eAccelerator v0.9.5 .</p>
<p>In general, we carefully review all these aspects of blog to see which ones are affecting performance. The less the better. Less plugins, less input in the head, less text, small images &#8230; If you do not need, you should not see or download. Reloading a page in excess, in addition to affecting the style, we can penalize performance very much, and the pocket if we hired a fixed bandwidth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/05/02/do-not-wait-for-your-readers-optimize-your-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO tips to optimize a blog</title>
		<link>http://www.websiteseoblog.com/2010/05/02/seo-tips-to-optimize-a-blog.html</link>
		<comments>http://www.websiteseoblog.com/2010/05/02/seo-tips-to-optimize-a-blog.html#comments</comments>
		<pubDate>Sun, 02 May 2010 12:12:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/2010/05/02/seo-tips-to-optimize-a-blog.html</guid>
		<description><![CDATA[- For starters, say that the metatag for keywords is to choose well and not abuse them, so that search engines cataloged better your content, but we must not forget to set your metatags of content using your most important keywords.
- Then tell the flash and javascript are not very good friends of SEO, because [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">- For starters, say that the metatag for keywords is to choose well and not abuse them, so that search engines cataloged better your content, but we must not forget to set your metatags of content using your most important keywords.<span id="more-602"></span></p>
<p>- Then tell the flash and javascript are not very good friends of SEO, because Google (the largest search engine) does not read well, so you do not google indexed.</p>
<p>- To continue with this optimization SEO must take account of spam keywords, since we can drop a on Optimization penalty, meaning that not abuse too much on keywords.</p>
<p>- Another important step of this guide is not doing too much spam, but the links will come natural, meaning that other bloggers they like your content and cite you as well that&#8217;s what he likes to google.</p>
<p>- Most important is the content, it has to be of good quality because you get so many natural links as well, as they say in ViaBinaria , Google is a big mouth feeding on new content, offer fresh content, abundant, easy to catalog and updated continuously and have a faithful friend in the visits.</p>
<p>- Finally do not submit your blog to all search engines free, because once you get Google to index over time others will follow suit.</p>
<p>I hope you could find some help this mini-guide to optimize your blog and I invite you to comments so we can make this mini-guide a great starting point for other users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/05/02/seo-tips-to-optimize-a-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to optimize your blog in blogger or blogspot to earn more money with adsense on the internet, visual observations</title>
		<link>http://www.websiteseoblog.com/2010/04/23/how-to-optimize-your-blog-in-blogger-or-blogspot-to-earn-more-money-with-adsense-on-the-internet-visual-observations.html</link>
		<comments>http://www.websiteseoblog.com/2010/04/23/how-to-optimize-your-blog-in-blogger-or-blogspot-to-earn-more-money-with-adsense-on-the-internet-visual-observations.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:05:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[earn more money]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[visual observations]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=497</guid>
		<description><![CDATA[We recently published an article on keeping a general blog, which you can see by clicking here .
Now let&#8217;s see how to optimize a blog on blogger or blogspot to the query from a friend&#8217;s blog Serena Luna , which we will use to serve as an example to those who may have a good [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We recently published an article on keeping a general blog, which you can see by clicking here .</p>
<p>Now let&#8217;s see how to optimize a blog on blogger or blogspot to the query from a friend&#8217;s blog Serena Luna , which we will use to serve as an example to those who may have a good blog as the last, but not manage to get visits and therefore have a low adsense income.<span id="more-497"></span></p>
<p>Before analyzing the blog mention, I must say that I am not an expert on internet, but I think that I can work with who is calling me with the experience I have accumulated in this way, both wodpress as well as in blogger or blogspot, having said that we see Some comments:</p>
<p>1 .- I think that Luna Serena has good content, original (I reviewed some posts, not all, and are unique on the Internet) and slick, so the content requirement is met.</p>
<p>2 .- The head is badly displaced from the top edge, I think the best thing is a small headline, as small as possible, outlining the content.</p>
<p>3 .- There is an error above the blog header, I think it was checking the blog to use google webmaster tool but erred in the same, it is clear that line and do the testing again as correct.</p>
<p>4 .- There is a cloud of keywords or tags, consider just starting a blog in internet must form a cloud of keywords that will differentiate and position themselves on the Internet that will do this by showing the tags or labels each post, as well as on each title and the body of each post, in addition also should display a widget with categories and tags or blog.</p>
<p>5 .- Position of adsense ads: If you have adsense ads on our blog is because we want to monetize it, then it is best to optimize their location. For this same google adsense suggests a map of &#8220;heat&#8221; which recommends the best position to place our adsense ads, you can better see and analyze visitors, our articles on this subject by clicking here .</p>
<p>6 .- Colors of our blog: I personally think that the best option to choose the colors of the adsense ads on our blog is that it was &#8220;founded&#8221; or integrate with the whole blog, where possible, they are not noticeable notices, but part of the content of our blog, it is important to choose the right colors for text, background, links to each notice, in addition to their placement.</p>
<p>Well, these are the comments blog New Moon, we can make observations with the naked eye, there are others who continue to do but can not with the naked eye corroborate blog therefore is the person the author of the blog to be verified, but we will see in another article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/04/23/how-to-optimize-your-blog-in-blogger-or-blogspot-to-earn-more-money-with-adsense-on-the-internet-visual-observations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO: Optimize your HTML code</title>
		<link>http://www.websiteseoblog.com/2010/03/27/seo-optimize-your-html-code.html</link>
		<comments>http://www.websiteseoblog.com/2010/03/27/seo-optimize-your-html-code.html#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:50:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[HTML code]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=369</guid>
		<description><![CDATA[When we talk about SEO and search engine optimization terms and the strategies we have in mind are almost always the same; related incoming links and quality appropriate anchor text, increase page rank, quality and relevance of content, .. . etc). 
But there is one aspect that sometimes we forget and it is vitally important, indeed [...]]]></description>
			<content:encoded><![CDATA[<p>When we talk about SEO and search engine optimization terms and the strategies we have in mind are almost always the same; related incoming links and quality appropriate anchor text, increase page rank, quality and relevance of content, .. . etc). <span id="more-369"></span></p>
<p>But there is one aspect that sometimes we forget and it is vitally important, indeed probably his influence in a good position to be greater than that of all the aspects mentioned above. We are talking about the html code optimization of the site. Whether you manage a static webpage as a blog, optimizing the page&#8217;s HTML code has a decisive influence on the process of web positioning.</p>
<p>This optimization requires some advanced knowledge about programming in this language as one of the best options is to put this job over to a company of professional web Positioning. In this regard there are several alternatives on the market, such as WebSi, offering these services at reasonable prices. From 30 euros we have a specialized consulting to optimize the code for our website and, additionally, identify keywods to strengthen in order to improve the search engine positioning of our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/03/27/seo-optimize-your-html-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool: Yahoo Slow</title>
		<link>http://www.websiteseoblog.com/2010/03/14/tool-yahoo-slow.html</link>
		<comments>http://www.websiteseoblog.com/2010/03/14/tool-yahoo-slow.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Yahoo Slow]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=307</guid>
		<description><![CDATA[One of the factors that search engines are becoming increasingly important, and therefore take more into account in obtaining good results in web positioning, is the speed of loading pages to positioning. For example Google has commented that the speed of cargo imports and encourages the Web is increasingly rapid. 
From the hand of Yahoo have [...]]]></description>
			<content:encoded><![CDATA[<p>One of the factors that search engines are becoming increasingly important, and therefore take more into account in obtaining good results in web positioning, is the speed of loading pages to positioning. For example Google has commented that the speed of cargo imports and encourages the Web is increasingly rapid. <span id="more-307"></span></p>
<p>From the hand of Yahoo have Yahoo Slow, a powerful tool as a component integrated with Firefox Firebug.</p>
<p>Yahoo Slow checks are many factors that can cause slow loading of a Web site either server problems or inappropriate use of code, also attended the various utilities that Yahoo has to optimize our pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/03/14/tool-yahoo-slow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want Great Placement In Google? Optimize Your Pages For Yahoo!</title>
		<link>http://www.websiteseoblog.com/2010/02/20/want-great-placement-in-google-optimize-your-pages-for-yahoo.html</link>
		<comments>http://www.websiteseoblog.com/2010/02/20/want-great-placement-in-google-optimize-your-pages-for-yahoo.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 14:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Great]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[Placement]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=120</guid>
		<description><![CDATA[It may seem strange, but the first step to getting great placement in Google is to optimize your pages for Yahoo.
How can that be? Well, it’s pretty simple, actually. Google places such an emphasis on off-page factors in determining rankings, that it’s almost impossible to figure out what works and what doesn’t with their algorithm. [...]]]></description>
			<content:encoded><![CDATA[<p>It may seem strange, but the first step to getting great placement in Google is to optimize your pages for Yahoo.</p>
<p>How can that be? Well, it’s pretty simple, actually. Google places such an emphasis on off-page factors in determining rankings, that it’s almost impossible to figure out what works and what doesn’t with their algorithm.<span id="more-120"></span> Yahoo, on the other hand places a lot more emphasis on what’s on the page. So pages that rank well in Yahoo are usually fairly well optimized.</p>
<p>So how do you learn to optimize pages for Yahoo? It’s not all that easy, since most current books about SEO are focused on linking strategies. One source of great info based on statistical analysis is Nathan Anderson’s SEO club. There are probably other sources of up-to-date info about onpage factors, but I haven’t found any.</p>
<p>Of course, once you’ve dealt with the onpage factors, you need good links. The best information I’ve been able to find about building links is in Aaron Wall’s SEO Book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2010/02/20/want-great-placement-in-google-optimize-your-pages-for-yahoo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Screen SEO</title>
		<link>http://www.websiteseoblog.com/2008/01/03/third-screen-seo.html</link>
		<comments>http://www.websiteseoblog.com/2008/01/03/third-screen-seo.html#comments</comments>
		<pubDate>Thu, 03 Jan 2008 05:43:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[cell phone]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[Third Screen SEO]]></category>

		<guid isPermaLink="false">http://www.websiteseoblog.com/?p=11</guid>
		<description><![CDATA[Yes, you read that correctly.
Third screen seo is well on it&#8217;s way.
What is third screen seo?
Well, the Television is the &#8220;First&#8221; screen, the PC is the &#8220;Second&#8221; screen, and next up: The Cell phone, PDA and Blackberry.
These are the hand-held devices that almost everyone in the world has, and since they are portable, they can [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, you read that correctly.</p>
<p>Third screen seo is well on it&#8217;s way.</p>
<p><strong>What is third screen seo?</strong></p>
<p>Well, the Television is the &#8220;First&#8221; screen, the PC is the &#8220;Second&#8221; screen, and next up: The Cell phone, PDA and Blackberry.</p>
<p>These are the hand-held devices that almost everyone in the world has, and since they are portable, they can become more important than the TV and PC.<br />
<span id="more-11"></span><br />
<strong>Why should you be concerned?</strong></p>
<p>Coding for third screen is a different monster to tackle for developers &#8211; unless they build the entire site in CSS (Cascading Style Sheets) &#8211; then the screen size doesn&#8217;t matter, since the technology will automatically adjust to the screen size.</p>
<p><strong>So how can you possibly &#8220;optimize&#8221; for third screen?</strong></p>
<p>As any technology emerges, there are many players who try to define the industry by taking the lead by providing better service, results or products. There will be sites that will house content where third screen viewers will visit to get their content.</p>
<p>Whether it&#8217;s from Yahoo or some newly created portal site that becomes a leader, getting third screeners to those sites will be a new challenge that will have tremendous payoffs.</p>
<p>Besides making content easily accessible, but buidling site functionality that functions on a cell phone will determine the life and death of the next Amazon.</p>
<p>Have you ever tried to look for anything on the Internet through your cell phone? The easier a user can find what they want, the more likely they will return to your service to re-use it.</p>
<p>Third screeners who find valuable sites will gladly enter their cell number to get updates from trusted sources.</p>
<p>By ignoring the third screen, you could potentially be ignoring billions of potential buyers of your product or services. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.websiteseoblog.com/2008/01/03/third-screen-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
