Controlling Position 1: Your Homepage
Session 6.2 · ~5 min read
Position 1 on your brand SERP is almost always your homepage. This is the one result you have the most control over, and it is the first thing people see when they search your name. Getting this right is foundational.
Yet most businesses treat their homepage title tag and meta description as an afterthought. They write them once during the initial website build and never touch them again. The result is often a generic title like "Home | Company Name" and a meta description that reads like placeholder text.
This session is about treating Position 1 as a deliberate piece of brand communication.
What Google Displays for Position 1
When your homepage appears in search results, Google shows three elements: the title tag, the URL, and the meta description. If your page has strong internal structure, Google may also display sitelinks (sub-pages linked below the main result).
(50-60 characters)"] A --> C["URL / Breadcrumb Path"] A --> D["Meta Description
(150-160 characters)"] A --> E["Sitelinks
(4-6 key pages)"] B --> B1["Brand Name + Core Descriptor"] D --> D1["Value proposition + entity category"] E --> E1["About, Services, Contact, Blog
Determined by Google's algorithm"] style A fill:#222221,stroke:#c8a882,color:#ede9e3 style B fill:#222221,stroke:#6b8f71,color:#ede9e3 style C fill:#222221,stroke:#6b8f71,color:#ede9e3 style D fill:#222221,stroke:#6b8f71,color:#ede9e3 style E fill:#222221,stroke:#6b8f71,color:#ede9e3
Each of these elements is an opportunity to communicate your entity identity clearly. The title tag should tell Google and users what your entity is. The meta description should explain why someone should click. The sitelinks should lead to the most important entity pages on your site.
The Homepage Optimization Checklist
The following table is your complete checklist for homepage optimization as it relates to your brand SERP. Work through each item in order.
| Element | Best Practice | Common Mistake | Example |
|---|---|---|---|
| Title Tag | Brand Name + Entity Descriptor, 50-60 chars | "Home | Company" or keyword stuffing | "Kalicube | Brand SERP and Knowledge Panel Experts" |
| Meta Description | Entity category + value proposition, 150-160 chars | Auto-generated or missing entirely | "Kalicube helps businesses and people optimize their Brand SERP and trigger their Google Knowledge Panel." |
| H1 Tag | One H1 per page. Entity name or core message. | Multiple H1 tags or missing H1 | "Entity Infrastructure for Serious Businesses" |
| Organization Schema | JSON-LD with name, url, logo, sameAs, description | No schema or incomplete schema | Full Organization type with sameAs array |
| Open Graph Tags | og:title, og:description, og:image, og:url | Missing, causing ugly social previews | og:image pointing to a 1200x630px branded image |
| Canonical Tag | Self-referencing canonical pointing to homepage URL | Missing or pointing to wrong URL | <link rel="canonical" href="https://example.com/"> |
| Favicon | Clear, recognizable brand mark at 32x32 and 180x180 | Default CMS favicon or missing | Simplified logo mark that works at small sizes |
| Page Speed | LCP under 2.5s, no layout shift on hero section | Massive hero image, unoptimized assets | WebP hero image under 200KB with explicit dimensions |
| Sitelinks-Friendly Structure | Clear navigation with About, Services, Contact pages | Single-page site or poor internal linking | Top-level nav with descriptive anchor text |
Title Tag Strategy
Your homepage title tag is the single most visible text element on your brand SERP. It appears in blue, clickable text at the top of Position 1. Google uses it to understand what your entity is.
The formula is simple: Brand Name | Entity Descriptor. The brand name comes first because this is a brand search. The entity descriptor tells Google and users what category of entity you are.
Bad examples:
- "Home" (tells Google nothing)
- "Welcome to Our Website" (generic, no entity signal)
- "Best Digital Marketing Agency in Jakarta | SEO | Web Design | Branding" (keyword stuffing, no entity clarity)
Good examples:
- "Kalicube | Brand SERP and Knowledge Panel Optimization"
- "Moz | SEO Software, Tools, and Resources"
- "Patagonia | Outdoor Clothing and Gear"
Notice that each good example names the entity first, then describes what it is in plain language. This is what Google needs to classify your entity.
Meta Description Strategy
Google does not always use your meta description verbatim. It may rewrite it based on the query. But for brand searches (where the query matches your brand name), Google almost always displays your written meta description. This makes it one of the few places where you control the exact text Google shows to searchers.
Your meta description should answer two questions: "What is this entity?" and "Why should I care?" Keep it between 150 and 160 characters to avoid truncation.
Structured Data for Your Homepage
Your homepage should carry Organization (or Person) schema that explicitly declares your entity attributes. This is the same schema you built in Module 2, and it serves double duty here: it feeds the Knowledge Graph and it reinforces your homepage's relevance for brand searches.
At minimum, your homepage Organization schema should include:
name(exact legal or brand name)url(homepage URL)logo(URL to your official logo image)description(one-sentence entity description)sameAs(array of all official social profiles)contactPoint(at least one contact method)
Sitelinks: The Bonus Real Estate
Sitelinks are the sub-page links that sometimes appear below your Position 1 result. Google generates these automatically based on your site structure and internal linking. You cannot directly choose which pages appear as sitelinks, but you can influence the outcome.
Pages most likely to appear as sitelinks:
- About page
- Contact page
- Services or Products page
- Blog or Resources section
To encourage sitelinks, ensure these pages are linked from your main navigation, have descriptive titles, and receive internal links from other pages on your site. A clear site architecture (covered in Module 8) makes sitelinks more likely.
Common Position 1 Problems
The most frequent problems with Position 1 on brand SERPs fall into a few categories. Your homepage might not rank at position 1 at all, which usually means a domain authority problem or a brand name collision (someone else uses the same name). Your title tag might be rewritten by Google, which happens when Google thinks your title does not accurately describe the page. Or your meta description might be replaced, often because it does not match the searcher's query well enough.
If your homepage does not rank at Position 1 for your exact brand name, that is a serious entity signal problem. It means Google does not confidently associate your domain with your entity name. The fix involves strengthening all the entity signals we have covered in earlier modules: NAP consistency, structured data, entity linking, and profile optimization.
According to research, approximately 72% of brand searches return the entity's own homepage at position 1. For the remaining 28%, a social profile, directory listing, or unrelated result occupies the top spot. If you are in that 28%, homepage optimization alone will not fix the problem. You need to strengthen your entity signals across the board.
Further Reading
- Google. "Control Your Title Links in Search Results." Google Search Central. developers.google.com/search/docs/appearance/title-link
- Google. "Control Your Snippet in Search Results." Google Search Central. developers.google.com/search/docs/appearance/snippet
- Barnard, Jason. "Optimising Your Brand SERP." Kalicube, 2022. kalicube.com/learning-space
- Schema.org. "Organization Type." schema.org/Organization
Assignment
- Open your homepage source code and record your current title tag, meta description, H1 tag, and whether you have Organization schema markup.
- Rewrite your title tag using the "Brand Name | Entity Descriptor" formula. Keep it under 60 characters.
- Rewrite your meta description to answer "What is this entity?" and "Why should I care?" Keep it under 160 characters.
- Check whether your homepage has a self-referencing canonical tag. If not, add one.
- Verify your Organization schema includes at minimum: name, url, logo, description, and sameAs. If any are missing, update your markup.