Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi

I have a includes/header.php file with the following meta tags code

Code: Select all
<meta name="keywords" content="<?php echo $pgKeywords ?>">
<meta name="description" content="<?php echo $pgDesc ?>">


In the php pages, I have the following

Code: Select all
<?php 
$pgDesc="Description";
$pgKeywords="Keywords";
include ( 'includes/header.php' );
?>


Can the meta description and meta keywords be editable on each page template, if so how can it be done please
UPDATE: I just found a post of mine I asked back in 2015 and tried the tags and it's worked

The post I found is viewtopic.php?f=2&t=9070&p=18739&hilit=seo+tags#p18739 if it helps anyone else out needing to do the same thing
2 posts Page 1 of 1