Version 1.0
Returns the value of the pagetitle field of the metadata.
<title>{{response.selected_page.metadata.pagetitle}}</title>
{{ response.metadata.pagetitle }}
Version 1.0
Returns the value of the title field of the metadata.
<meta name="title" content="{{response.selected_page.metadata.title}}" >
{{ response.metadata.title }}
Version 1.0
Returns the value of the description field of the metadata.
<meta name="description" content="{{response.selected_page.metadata.description}}" >
{{ response.metadata.description }}
Site de teste
Version 1.0
Returns the value of the robots field of the metadata.
<meta name="robots" content="{{response.selected_page.metadata.robots}}" >
{{ response.metadata.robots }}
nofollow
Version 1.0
Returns the value of the og_site_name field of the metadata.
<meta property="og:site_name" content="{{response.selected_page.metadata.og_site_name}}" >
{{ response.metadata.og_site_name }}
Version 1.0
Returns the value of the of_image field of the metadata.
<meta property="og:image" content="{{response.selected_page.metadata.og_image}}" >
{{ response.metadata.of_image }}
Version 1.0
Returns the value of the og_title field of the metadata.
<meta property="og:title" content="{{response.selected_page.metadata.og_title}}" >
{{ response.metadata.og_title }}
Version 1.0
Returns the value of the og_description field of the metadata.
<meta property="og:description" content="{{response.selected_page.metadata.og_description}}" >
{{ response.metadata.og_description }}
Version 1.0
Returns the value of the og_url field of the metadata.
<meta property="og:url" content="{{response.selected_page.metadata.og_url}}" >
{{ response.metadata.og_url }}
Version 1.0
Returns the value of the canonical_url field of the metadata.
<link rel="canonical" href="{{response.selected_page.metadata.canonical_url}}" >
{{ response.metadata.canonical_url }}
//www.redicom.pt/pt/index.php?id=12