Allow titles given to individual landing pages to override title in landing page template

Allow titles given to individual landing pages to override title in landing page template

In the Marketo Landing Page Designer, you can give your page a title by following the steps in this Community article:
http://community.marketo.com/MarketoArticle?id=kA050000000L9DtCAK

However, if the template used by the landing page specifies a title, this title will be used instead of the one given to the landing page by the user. My ideas is to allow the landing page to use a title supplied in the template, but if the user gives the landing page a different title, then the landing page is given this title instead.
3 Comments
Anonymous
Not applicable
I have had this problem also, I hope someone has a solution for this!
Anonymous
Not applicable
I have a solution!!!  Just put your standard title down at the bottom of your <head>. The way HTML works, it will ONLY read the first <title> tag you have in the document. Most best practices say to put that as one of your first meta items, but in this case you should put it as your very last item before </head>  meaning that it comes after php include elements.



Here's how my code looks for our Belgium/Canadian French page.


<!-- Begin SYSTEM INCLUDES - DO NOT EDIT -->
<?php echo $mContext['headElements']; ?>
<!-- End SYSTEM INCLUDES - DO NOT EDIT -->
  
  <title>Bienvenue sur le site de Planon, editeur leader (Belgique en Canada) de logiciels de gestion de l'immobilier et du facility management</title>
 
</head>
kh-lschutte
Community Manager
Status changed to: Open Ideas