Set Up Google Tag Manager and Google Search Console
Two free Google tools. Both take under an hour to set up. Both will save you significant time and provide critical visibility into how your LLC website performs with Google. GTM handles all your tracking tags in one place; Search Console shows you how Google sees your site and whether your pages are indexed.
This guide walks through both setups in order — GTM first (because Search Console verification can use a GTM-based method), then Search Console and sitemap submission.
Part 1: Google Tag Manager
What is GTM and why use it?
Google Tag Manager is a tag management system — a single snippet of code you add to your website once, which then lets you deploy any number of tracking scripts (Google Analytics, Facebook Pixel, conversion tracking, heatmaps) without touching your HTML again. For a new LLC website, this means:
- Add GA4 through GTM (no code changes to your site)
- Add ad conversion tracking when you start running ads
- Update or remove tags instantly without a developer
- Preview and debug tags before publishing them live
GTM Setup — Step by Step
Go to tagmanager.google.com. Sign in with your Google account. Click "Create Account." Enter your company name and your website URL. Select "Web" as the container type.
GTM provides two code snippets. Paste the first (a <script> tag) into the <head> of every page, as high as possible. Paste the second (a <noscript> tag) immediately after the opening <body> tag. Both are required.
In GTM, go to Tags → New. Choose "Google Analytics: GA4 Configuration." Enter your GA4 Measurement ID (G-XXXXXXXXXX). Set trigger to "All Pages." Save.
Click "Preview" in GTM. Enter your site URL. A debug panel opens at the bottom of your site — you should see the GA4 tag firing on page load.
Click "Submit" → "Publish." Your tags are now live. Preview mode does not send live data; publishing does.
Part 2: Google Search Console
What is Search Console and why does it matter?
Google Search Console (GSC) is your window into how Google sees your website. It shows:
- Which search queries your pages appear for (and your average position)
- Which pages Google has indexed — and which it hasn't, with reasons
- Core Web Vitals scores (page speed and UX signals Google uses for ranking)
- Manual penalties or security issues flagged by Google
For a brand-new website, the most important use is submitting your sitemap so Google discovers your pages quickly instead of waiting for links to appear organically.
Search Console Setup — Step by Step
Sign in with your Google account. Click "Add property." Choose "Domain" type for best coverage, entering yourdomain.com (without https).
For Domain type, Google provides a DNS TXT record to add to your domain. Since you're using Cloudflare, go to Cloudflare DNS → add a TXT record with the value Google provides. Alternatively, use the Google Tag Manager verification method if you prefer HTML-based verification.
In Search Console, go to Sitemaps → enter "sitemap.xml" → Submit. If your sitemap is at yourdomain.com/sitemap.xml, this immediately tells Google about all your pages.
In the URL Inspection tool, enter your most important URLs one at a time and click "Request Indexing." Use this for your homepage and top guide pages — it can speed up initial indexing by days.
What is a sitemap?
A sitemap is an XML file that lists every page on your website — typically located at yourdomain.com/sitemap.xml. Search engines use it to discover URLs they might not find through normal link crawling. For a static HTML site, you can create a sitemap manually. It looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://yourdomain.com/</loc>
<lastmod>2026-01-01</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://yourdomain.com/your-page</loc>
<lastmod>2026-01-01</lastmod>
<priority>0.9</priority>
</url>
</urlset>
How Long Until Google Indexes Your Pages?
After submitting your sitemap and requesting indexing, expect:
- Crawl discovery: 1–7 days for most pages after sitemap submission
- Indexing: A few days to a few weeks for new pages on a new domain
- Search appearance: After indexing, rankings take additional time to stabilize — especially for competitive keywords
Monitor progress in Search Console under Pages → Indexed. A new domain with no external links will index slower than an established site — this is normal and improves over time as your content earns links.
Frequently Asked Questions
What is Google Tag Manager and do I need it for my LLC website?
Google Tag Manager (GTM) is a free tool that lets you add and manage tracking codes — like Google Analytics, ad pixels, and conversion tracking — on your website without editing the HTML each time. For a new LLC website, GTM makes it easy to add and update analytics and marketing tags in one place as your business grows.
What is Google Search Console and why should I set it up?
Google Search Console is a free Google tool that lets you monitor how Google indexes and ranks your website. It shows which search queries bring visitors to your site, what pages Google has crawled, and any indexing errors. For a new LLC website, submitting your sitemap through Search Console is the fastest way to get Google to discover your pages.
What is a sitemap and where do I find mine?
A sitemap is a file (typically sitemap.xml) that lists all the pages on your website so search engines can find them. Many website builders like WordPress, Shopify, or Webflow auto-generate a sitemap at yourdomain.com/sitemap.xml. If your site does not have one, you can create a basic XML sitemap manually and upload it to your site's root directory.
How long does it take for Google to index a new website?
After submitting your sitemap to Google Search Console, it can take a few days to a few weeks for Google to crawl and index your pages for the first time. Submitting your sitemap early is important — it signals to Google that your site is ready to be indexed. You can check indexing status in Search Console under the Coverage or Pages report.