File: D:/web/matomo.circ/tmp/templates_c/d9/d9d458a530b8e1608f715d8602ab3170.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @ProfessionalServices/promoSearchKeywords.twig */
class __TwigTemplate_79d614a7f0e79168e8258610873e3f90 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<p style=\"margin-top:3em;margin-bottom:3em\" class=\" alert-info alert\">Did you know?<br/>
Use <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 2
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/recommends/search-keywords-performance/"), "html", null, true);
yield "\">Search Keywords Performance</a>
to see all keywords behind 'keyword not defined'.
All keywords searched by your users on Google, Bing and other search engines will be listed
and you can even monitor the SEO position of your website in their search results.
</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoSearchKeywords.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<p style=\"margin-top:3em;margin-bottom:3em\" class=\" alert-info alert\">Did you know?<br/>
Use <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/recommends/search-keywords-performance/'|trackmatomolink }}\">Search Keywords Performance</a>
to see all keywords behind 'keyword not defined'.
All keywords searched by your users on Google, Bing and other search engines will be listed
and you can even monitor the SEO position of your website in their search results.
</p>
", "@ProfessionalServices/promoSearchKeywords.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoSearchKeywords.twig");
}
}