Linking Search Console and Google Analytics to Your Driving School Site
Linking Search Console and Google Analytics to Your Driving School Site
In this guide, we'll walk you through the steps to link two free Google tools to your website: Search Console and Google Analytics. Together, they provide a complete picture of how your site performs in Google and what visitors do. This should take about 10 minutes.
[SCREENSHOT: overview of Search Console and Analytics side by side in a browser]
What is Search Console and Why Do You Need It?
Search Console is Google's free tool that shows how your site is doing in search results. You'll see:
- Which search terms people use to find your driving school (e.g., "driving school eindhoven" or "automatic driving license")
- How often you appear in Google and how often you're clicked
- If there are technical issues preventing Google from crawling your site
- Which pages are and aren't indexed in Google
For SEO (being found in Google), this is essential. Without Search Console, you're flying blind.
What is Google Analytics?
Analytics is a separate tool, but it often comes with the package. Search Console shows what happens before someone visits your site (in Google), while Analytics shows what happens after they visit your site:
- How many visitors you have per day, week, month
- Which pages they view
- How long they stay
- Which device (mobile, laptop, tablet) and region they're from
- Which pages lead to a request
In short: Search Console = SEO. Analytics = visitors. You want both.
What Do You Need?
- A Google account (your regular Gmail will work)
- About 10 minutes
- Your website must be online already
- Login credentials for your website management
Search Console β Step by Step
1. Open Search Console
Go to https://search.google.com/search-console and log in with your Google account.
[SCREENSHOT: Search Console start page with the "Get started" button]
2. Add Property
Click on Add property in the top left corner. You'll have two options: "Domain" and "URL prefix". Choose URL prefix β it's the easiest way.
Enter your full website address, including https://. For example:
https://your-drivingschool.nl
[SCREENSHOT: choosing between Domain and URL prefix with URL prefix marked]
3. Choose Verification Method
Google needs to make sure the site is really yours. You'll see a few verification methods. Choose HTML tag.
You'll see a line like this:
<meta name="google-site-verification" content="abc123def456ghi789...">
[SCREENSHOT: HTML tag verification screen with the meta tag visible]
4. Copy Only the Content Value
This is important: copy only the part between the quotes of content="...". Just the code, not the whole tag.
- Yes:
abc123def456ghi789... - No:
<meta name="google-site-verification" content="abc123def456ghi789...">
Don't close Search Console yet β you'll come back to it later.
5. Paste the Code into Your Website Management
Open a new tab and log in to your website management via admin/login.php (e.g., https://your-drivingschool.nl/admin/login.php).
[SCREENSHOT: website management login screen]
In the left menu, you'll see an item Google linking. Click on it.
[SCREENSHOT: admin panel sidebar with Google linking marked]
Paste the code you just copied into the Search Console verification field. Click Save.
[SCREENSHOT: Google linking form with the Search Console field filled in]
6. Verify in Search Console
Go back to the Search Console tab and click Verify.
If everything is set up correctly, you'll get a green checkmark and a confirmation that your site is verified.
[SCREENSHOT: green "Property verified" confirmation screen]
If it doesn't work right away, wait 1-2 minutes and try again. Sometimes there's still some cache in the way.
Submitting a Sitemap
A sitemap is a list of all pages on your site. This helps Google find everything faster. Your site generates this automatically.
In Search Console:
- Click on Sitemaps in the left menu
- Enter
sitemap.xmlin the field - Click Submit
[SCREENSHOT: Sitemaps screen with sitemap.xml filled in]
Done. Google will now fetch the sitemap and start indexing your pages.
Google Analytics β Step by Step
1. Open Analytics
Go to https://analytics.google.com and log in with the same Google account.
[SCREENSHOT: Google Analytics start screen]
2. Create an Account
Click on Admin (the gear icon) in the bottom left corner. If you don't have an account yet, click Create account and give it a name, e.g., your driving school's name.
3. Create a Property
Click on Create property. Enter your driving school's name as the property name, choose the Netherlands as the time zone, and Euro as the currency.
[SCREENSHOT: create property form with driving school name filled in]
4. Add a Web Stream
Under "Data stream", choose Web and enter your domain URL (e.g., https://your-drivingschool.nl). Give the stream a name, e.g., "Main site".
[SCREENSHOT: web stream form with domain and stream name]
5. Copy the Measurement ID
After creating the property, you'll see your Measurement ID. It always starts with G-, e.g., G-XXXXXXXXXX. Copy this code.
[SCREENSHOT: Measurement ID screen with G-XXXXXXXXXX marked]
6. Paste into Your Website Management
Go back to your website management, to the Google linking screen. Paste the Measurement ID into the Google Analytics Measurement ID field. Click Save.
[SCREENSHOT: Google linking form with the Measurement ID G- filled in]
What Happens Automatically?
Once you save, the following happens behind the scenes:
- The Search Console verification tag is automatically added to the
<head>of all pages - The Analytics measurement script is loaded on all pages
- If you make changes later, the site will update everything automatically
You don't need to touch the code yourself. Just paste it once, and you're done.