Hello,
My web developer stepped away from the project and I am looking for a bit of help with modifying a few titles that share the same tag.
If you go to http://www.yourlume.com you can notice that the “story” and “post a story” share the same title…I believe this is being generated from the home page. Below is the code from the template for the Post a Story page, any help on what I would need to do to add custom titles to these pages so Google will recognize them.
thanks,
Andrew
Code below:
{assign_variable:my_weblog="lume_general"}
{assign_variable:my_template_group="general"}
{embed="core/.html_head"}
<body class="blog pitch">
<div id="header">
<div class="content">
{embed="core/.nav_primary" weblog="{my_weblog}" template="{my_template_group}"}
{embed="core/.nav_utility"}
</div>
</div>
<div id="wrapper">
<div id="frame">
<div id="primary" class="general">
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks" category="not 11" }
<h1 class="categoryHeader">{title}</h1>
{general-body }
{/exp:weblog:entries}
{embed="core/.journal"}
</div>
<div id="secondary">
<h3 id="ecostory" class="title">Eco Story</h3>
YourLUME has partnered with American Forest to plant trees. For every story you contribute, YourLUME will make a donation to help grow our forests.
<a href="http://www.americanforests.org/" target="_blank" rel="noopener">/resources/images/embed/americanForest.jpg</a>
</div>
{clear}
{embed="blog/calendar-code"}
{embed="core/.html_foot"}