DKI Insertion on wordpress

0 replies
  • SEO
  • |
Out of curiosity, I entered the PHP code on one of my pages and the keyword will only dynamically insert within the header & body codes. How do I get the DKI to work on my landing page on the title and meta for Word Press? Thanks!

<?php
if ($_GET['kw']) {$strKeyword = ucwords($_GET['kw']);} else {$strKeyword ="Personal Development" ;}; // Set Keyword
$strTitle = "Make money with " . $strKeyword . "!"; // Set Title
$strDescription = "Make money with " . strKeyword; // Set Description
$strHeadline = "Make money with<br />" . strKeyword; // Set Headline
?>
#dki #insertion #wordpress

Trending Topics