I've got a situation where I've made what I think are all the adjustments as indicated in the User Guide to add meta tags & unique title tags.
However, even though xdynamictitle is set to yes, and the code in shoppage_header.htm is correct:
<title><%shopdynamictitle "title"%></title>
<meta name="description" content="<%shopdynamictitle "description"%>">
<meta name="keywords" content="<%shopdynamictitle "keywords"%>">
<%inserturchinstats%>
I'm still not getting the page titles I'm expecting (all page titles are the same).
Is there something I'm missing? I've read through all the forum topics I could find that address this, but none seemed to resolve my issue.