Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi friends,

I am new in this board, again just developed a new website with couchcms. when ever I'm interested for optimize my website on the search engines, I just thought about the SEO plugins, just like wordpress. But I'm not sure with couchcms. So can you anyone please conform me is there any SEO plugins available like following:
_Metadescriptions
_Titledescriptions
_Pagetitle
_SEO-Titles
_Keyword Density Check

Thanks in Advance,
Manoj
Hi and welcome Manoj :)

Couch, unlike Wordpress, does not use plugins.
That is not to say that you cannot optimize sites made with it for SEO.
It is just that you'll have to do the work yourself.

One can easily create editable regions for meta desc, keywords etc.
The title of the pages can be generated using regular Couch tags.
For example, following is the code being used by this site -
Code: Select all
<title><cms:show k_template_title /> <cms:if k_is_folder>- <cms:show k_folder_title /> </cms:if><cms:if k_is_page>- <cms:show k_page_title /> </cms:if>| CouchCMS - A simple and Open-Source CMS for web designers</title>

You can choose your own format.

The point is, if one knows what is required for SEO optimization he can easily get it done himself. Couch, sticking to its philosophy, doesn't stop you from doing whatever you want with your markup.

Hope this helps.
2 posts Page 1 of 1