Changes between Version 12 and Version 13 of TechnicalDescription
- Timestamp:
- 10/31/14 15:04:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TechnicalDescription
v12 v13 4 4 # Technical requirements # 5 5 6 ## Google tag manager ##6 ## Google tag manager (GTM) ## 7 7 Free tag management through which we manage Google Analytics and other scripts. 8 8 Please add the following directly under the <body> on every page (please make sure it's the very first element under the body tag) … … 85 85 ## Search engine friendly Breadcrumbs markup ## 86 86 See https://schema.org/breadcrumb 87 This is for better indexing by search engines.87 This is additional markup in the element, for better indexing by search engines. 88 88 89 89 ## No-www with www redirection (if not on subdomain) ## 90 90 (Not sure it's still relevant) 91 91 ## XML Sitemap ## 92 We should put sitemap.xml file on the root domain . 92 We should put sitemap.xml file on the root domain. 93 See instructions [https://support.google.com/webmasters/answer/183668?hl=en&ref_topic=6080646&rd=1 here]. 94 We would like to have sitemap that includes both page and videos. 95 96 93 97 ## “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> ## 98 For 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 104 So I'll be able to target individual elements with GTM. 105 ## Ability to inject third party code at the top of the <head> ## 106 I 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. 95 107 96 108 (this cannot be done using google tag manager). This is needed for A/B testing software.