HTML5 Data Bindings SEO PHP Support Product Page
Answered
Code added to a page
Asked 10 years ago
1
has this question
10 years ago 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 10 years ago
10 years ago 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 10 years ago
10 years ago Andre Bender replied:
Thanks Teodor!