Can we use Dynamic Tag Manager to add things like the rel=canonical, rel=page,next, or meta data or robots meta data tag?
Below are some of the most important SEO tagging requirements for our new site but they are not supported by Hybris’ out-of-the-box functionality. I’d like to confirm if we could do this at the page level through the tag manager we’re looking to install.
· Meta Robots tag
e.g. In the <head> section, add <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> to indicate if we want the page to be indexed, and/or the links on the page should be followed.
Canonical Link: In the <head> section, add <link rel="canonical" href="http://www.example.com/page-1"> to address the duplicate content issue.
· Annotations for Desktop and Mobile URLs Since we’ll still have the m-dot version URLs for the mobile site, we need this tag for every desktop page that has a corresponding mobile page. On the desktop page, add: <link rel=”alternate” media=”only screen and (max-width: 640px)” href=http://m.example.com/page-1>. On the mobile page, add <link rel=canonical” href=http://www.example.com/page-1>
DTM allows you to add any HTML or Javascript tag to your site. Any limitation you face would be imposed by the browser. If you have specific questions, please reach out to customer care.