Forum

Thread tagged as: Question

Adding help text to meta title

How do I add some help text and characteer count in Perch for the page meta title? I want to add some SEO info for clients e.g. "Only enter a maximum of 59 characters"

I do this already for the meta description where I've modified the page attributes > seo.html file

Neil Duddridge

Neil Duddridge 1 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Use the help attribute on the tag in your template.

https://docs.grabaperch.com/video/v/adding-help/

Hi Drew,

I am already using the help attribute on general field content however it's the perch_pages_title I can't see where to add that attribute. Here is the code I use in the header of pages


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

Drew McLellan 2638 points
Perch Support

Ah I see. There's not an option for the title itself.