<?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>w3it.org - Internet Helper Blog &#187; keywords</title>
	<atom:link href="http://www.w3it.org/blog/tag/keywords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3it.org/blog</link>
	<description>help for internet people</description>
	<lastBuildDate>Tue, 04 May 2010 17:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zikula SEO &#8211; the meta keywords function hacking</title>
		<link>http://www.w3it.org/blog/2009/06/05/zikula-seo-the-meta-keywords-function-hacking/</link>
		<comments>http://www.w3it.org/blog/2009/06/05/zikula-seo-the-meta-keywords-function-hacking/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:06:19 +0000</pubDate>
		<dc:creator>axew3</dc:creator>
				<category><![CDATA[Do you know? (Zikula tips)]]></category>
		<category><![CDATA[customization zikula keywords]]></category>
		<category><![CDATA[function.keywords.php]]></category>
		<category><![CDATA[hack zikula keywords]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta keywords]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[seo optimization]]></category>
		<category><![CDATA[zikula]]></category>
		<category><![CDATA[zikula keywords seo]]></category>
		<category><![CDATA[zikula seo]]></category>

		<guid isPermaLink="false">http://www.w3it.org/blog/?p=197</guid>
		<description><![CDATA[There is an option in Zikula administration control panel that is needed to set the mode on how to display meta keywords for dinamically created pages.
This option can be found  in:  Global Settings Panels -&#62;  Owner Settings -&#62; Dynamic meta-keywords
Scenario SEO and analysis :

By setting on Yes this option you&#8217;ll have meta keywords [...]]]></description>
			<content:encoded><![CDATA[<p>There is an option in Zikula administration control panel that is needed to set the mode on how to display meta keywords for dinamically created pages.</p>
<p>This option can be found  in: <strong> <em>Global Settings Panels -&gt; <span class="pn-menuitem-title"> <span>Owner Settings -&gt; </span></span>Dynamic meta-keywords</em></strong></p>
<p><strong>Scenario SEO and analysis :<br />
</strong></p>
<p>By setting on <em>Yes</em> this option you&#8217;ll have meta keywords generated dynamically for each page and based /extracted on/from his content. More precisely, some functions are taking these words dynamically from articles, comments or from  some other contest, as text, and it will go to be outputted for the requested page.</p>
<p>Under a superficial SEO analysis it can be not so good thing that our site homepage, will have time by time meta tag keywords changed and different because are generated dynamically.<span id="more-197"></span></p>
<p>This can be good for all others CMS pages in our site, that maybe will not go to change so much there contents time by time because are created for a scope (an article, a singular page, a tutorial etc) and will remain untouched  except some addition of comments if there is a feature that allow this. The homepage instead, will go to change in many cases many times, because day by day his content will display in his blocks latest articles, latest forums entries etc.  Keywords dynamically generated for the  Zikula home page will go to be changed for this reason and spiders will find out any visit time, different keywords; in others words,  it depend from what your home page will go to contain: if it will go to contain static contents than the dynamic keywords generation will go to output always the same words list and it is good: the words list will go to change instead, if the page will go to contain updated news etc,  this is not good because your meta keywords list will go to be different each time.</p>
<p>Another SEO analysis, if you look to a dynamically generated keywords words list on Zikula, let we understand that there are many words that are not exactly words:  the function that generate the list let pass also prepositions, grammatical articles, and even single letters if there are some in contents from where keywords list is token/generated, like:  is, i, i&#8217;m.</p>
<p><strong>How to change this for a better SEO your zikula pages</strong></p>
<p>It is possible to apply a little patch to SEO our Zikula,  in this way:</p>
<p>Files to be edited: 2</p>
<p><em>themes/themeName/templates/modules/home.htm</em></p>
<p><em>system/Theme/plugins/function.keywords.php</em></p>
<p>If your Zikula home page contain blocks like latest news, last articles etc. than you&#8217;ll need to edit the <em>home.htm</em> file in this way:</p>
<p>Search for this line of code (near the top)</p>
<blockquote><p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;!&#8211;[keywords]&#8211;&gt;&#8221; /&gt;</p></blockquote>
<p>change the above instruction that you can find near to the top of the file in the head code declarations (in the Seabrize theme which you can find on any Zikula default download it can be found at line 7 of the <em>home.htm)</em></p>
<blockquote><p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;w3it,php,zikula,seo,hack,tutorial&#8221; /&gt;</p></blockquote>
<p>Of course, change values for the <em>content</em> attribute with terms you need.</p>
<p>On Zikula templates we have the home.htm and the master.htm: the home is used to output the homepage for the used template, the master instead will output all others CMS&#8217;s pages. The configuration for templates on Zikula is normally more than sufficient as is, but there are many others advanced features that can be used to customize templates by adding more layout for different contents . The <em>config</em> folder inside the <em>templates</em> folder of your theme, contain the necessary to add these  layouts instructions, but it is not the only one possibility for Zikula themes (Zikula use <a title="smarty template engine" href="http://www.smarty.net/" target="_blank">Smarty</a> as template engine so you can also use all Smarty features in Zikula): this is not the argument of this tutorial and for this SEO hack modification this is more than what is necessary to know and understand.</p>
<p>Now to avoid the problem of singles letters for keywords list, it is necessary to edit the file <em>function.keywords.php</em></p>
<p>search in the file for this code:</p>
<blockquote><p>if (file_exists($stopword_file)) {<br />
$stopwords = file($stopword_file);<br />
$stopwords = array_map(&#8216;rtrim&#8217;, $stopwords);<br />
$keywords = array_diff($keywords, $stopwords);<br />
}</p></blockquote>
<p>immediately after add this code:</p>
<blockquote><p>$dk = array_keys($keywords);<br />
foreach($dk as $d) {<br />
$ln = strlen($keywords[$d]);<br />
if ($ln &lt; 3) {<br />
unset($keywords[$d]);</p></blockquote>
<p>this will go to eliminate all words composed by less than 3 letters. Change the value of 3 to 4 or 5 if you like to eliminate all words,  for example,  that aren&#8217;t composed of a minimum of 4 or 5 letters (i think 3 or 4 is the best choice).</p>
<p>This is true that there is a file that you can compile and where you can list all unwanted words one by one, but of course this way is more speedy and you can decide to cut off any insignificant word from your dynamic keyword list.</p>
<p>The generated keywords list is also very long in most of pages, which is also not a good SEO choice. It is possible add  this piece of simple code to limit the words number to a certain value (add this immediately after the above code or in place of the above code if you like to add only this part and like to use the external file with unwanted words list):</p>
<blockquote><p><strong> </strong>$ca = array_count_values($keywords);<br />
if( $ca &gt; 45 ){<br />
$keywords = array_slice($keywords, 0, 45); // return output of 45 words</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.w3it.org/blog/2009/06/05/zikula-seo-the-meta-keywords-function-hacking/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SEO report</title>
		<link>http://www.w3it.org/blog/2009/03/22/seo-report/</link>
		<comments>http://www.w3it.org/blog/2009/03/22/seo-report/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 10:55:05 +0000</pubDate>
		<dc:creator>axew3</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo consultant]]></category>
		<category><![CDATA[seo services]]></category>
		<category><![CDATA[seo tips]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[serch engine]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.w3it.org/blog/?p=125</guid>
		<description><![CDATA[Has been request for an italian site a SEO report that need to be executed in these days: the topic released will not contain all particulars, but i hope it will be very interesting and useful anyway as seo reference at a glance.
It will be released under this w3it.org section (italian): seo.
Commenting this thread instead, [...]]]></description>
			<content:encoded><![CDATA[<p>Has been request for an italian site a SEO report that need to be executed in these days: the topic released will not contain all particulars, but i hope it will be very interesting and useful anyway as <strong>seo reference at a glance</strong>.<br />
It will be released under this w3it.org section (italian): <a href="http://www.w3it.org/programming/seo.php?name=seo_index">seo</a>.<br />
Commenting this thread instead, will be added time by time interesting content, all in english about seo hints. Please add in answer here any useful resource if any you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3it.org/blog/2009/03/22/seo-report/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

