HTML5 Data Bindings SEO PHP Support Product Page
Answered
Code added to a page
Asked 12 Aug 2014 06:18:00
1
has this question
12 Aug 2014 06:18:00 Andre Bender posted:
Is there anything elses added to a page when I add SEO to it than<?php include('../../ScriptLibrary/dmxDataBindingsSEO.php'); ?>
I just wonder if I can easily copy-paste this line to all other pages in a site after adding the code to the first page with the extension add-function.
Replies
Replied 12 Aug 2014 08:54:21
12 Aug 2014 08:54:21 Teodor Kuduschiev replied:
Hi Andre,
The extensions adds:
The extensions adds:
<?php include('ScriptLibrary/dmxDataBindingsSEO.php'); ?>at the top of the page and
<meta name="fragment" content="!">in the head.
Replied 12 Aug 2014 08:56:00
12 Aug 2014 08:56:00 Andre Bender replied:
Thanks Teodor!