Forum

Thread tagged as: Meta

Page Title and Descriptions

Hi

I'm using the following on each page;

<title><?php perch_pages_title(); ?></title>
<?php     
perch_page_attributes(array(        
  'template' => 'seo.html'    
)); 
?>

I've entered the title and descriptions for each page in Page Options, but checking the page listings in google, only the titles are showing... the description is just picking random sentences from the page.

The site is new and was freshly indexed by google.

Do I need to do something else to get the descriptions to work?

Thanks Wayne

Wayne Hooper

Wayne Hooper 6 points

  • 6 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

If you View Source is your meta description showing?

If so then we can't really account for what Google is choosing to do!

Thanks Rachel. Hadn't thought of checking the page source to see if it was showing... weekend brain not working. Its showing the description correctly, so that's OK.