Changes between Version 12 and Version 13 of TechnicalDescription


Ignore:
Timestamp:
10/31/14 15:04:55 (11 years ago)
Author:
dagmon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalDescription

    v12 v13  
    44# Technical requirements #
    55
    6 ## Google tag manager ##
     6## Google tag manager (GTM) ##
    77Free tag management through which we manage Google Analytics and other scripts.
    88Please add the following directly under the <body> on every page (please make sure it's the very first element under the body tag)
     
    8585## Search engine friendly Breadcrumbs markup ##
    8686See https://schema.org/breadcrumb
    87 This is for better indexing by search engines.
     87This is additional markup in the element, for better indexing by search engines.
    8888
    8989## No-www  with www redirection (if not on subdomain) ##
    9090(Not sure it's still relevant)
    9191## XML Sitemap ##
    92 We should put sitemap.xml file on the root domain .
     92We should put sitemap.xml file on the root domain.
     93See instructions [https://support.google.com/webmasters/answer/183668?hl=en&ref_topic=6080646&rd=1 here].
     94We would like to have sitemap that includes both page and videos.
     95
     96
    9397## “Semantic” IDs and Classes for in tags for better event management via !GoogleTagManager. ##
    94 ## Ability to inject third party code at the bottom of the <head> ##
     98For example, if we have a "register now" button on the sidebar, please add like the following:
     99
     100{{{
     101<a class="register-button">Register now</a>
     102}}}
     103
     104So I'll be able to target individual elements with GTM.
     105## Ability to inject third party code at the top of the <head> ##
     106I will need to add a JS code for A/B testing, at the top of the <head> section. This should be added on the page level.
    95107
    96108(this cannot be done using google tag manager). This is needed for A/B testing software.