Page 1 of 1

variables for <meta>

Posted: Mon Oct 16, 2017 4:56 pm
by Stéphane
Hello,
What's the complete list of possible variables for <meta> in <header> ? I would like to add a RDFa meta bloc like :

Code: Select all

<link rel="dc:identifier" href="{currentPageUrl}" />
    <meta property="dc:title" content="{title}" />
    <meta property="dc:description" content="{metaDescription}" />
    <meta property="dc:subject" content="{metaKeywords}" />
    <meta property="dc:creator" content="{metaPublisher}" />
    <meta property="dc:type" content="Page web" />
    <meta property="dc:format" content="text/html" />


And for :

Code: Select all

<link rel="dc:identifier" href="{currentPageUrl}" />
I would like to display the "ID" URL : [myfaq]/index.php?solution_id=1007

It's possible ?

Best,

Stéphane.

Re: variables for <meta>

Posted: Thu Oct 19, 2017 7:49 pm
by Thorsten
Hi,

yes, just add it to index.tpl

bye
Thorsten

Re: variables for <meta>

Posted: Fri Oct 20, 2017 10:11 am
by Stéphane
Sorry, but I search only all different variables for templates ?
Best,
Stéphane.

Re: variables for <meta>

Posted: Sat Oct 21, 2017 12:17 pm
by Thorsten
Hi,

yes, that's the only way. Sorry.

bye
Thorsten