Top Banner
What Universal Analytics can do for your SEM strategy. @smonnier
29

Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Jan 27, 2015

Download

Marketing

Woptimo

Presentation made at the Superweek 2014 in Hungary by Sébastien Monnier from Woptimo. These slides explain a few tips on how you can configure Universal Analytics, with the help of Google Tag Manager, to have a better understanding of your SEO and SEA traffic.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

What Universal Analytics can do for your SEM

strategy.

@smonnier

Page 2: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Who am I?● Natural Language Processing Academic Background● Googler for 3 years (Search Quality + GA team)● Woptimo founder in 2010: SEO, SEA, Digital Analytics...● Woptimo international founder in 2013

Some clients:

@smonnier

Page 3: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Server-side Hit● GoogleBot monitoring● Offline conversionCustom Dimensions● MetaRobots information● Authorship

@smonnier

Page 4: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Server-side Hit. It is time to take control of all your metrics.

Page 6: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

OK

Page 7: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Client ID

Client ID

OK

Page 9: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

2 - Send Client ID along with the form

<script>

ga(function(tracker) { var clientId = tracker.get('clientId'); $("form.wpcf7-form").append("<input type='hidden' name='clientId' value='"+clientId+"'>");});

</script>

Page 10: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

3 - Save the ID in your CRM (or just keep it in your incoming e-mail)

Page 11: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

4 - Create a specific form

Page 12: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

When processing the formJust send it to GA collector... with a server-side Hit

using curl or any other system.

Page 13: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Define this event as a goal in Analytics

Page 14: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

GoogleBot Monitoring

Page 15: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Why should you monitor GoogleBot ?

● Know if GoogleBot misses some pages● Evaluate time between publishing and crawling / indexing● Identify pages that should not get crawled● Check how important Google thinks you are

Page 16: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Specific Universal Analytics account

Page 17: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Specific PHP server-side script inspired by Cardinal Path’s script (source)

Page 18: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Check PageViews report --> interesting insights

Page 19: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Not as accurate as checking your log file, but much easier to put in place.

Page 20: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Custom Dimensions

Page 21: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Collect anything : Metrics or other type of data

Page 22: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Example 1 - Custom Dimension - Robots

1

In GA Admin - Create the Custom Dimension

2In GTM, create a macro to get Meta Robots

Page 23: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Example 1 - Custom Dimension - Robots

3In GTM - send the macro as Custom Dimension

4In Ga - Create a Custom Report

Page 24: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Example 2 - Authorship

Page 25: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Example 2 - Custom Dimension - Authorship

Same process:

1. Create a Macro in GTM2. Send the Macro as a Custom Dimension3. Create the custom Dimension In GA4. Create a custom Report

.... and voilà !

Page 26: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Beyond usual Analytics

Page 27: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

A WebPage is not only● URL● Title

It also has● an author● indication for the bots● call-to-action● a layout● breadcrumbs● convincing and relevant content● images, rich media ...

All this can have an impact on SEO, we should integrate this in your Digital Analytics

Page 28: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

Here is a sample of things I would like to know

Do I get SEO traffic on pages with a canonical link?

Do people stay longer on articles with images? what kind of images?

Which author manage to have the more comments? Is it related to the size of its articles?

If I use 3 synonyms of my main keyword, will I get more SEO traffic?

Do I have more SEO traffic when sentences are short?

Page 29: Universal Analytics and SEO: How to improve your SEM strategy with Analytics's new features.

... and this is just the beginning. @smonnier