A couple of things:
1. keywords, I tried various setting of 'number', 'length', and 'density', however only the words I entered under 'Set of default keywords to always include, comma seperated list:" show up.
2. My JS calls are put in GCB's. If I put
Code: Select all
{global_content name='UB_head_js'}
{capture assign="metadescription"}{content block="metadescription" wysiwyg='false' default=''
label='Meta Description' rows='4'
description='Logboek van zeilboot Uisge Beatha, beschrijving van tochten, ervaringen en klussen die aan mijn Hanse 311 door mij worden of zijn gedaan.'}{/capture}
{CGFeedMaker action='autodiscovery' feed='logboek'}
{analitics urchin="UA-3361592-1"}
3. I already entered my Analytics ID in the web property if. Just wondering if I'm able to check the id is being used, this because I don't see the id in the page source.
4. After some cleaning, my <head>-source currently looks like:
Code: Select all
<head>
{capture assign='get_content'}{content}{/capture}
{if !isset($pagetitle)}
{capture assign='pagetitle'}{title}{/capture}
{/if}
{MetaMax}
{strip}
{process_pagedata}
{/strip}
{if isset($canonical)}<link rel="canonical" href="{$canonical}" />{elseif isset($content_obj)}<link rel="canonical" href="{$content_obj->GetURL()}" />{/if *}
{if $canonical != ''}
<link rel="canonical" href="{$canonical}" />
{elseif $page_name == 'lbjaar'}
<link rel="canonical" href="http://www.uisge-beatha.eu/logboek/" />
{/if}
{tracewatch}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{global_content name='UB_head_js'}
{capture assign="metadescription"}{content block="metadescription" wysiwyg='false' default=''
label='Meta Description' rows='4'
description='Logboek van zeilboot Uisge Beatha, beschrijving van tochten, ervaringen en klussen die aan mijn Hanse 311 door mij worden of zijn gedaan.'}{/capture}
{CGFeedMaker action='autodiscovery' feed='logboek'}
{analitics urchin="UA-3361592-1"}
</head>