<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: optimization - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/optimization</link>
		<description>WordPress Ideas &#187; Tag: optimization - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:04:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/optimization" rel="self" type="application/rss+xml" />

		<item>
			<title>Keral Patel on "Manual optimization of header"</title>
			<link>http://wordpress.org/ideas/topic/manual-optimization-of-header#post-24272</link>
			<pubDate>Sat, 02 Mar 2013 12:44:12 +0000</pubDate>
			<dc:creator>Keral Patel</dc:creator>
			<guid isPermaLink="false">24272@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I think the top priority should be generator tag. Why can't we encrypt it and use the inbuild hash salt to decode it if it is needed for internal purposes. Displaying the generator is an invitation to hackers.</p>
<p>On other hand I would also agree that wordpress developers have done a great job of addressing the issues till the day.
</p>]]></description>
					</item>
		<item>
			<title>gerald@wpcustoms on "Manual optimization of header"</title>
			<link>http://wordpress.org/ideas/topic/manual-optimization-of-header#post-23027</link>
			<pubDate>Thu, 11 Oct 2012 14:16:47 +0000</pubDate>
			<dc:creator>gerald@wpcustoms</dc:creator>
			<guid isPermaLink="false">23027@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>you can easily remove the header tags in your functions.php</p>
<pre><code>remove_action( &#039;wp_head&#039;, &#039;feed_links_extra&#039;, 3 ); // Display the links to the extra feeds such as category feeds
remove_action( &#039;wp_head&#039;, &#039;feed_links&#039;, 2 ); // Display the links to the general feeds: Post and Comment Feed
remove_action( &#039;wp_head&#039;, &#039;rsd_link&#039; ); // Display the link to the Really Simple Discovery service endpoint, EditURI link
remove_action( &#039;wp_head&#039;, &#039;wlwmanifest_link&#039; ); // Display the link to the Windows Live Writer manifest file.
remove_action( &#039;wp_head&#039;, &#039;index_rel_link&#039; ); // index link
remove_action( &#039;wp_head&#039;, &#039;parent_post_rel_link&#039;, 10, 0 ); // prev link
remove_action( &#039;wp_head&#039;, &#039;start_post_rel_link&#039;, 10, 0 ); // start link
remove_action( &#039;wp_head&#039;, &#039;adjacent_posts_rel_link&#039;, 10, 0 ); // Display relational links for the posts adjacent to the current post.
remove_action( &#039;wp_head&#039;, &#039;wp_generator&#039; ); // Display the XHTML generator that is generated on the wp_head hook, WP version</code></pre>]]></description>
					</item>
		<item>
			<title>virgodesign on "Manual optimization of header"</title>
			<link>http://wordpress.org/ideas/topic/manual-optimization-of-header#post-22369</link>
			<pubDate>Sat, 30 Jun 2012 14:57:39 +0000</pubDate>
			<dc:creator>virgodesign</dc:creator>
			<guid isPermaLink="false">22369@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I think that could be very useful the ability of optimize the header section:</p>
<p>Disable and/or enable manually:</p>
<p>Generator tag<br />
 next/prev tags<br />
 css and javascript tags<br />
feed tags<br />
trackback and xmlrpc tag<br />
etc.<br />
And also the ability to move in the footer js and css rel tags.</p>
<p>In general it would be a feature that give the ability to edit and optimize, if needed, the header section. This will give more performance and fast loading for mobile devices, and a better optimization of the website from an SEO point of view.</p>
<p>Hope could be useful, thanks.
</p>]]></description>
					</item>
		<item>
			<title>Nikolay Bachiyski on "Optimize i18n for plugins and themes"</title>
			<link>http://wordpress.org/ideas/topic/optimize-i18n-for-plugins-and-themes#post-16484</link>
			<pubDate>Mon, 29 Mar 2010 08:24:59 +0000</pubDate>
			<dc:creator>Nikolay Bachiyski</dc:creator>
			<guid isPermaLink="false">16484@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Plugins can choose where to put their translations. The convention is to use <code>languages</code> sub-folder.</p>
<p>There is more information on:</p>
<p><a href="http://codex.wordpress.org/I18n_for_WordPress_Developers" rel="nofollow">http://codex.wordpress.org/I18n_for_WordPress_Developers</a></p>
<p>On the textdomain issue: all the solutions we have tried have been too hackish and unstable. The lack of namespaces disturbs any clean way to do this.
</p>]]></description>
					</item>
		<item>
			<title>CyberLine on "Automatic object-cache detection of XCache/eAccelerator"</title>
			<link>http://wordpress.org/ideas/topic/automatic-object-cache-detection-of-xcacheeaccelerator#post-14877</link>
			<pubDate>Mon, 25 Jan 2010 14:03:10 +0000</pubDate>
			<dc:creator>CyberLine</dc:creator>
			<guid isPermaLink="false">14877@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This class could help to include this idea easily:</p>
<p><a href="http://www.phpclasses.org/browse/package/5930.html" rel="nofollow">http://www.phpclasses.org/browse/package/5930.html</a>
</p>]]></description>
					</item>
		<item>
			<title>Jen Mylo on "SEO Check for Wordpress Blogs"</title>
			<link>http://wordpress.org/ideas/topic/seo-check-for-wordpress-blogs#post-14382</link>
			<pubDate>Mon, 14 Dec 2009 22:47:18 +0000</pubDate>
			<dc:creator>Jen Mylo</dc:creator>
			<guid isPermaLink="false">14382@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This is plugin territory, not appropriate for core.
</p>]]></description>
					</item>
		<item>
			<title>kandyandrew on "SEO Check for Wordpress Blogs"</title>
			<link>http://wordpress.org/ideas/topic/seo-check-for-wordpress-blogs#post-14373</link>
			<pubDate>Mon, 14 Dec 2009 07:23:15 +0000</pubDate>
			<dc:creator>kandyandrew</dc:creator>
			<guid isPermaLink="false">14373@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I agree with your points in this post, Along with keyword density, heading tags, meta tags implementation, some other things can also be done, such as </p>
<p>1.interlinking pages with correct anchor text</p>
<p>It helps our visitors to navigate other pages in our website. </p>
<p>2. Avoid duplicate contents in your blogs:<br />
If the content is good bounce rate will be decreased and help to give priority to our blog SERP in Google.</p>
<p>3. Alt image tag:</p>
<p>Providing alt image tag in our images, will help us to rank our images in Google images SERP.</p>
<p>And doing off-page compulsory for our blogs will definitely help us lot
</p>]]></description>
					</item>
		<item>
			<title>SEO Consulting Charlotte NC on "SEO Check for Wordpress Blogs"</title>
			<link>http://wordpress.org/ideas/topic/seo-check-for-wordpress-blogs#post-14370</link>
			<pubDate>Mon, 14 Dec 2009 03:07:22 +0000</pubDate>
			<dc:creator>SEO Consulting Charlotte NC</dc:creator>
			<guid isPermaLink="false">14370@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This is likely a little more difficult that it might sound I think.  Different WP themes pull and render the information from WP differently.  Some use custom fields to store things like custom title elements, meta description &#38; meta keyword values, etc.</p>
<p>To check all pages on the site, they can't simply whiz through the MySQL DB and generate this SEO report.  They would have to render every page on the site and then interrogate the resulting HTML source for the page to look for the elements and their corresponding values so that they could report on it.
</p>]]></description>
					</item>
		<item>
			<title>MSN-Nicks on "SEO Check for Wordpress Blogs"</title>
			<link>http://wordpress.org/ideas/topic/seo-check-for-wordpress-blogs#post-14356</link>
			<pubDate>Sat, 12 Dec 2009 00:03:02 +0000</pubDate>
			<dc:creator>MSN-Nicks</dc:creator>
			<guid isPermaLink="false">14356@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This is a Great idea! I think it must be done!!
</p>]]></description>
					</item>
		<item>
			<title>suchmaschinenoptimierung on "SEO Check for Wordpress Blogs"</title>
			<link>http://wordpress.org/ideas/topic/seo-check-for-wordpress-blogs#post-14339</link>
			<pubDate>Wed, 09 Dec 2009 22:00:29 +0000</pubDate>
			<dc:creator>suchmaschinenoptimierung</dc:creator>
			<guid isPermaLink="false">14339@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>What about a SEO Check Feature, which shows the seo data of the wp-blog to the admin (a check if the blog is correctly "optimized")?</p>
<p>I would like to have a kind of statistics, which reports:</p>
<p>Article/Postname &#124; Keywords (Density) &#124; Metatags-Check (title and description ok?) &#124; Headings ok? (H1, H2. H3 etc.)</p>
<p>This is a short form of a possible (onpage) seo statistic plugin/feature. It would really help wp-users to optimize their pages by themselves and to get better ranking results for their blogs at google, bing and other search engines.
</p>]]></description>
					</item>

	</channel>
</rss>
