<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : SEO upgrade, for meta tags</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 01 May 2026 04:05:14 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Got code for trunk? Post it!]]></description>
			<pubDate>Пн, 04 Сер 2008 06:33:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post62]]></link>
		</item>
		<item>
			<title>Asmo</title>
			<description><![CDATA[Good :)<br />
In 2006 year, previously, I made a plug for this and share on neocrome.ru, but, such things should be the default, imho.]]></description>
			<pubDate>Нд, 03 Сер 2008 21:26:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post55]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[<blockquote>1)Maybe I was not sufficiently clear idea, here is essential - order of the elements in the title, of importance for the page.<br />
Wrong - site title/page title (as is now)<br />
Right - page title/site title</blockquote>
<br />
I know :). I wrote code to fix this in 2006... hxxp://www.neocrome.net/page.php?id=2203<br />
<br />
I will open a proposed defaults for the titles, but the ordering of each will be up to the site's owner (like adding characters around it to increate CTR from the SERPS)]]></description>
			<pubDate>Нд, 03 Сер 2008 21:11:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post51]]></link>
		</item>
		<item>
			<title>Asmo</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=34#34">#34</a> <strong>Lombi :</strong>
Most of what you wrote in 1.) and 2.) also already exists (is written).<br />
<br />
The problem starts here: &quot;structure_desc (for list)&quot;<br />
The current code caches the description of the structure which results in huge caches if you have a lot of category descriptions and long ones. Trustmaster already made a plugin called &quot;category descriptions&quot; which handles this bit.<br />
</blockquote>
1)Maybe I was not sufficiently clear idea, here is essential - <strong>order of the elements in the title</strong>, of importance for the page.<br />
<br />
Wrong - site title/page title (as is now)<br />
Right - page title/site title<br />
<br />
2)Yes, I have encountered many more sections - this is indeed a problem. <br />
<blockquote>Apart from that it would also need to have the strip_tags function applied because if there are any html tags inside or URLs the header breaks.</blockquote>
	<br />
Yes, of course.<br />
Maybe it is wise to create a new sanetize function<br />
<br />
<blockquote>
We already have the code for plugins to generate titles and metas so that shouldnt be a problem. The idea is of course that this code be implemented as a standard so all plugins will be able to create their own titles/metas.<br />
</blockquote>
Let that this type of plug-ins supported by default, it would get rid of unnecessary inclusions]]></description>
			<pubDate>Нд, 03 Сер 2008 20:52:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post44]]></link>
		</item>
		<item>
			<title>Lombi</title>
			<description><![CDATA[Most of what you wrote in 1.) and 2.) also already exists (is written).<br />
<br />
The problem starts here: &quot;structure_desc (for list)&quot;<br />
The current code caches the description of the structure which results in huge caches if you have a lot of category descriptions and long ones. Trustmaster already made a plugin called &quot;category descriptions&quot; which handles this bit.<br />
<br />
<blockquote>3) Meta content to be processed function sed_cc() at least. <br />
Because, for example: after the first word in the title will double quote, the search engine will think that it is closing quote meta.<br />
Summary: meta content must be escaped.</blockquote>
<br />
Apart from that it would also need to have the strip_tags function applied because if there are any html tags inside or URLs the header breaks.<br />
<br />
<blockquote>5) For Plugins need to add another 1 type plugin as standalone, but without the inclusion footer.php and header.php, to be able to use dynamic meta tags in ther Plugins.</blockquote>
<br />
We already have the code for plugins to generate titles and metas so that shouldnt be a problem. The idea is of course that this code be implemented as a standard so all plugins will be able to create their own titles/metas.]]></description>
			<pubDate>Нд, 03 Сер 2008 20:27:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post34]]></link>
		</item>
		<item>
			<title>Asmo</title>
			<description><![CDATA[This is a very important change, so I would very much like to follow this <a href="http://www.cotonti.com/datas/users/11-seo_web_developer_cheat_sheet.pdf">&quot;The Web Developer’s SEO Cheat Sheet&quot;</a>, when working on the project.<br />
<br />
<strong>A small To Do list:</strong><br />
<br />
1) The search engine takes of the first 70 characters in the title, therefore, should be brought meta titles in format:<br />
<br />
structure_title - maintitle (for list)<br />
page_title - page_cattitle - maintitle (for pages)<br />
<br />
fs_title - maintitle (for for forum section)<br />
ft_title - fs_title - maintitle (for for forum topic)<br />
<br />
2) For the meta description must be used:<br />
page_desc (for pages)<br />
structure_desc (for list)<br />
fs_desc (for forums sections)<br />
ft_desc (for forum topic)<br />
OR cfg.subtitle if empty<br />
<br />
3) Meta content to be processed function sed_cc() at least.	<br />
Because, for example: after the first word in the title will double quote, the search engine will think that it is closing quote meta.<br />
Summary: meta content must be escaped.<br />
<br />
4) Remove system separator from the process of forming meta title, and use ' - ' (without quotes), so correctly<br />
Because, for example: If I want to use the picture as a system separator?<br />
<br />
5) For Plugins need to add another 1 type plugin as standalone, but without the inclusion footer.php and header.php, to be able to use dynamic meta tags in ther Plugins.<br />
<br />
[spoiler]<em>Please, someone, correct my English, if necessary</em> :)[/spoiler]]]></description>
			<pubDate>Нд, 03 Сер 2008 19:46:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=10&d=0#post26]]></link>
		</item>
	</channel>
</rss>