These are my slides from BrightonSEO On Tour. A mini meetup held at the Daisy in Northern Quarter, Manchester. I discuss how you can use jQuery to implement title tags, canonical tags and more
Using The Data Layer & The DOM To Implement Your Technical SEO Recommendations
1. Charlie Whitworth
Using the Data Layer & The DOM to
Implement Your SEO
Recommendations
@whitworthseo
http://www.slideshare.net/whitworthseo
Organic Search Director
3. very simply…
The data layer can be very simple, composed
of a single variable, or it can be complex,
composed of multiple nested variables. It all
depends on what data you need
34. freebies to finish…
<script>document.getElementsByTagName("META")[1].content = "NFA generator";</script>- We Can
edit any meta tag here
<script>document.title = "Fostering Agency";</script> - Title Tag
Watch out for broken code in your header, could
stop your tags from being executed
Make sure your GTM container is on every page!