Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 264
Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 276
Deprecated: strripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /var/www/clients/client1/web1/web/functions.php on line 276
Ezbloo default article templates for seo
<?php include('header.php'); ?> <meta name="google-site-verification" content="iqnvpznMC-7trMxrpuGBU2d-YuySWSh2oJVsjLRGXCU" /> <?php sharebuttons(); ?> <div class="container-fluid"> <div class="row"> <div class="col-sm-8"> <div itemscope itemtype="http://schema.org/NewsArticle"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="<?php siteurl(); ?><?php posturl(); ?>"/> <h2 itemprop="headline"><?php posttitle(); ?></h2> <?php postdesc(); ?> <div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <img src="<?php postfimage(); ?>" class="img-responsive"/> <meta itemprop="url" content="<?php postfimage(); ?>"> <meta itemprop="width" content="<?php fimgw(); ?>"> <meta itemprop="height" content="<?php fimgh(); ?>"> </div> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <img src="<?php postlogo(); ?>"/> <meta itemprop="url" content="<?php postlogo(); ?>"> <meta itemprop="width" content="<?php postlogowidth(); ?>"> <meta itemprop="height" content="<?php postlogoheight(); ?>"> </div> <meta itemprop="name" content="<?php webcompany(); ?>"> </div> <meta itemprop="datePublished" content="<?php datepub(); ?>"/> <meta itemprop="dateModified" content="<?php datemod(); ?>"/> <?php postcat(); ?> <?php posttag(); ?> <?php reviewform(); ?> <?php reviewarticles(); ?> <?php ratings(); ?></div></div> <div class="col-sm-4"><?php sidebarr(); ?></div> </div> </div> <?php include('footer.php'); ?>


Category: templates
Leave a review