<title>Pawpal - Because they matter !</title>
<meta name="title" content="Pawpal - {title}" />
<meta name="description" content="Pawpal - {shortstory}" />
<head>
....
<?php
if(!$_GET['id']){
// not viewing a full article so display your normal title
echo '<meta name="title" content="Pawpal - Because they matter !" />';
echo '<meta name="description" content="Pawpal.ca- the only professional house-call dog grooming service provider in Downtown Vancouver, operating 7 days a week. To book your home-grooming appointment, e-mail us at contact@pawpal.ca." />';
}else{
// Viewing a full article so display the title of that article + description meta tags
$template = 'title';
include 'news/index.php';
}
?>