Meta Tags Audit: How to Fix Your Title, Description, and Open Graph Tags
Learn how to audit your website's title tags, meta descriptions, and Open Graph tags to control how your business appears in search results and social shares.
# Meta Tags Audit: How to Fix Your Title, Description, and Open Graph Tags

Every time someone finds your business in Google or shares your page on social media, meta tags control what they see. The headline in the search result, the two-line summary underneath it, the image thumbnail on a Facebook share — all of it comes from small tags sitting invisibly in your page's HTML.
Most small business websites have at least one of these broken, missing, or set to a CMS default that was never changed. This guide explains what each tag does, what "broken" looks like in practice, and how to fix it without touching code.
What Are Meta Tags?
Meta tags are short pieces of HTML that live in the section of a webpage. Visitors never see them directly. But search engines and social platforms read them constantly.
Three meta tags matter most for how your business looks online:
- Title tag — the clickable headline in Google search results
- Meta description — the summary text beneath the title
- Open Graph (OG) tags — the image, title, and description that appear when someone shares your page on Facebook, LinkedIn, WhatsApp, or iMessage
If any of these are wrong or missing, you're leaving first impressions to chance.
Title Tags: Your Most Visible Real Estate in Search

The title tag is the single most important on-page SEO element for most pages. It tells Google what the page is about, gives searchers a reason to click, and appears in browser tabs and bookmarks.
html
What a good title tag does:
- Describes exactly what the page covers
- Includes the primary keyword naturally
- Stays under 60 characters — longer titles get cut off in search results
- Is unique per page
Common title tag problems:
| Problem | Example |
|---|---|
| Too long, gets truncated | "Welcome to Sweet Layers Bakery — Austin's Best Custom Wedding and Birthday Cakes Since 2009" |
| Generic or missing | "Home" or "Page 1" |
| Same title on every page | "Sweet Layers Bakery" on every page site-wide |
| Keyword stuffing | "wedding cakes Austin TX bakery custom cakes Austin wedding" |
The 60-character rule in practice:
Google measures title length by pixel width, not a hard character count — but 60 characters is a reliable working limit. A title like "Affordable HVAC Repair in Denver | Arctic Air Services" (52 characters) fits cleanly. A title like "Arctic Air Services: Affordable HVAC Repair, Maintenance, and Installation in Denver and Surrounding Areas" gets truncated to "Arctic Air Services: Affordable HVAC Repair, Maintena…" — cutting off the location, which is often the detail a local searcher needs most.
Mini-checklist for title tags:
- [ ] Every page has a unique title
- [ ] Title is under 60 characters
- [ ] Primary keyword appears naturally (not stuffed)
- [ ] Brand name included on key pages (usually after a dash or pipe)
- [ ] No default CMS placeholder text ("Just another WordPress site," "Untitled Page")
Meta Descriptions: The Pitch Below the Headline
The meta description doesn't directly affect search rankings — Google has confirmed this publicly. But it does affect whether people click. A well-written description functions as a one-sentence ad for the page.
html
Fresh local ingredients, baked to order. Free tastings on weekends.">
What makes a meta description work:
- Tells the user what they'll get if they click
- Stays between 120–160 characters (shorter wastes the space; longer gets cut off)
- Reads like a sentence a human wrote, not a keyword list
- Includes a soft nudge toward action where it fits naturally
What happens when you skip it:
When a meta description is missing, Google generates one automatically from wherever it wants on your page. Sometimes the result is acceptable. More often it's a fragment from your navigation, a cookie consent notice, or a mid-paragraph sentence with no context.
Common mistakes:
- No description at all: Google auto-generates from page text with unpredictable results
- Duplicate descriptions: The same description on every page signals thin content
- Too long: Description gets cut mid-sentence in search results
- Vague and generic: "Welcome to our website. We offer many great services." tells no one anything
Mini-checklist for meta descriptions:
- [ ] Every important page has a unique description
- [ ] Description is 120–160 characters
- [ ] Describes what the page actually contains
- [ ] Includes a soft call-to-action where appropriate ("See our menu," "Get a free quote")
- [ ] No duplicate descriptions across pages
Open Graph Tags: Controlling How You Look on Social Media

Open Graph (OG) is a protocol originally created by Facebook. It tells social platforms — Facebook, LinkedIn, Slack, iMessage, WhatsApp — what image, title, and description to show when someone shares a link to your page.
Without OG tags, platforms scrape whatever they can find. That usually means a random image (often your logo at 16×16 pixels, or a blank gray box) and a garbled or truncated title.
html
Why OG tags matter even if you don't post on social media:
Customers share your pages for you. A happy customer posts your menu link in a neighborhood group. A local blogger references your services page. A journalist links to your about page. Each of those creates a share card someone sees before clicking. Without OG tags, that card looks broken. With them, it looks intentional.
OG image specifications:
The og:image tag creates the biggest visual difference. A safe target across all major platforms:
- Dimensions: 1200 × 630 pixels
- Format: JPG or PNG
- File size: Under 1 MB
- Content: Something specific to the page — a product photo, your storefront, the service you're promoting — not a generic logo on white
Twitter/X cards:
Twitter uses its own tag set but falls back to OG tags when Twitter-specific tags are absent. The one tag worth adding explicitly:
html
Without this, Twitter shows a small thumbnail even if your OG image is properly sized.
Mini-checklist for Open Graph tags:
- [ ]
og:titleset - [ ]
og:descriptionset - [ ]
og:imageset to a 1200×630px image specific to the page - [ ]
og:urlset to the canonical URL - [ ]
og:typeset (usually "website" or "article") - [ ]
twitter:cardset to "summary_large_image"
Walkthrough: Auditing a Local Service Business
Say you run a plumbing company in Columbus, Ohio. Your homepage title currently reads:
> "Home — Johnson Plumbing"
There's no meta description. Your OG image is missing entirely.
In search results: Someone searches "emergency plumber Columbus." Your title says "Home" — not your service, not your location. Your description is auto-generated from whatever text Google scraped first, possibly your navigation links.
On social media: A happy customer shares your page in a neighborhood Facebook group with 4,000 members. The share card shows a broken image box and the title "Home — Johnson Plumbing."
The fix, step by step:
Homepage title: Change it to:
> "Emergency Plumber in Columbus, OH | Johnson Plumbing" (52 characters)
Homepage meta description: Write:
> "24/7 emergency plumbing in Columbus, OH. Licensed, insured, same-day service. Call Johnson Plumbing for fast, affordable repairs." (131 characters)
OG image: Take a clean photo of your truck, crew in uniform, or storefront. Resize it to 1200×630 pixels. Upload it and add the og:image tag pointing to that file URL.
OG title and description: These can match your title tag and meta description exactly. Or write a slightly more conversational version — OG content is for social context, so tone can shift slightly.
Total time: 15–30 minutes in most CMS platforms. WordPress, Squarespace, Wix, and Shopify all have built-in meta tag fields in their page editors. No code required.
How to Check Your Current Meta Tags

You don't need to dig into HTML to audit your tags. A few practical methods:
1. Google your business name. Look at your listing. Is the title what you expect? Is the description accurate and complete, or does it look auto-generated?
2. Social share debuggers. Facebook's Sharing Debugger and LinkedIn's Post Inspector both let you paste a URL and see exactly what share card would appear — including whether your OG image loads at the right size.
3. View page source. Right-click any page in your browser and select "View Page Source." Press Ctrl+F (Cmd+F on Mac) and search for and to see exactly what's set.
4. Run a site-wide audit. Most businesses fix their homepage and stop there. But service pages, blog posts, and product pages each need their own tags. Checking them one by one is slow. An automated audit surfaces every missing, duplicate, or oversized tag across your entire site at once.
Priority Order if You're Starting From Zero
- Fix or write title tags for your 5 most-visited pages
- Add meta descriptions to those same pages
- Set OG image, title, and description on your homepage and any pages shared on social
- Work through the remaining pages over the following weeks
Meta tags are one of the few places where 30 minutes of work produces a visible, measurable change in how your business appears to the outside world. No developer, no budget, no plugin required.
Run a free meta tag audit at FreeSiteAudit. Paste your URL and you'll see every missing, duplicate, or oversized title and description across your entire site — no account required.
Sources
- Google Search Central: How Google generates title links — https://developers.google.com/search/docs/appearance/title-link
- Google Search Central: Control your snippets in search results — https://developers.google.com/search/docs/appearance/snippet
- The Open Graph Protocol — https://ogp.me/
- Google Search Central: Creating helpful, reliable, people-first content — https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Related Tools
Related Fixes
Check your website for free
Get an instant score and your top 3 critical issues in under 60 seconds.
Get Your Free Audit →