微信客服
Telegram:guangsuan
电话联系:18928809533
发送邮件:[email protected]

Brand name is unique and competition is low丨but the website does not appear in Google rankings

Author: Don jiang

Is your new brand name unique, with industry competition below 10 (Ahrefs Keyword Difficulty value), yet you still can’t find your official website on Google?

Data shows that 78% of first-touch users will directly search for the brand name, but a 2023 GSC sampling report indicates that 15% of unique brand websites are not indexed due to technical issues, and 42% of indexed pages fail to enter the top 10 because of thin content.

Brand keywords not ranking

Troubleshooting Basic Technical Issues

GSC’s Q4 2023 report shows that the non-indexing rate for new sites within 3 months is about 35%, with 70% caused by technical barriers: 22% accidentally blocked by robots.txt, 18% due to server 5xx errors, and 25% because JS dynamic content cannot be parsed by Google.

Even if indexed, 12% of pages are hidden due to the noindex tag, making them essentially “invisible” to Google.

Use the site: Command to Confirm Indexing Status

What is the site: command?

The site: command is an advanced search operator in Google used to limit search results to only show pages under a specific domain.

For example, by typing site:yourbrand.com, Google will return all pages from your website that it has already indexed.

According to GSC’s Q4 2023 “New Site Indexing Trends Report,” 28% of independent sites are completely unindexed within 3 months of launch, with 15% due to technical issues (such as robots.txt blocking) and 13% due to crawling delays.

The site: command is the fastest way to see: “Does your website exist in the Google search engine?”

Correct Use of site:

1. Don’t omit “www” or subdomains

If your site has both www.yourbrand.com and yourbrand.com versions, Google treats them as different domains.

For instance, entering site:yourbrand.com might only show indexing for the non-www version, while site:www.yourbrand.com shows the www version.

Data Reference: An Ahrefs track of 500 new brands showed that 32% of brands mistakenly believed they were “not indexed” because they ignored subdomain differences, when in fact Google had only indexed one version.

2. Add keywords to narrow the scope

If you want to confirm whether a “brand name page” is indexed, you can type site:yourbrand.com YourBrandName.

For example, site:example.com ExampleBrand—this will only show results among indexed pages that contain “ExampleBrand.”

Use Case: When the homepage is indexed, but you want to confirm if specific pages like “About Us” or “Product Pages” exist.

3. Results are not real-time

After Google crawls a page, it takes time to process and update the index. On average, it takes 3-7 days for a new page to move from crawling to appearing in site: results (official GSC data).

If you submit a URL today, it’s normal to see no results via site: tomorrow—only if there is no change after 10 days should you troubleshoot technical issues.

From “No Results” to “Fully Indexed”

Result 1: No pages displayed (Most common)

Symptoms: A message below the search box says “did not match any documents,” or it shows “About XX results” but displays no specific pages.

Possible Reasons:

  • Completely uncrawled (45%, GSC 2023 data): Google’s spider has never visited your site. Common causes include server configuration errors (e.g., IP blocking), domain resolution issues (DNS not active), or the site has been live for less than 24 hours (new domains take time for the first crawl).
  • Completely blocked by robots.txt (22%): There is a Disallow: / in the robots.txt file, or crawling is prohibited for all paths (e.g., Disallow: /*).
  • Page content is empty or invalid (18%): For example, the homepage only has images and no text, or it’s a 404 error page, leading Google to determine there is “no valid content to index.”

Next Steps:

  1. Check Domain Resolution: Use tools (like MXToolbox) to confirm DNS is active and accessible globally without latency.
  2. Check robots.txt: Enter yourdomain/robots.txt to ensure there are no Disallow: / or full-path prohibition directives.
  3. Manually Submit URL: Enter your homepage link into the GSC “URL Inspection” tool and click “Request Indexing” to force a Google crawl.

Result 2: Only partial pages shown (e.g., Homepage + 1-2 inner pages)

Symptoms: You can see a few pages, but far fewer than expected (e.g., an e-commerce site with 50 product pages only shows the homepage and Product Page A).

Possible Reasons:

  • Insufficient internal linking (38%, SEMrush research): Google’s spider discovers pages primarily through links. If Product Page A is linked from the homepage, but Product Page B can only be loaded via JS in Product Page A, the spider may get “lost.”
  • Low page authority (25%): For new pages or low-interaction pages (like “Privacy Policy”), Google may prioritize crawling but temporarily withhold them from site: results.
  • Messy URL parameters (15%): For example, product pages with random parameters (example.com/product?id=123&ref=abc) may be viewed by Google as duplicate pages, resulting in only one being indexed.

Next Steps:

  1. Check Internal Link Structure: Use Ahrefs’ “Site Audit” tool to check the number of “unlinked pages”—if it exceeds 30% of total pages, linking is insufficient.
  2. Simplify URLs: Remove irrelevant parameters to ensure every page has a unique, static URL (e.g., example.com/product-name).
  3. Increase Page Interaction: Add a “Popular Products” module to the homepage to guide the spider to crawl more inner pages.

Result 3: Full page list displayed (Ideal state)

Symptoms: Most pages of the site are visible, especially core pages (Homepage, Product Pages, About Us).

Verify “Indexing Quality”:

  • Cross-verify with GSC: Go to GSC “Indexing” -> “Coverage,” click on “Indexed” pages, and check the “Page Experience” score (below 80 may indicate mobile adaptation or loading speed issues affecting ranking).
  • Check for “Duplicate Content”: If multiple pages have highly similar titles and descriptions (e.g., “Men’s T-shirt” and “Men’s Top”), Google might only index one and mark others as “Duplicate.”

Data Reference: Even if site: shows full indexing, 12% of pages are still devalued by Google due to “low quality” (Source: 2023 Google Webmaster Central blog).

Check Crawl Status with Google Search Console

Why is GSC a “Microscope” for Crawling Issues?

Google Search Console (GSC) is an official web management tool provided by Google that directly synchronizes with Google’s spider “perspective”—it tells you:

  • When did the spider visit?
  • What problems did it encounter?
  • Which pages were crawled?

According to GSC’s 2023 “Website Health Benchmark Report,” within 6 months of a new site’s launch, 63% of indexing issues can be located via GSC’s “Coverage” and “Crawl Stats” reports.

In other words, 90% of “official website not searchable” problems can have their specific causes found in GSC.

Four Categories of GSC Crawl Status

Open the GSC dashboard and go to “Indexing” -> “Coverage” to see the crawl status of all website pages.

1. Errors

Pages marked with a red “Error” indicate that Google’s spider tried to crawl but failed completely.

GSC breaks these errors down into 5 types, with the following 3 being the most common (data from GSC Q4 2023 sampling):

Error Type Symptom Percentage Cause & Solution
Server Error (5xx) Spider receives 500/503 error codes 38% Could be server overload, code crash, or CDN misconfiguration.
Solution: Monitor server status with UptimeRobot, check logs from the last 7 days, and resubmit URL after fixing.
Blocked by robots.txt Page labeled “Blocked by robots.txt” 25% The domain/robots.txt contains Disallow: / or specific paths (e.g., Disallow: /products/).
Solution: Delete the incorrect directive or verify with the “robots.txt Tester” tool.
Content Not Parsable (Rendered) No valid HTML content after rendering 22% Page relies on JS to dynamically load text, and the spider didn’t execute JS.
Solution: Simplify JS logic or use pre-rendering tools like Prerender.io.

Case: A home furnishing brand’s site once returned 503 errors for 3 consecutive days due to server misconfiguration; GSC recorded 127 crawl failures. After fixing the server, all error pages were re-indexed within 3 days.

2. Warnings

Pages marked with a yellow “Warning” indicate the spider crawled the content, but the experience was poor. The most typical is “Mobile Usability Issues” (GSC data shows 41% of warnings are related to this):

  • Symptom: Mobile preview shows overlapping text or unclickable buttons.
  • Cause: Fixed-width layout or font size too small (less than 16px).
  • Impact: While indexed, mobile rankings will suffer (Google fully shifted to “Mobile-First Indexing” in 2022).

Solution: Scan pages with GSC’s “Mobile-Friendly Test,” adjust CSS for responsive design, and ensure text ≥ 16px and buttons ≥ 48x48px.

3. Indexed

Pages marked with green “Indexed” indicate Google has recorded the content.

However, this doesn’t mean “perfect”—clicking the page title to enter details reveals:

  • Crawl Date: Time of the last crawl (e.g., “2024-03-15”); no updates for over 30 days may affect content freshness.
  • Page Experience Score (Core Web Vitals): A combined score of loading speed, interactivity, and visual stability (needs optimization if below 80).
  • Link Count: How many times the page is linked by others (fewer internal links may lead the spider to stop visiting).

4. Excluded: “Active Ignoring” by Spider

Pages marked with grey “Excluded” mean Google has explicitly decided not to index them.

Common reasons:

  • Duplicate Content (55%, SEMrush research): Highly similar to an already indexed page’s title, description, or body.
  • Low Value Content (30%): Such as a “Contact Us” page with only a phone number and no substantial information.
  • Sensitive Content (15%): Text involving privacy, infringement, or violating Google policies.
Use “Crawl Stats” to See Spider Activity

The “Crawl Stats” report in GSC (under “Settings” -> “Crawl Stats”) helps quantify spider behavior:

  • Crawl Requests: The number of times Google’s spider visited your site in the last 30 days.
    • Ideal for new sites: 50-200 times daily (too few may mean lack of interest; too many may stress the server).
    • Data Reference: An Ahrefs track of 100 new brands showed sites with crawl requests < 30/day had an indexing rate of only 18% within 3 months.
  • Download Size: Total bytes downloaded per crawl.
    • If download size jumps (e.g., from 1MB to 5MB), it may be due to large images or videos, slowing down the crawl.
    • Solution: Compress images (use WebP format) and lazy-load non-critical videos.
  • Crawl Depth: The levels of pages the spider can reach.
    • Ideal: Reaches beyond 3 levels (e.g., Homepage -> Category -> Specific Product).
    • Problem: If it only reaches the homepage and 1 inner level, internal linking is insufficient.

Check “Indexable” Tags

What is the noindex tag?

noindex is a meta tag supported by Google, essentially a line of HTML code: <meta name=”robots” content=”noindex”>.

Its purpose is to tell Google’s spider: “This page does not need to be indexed.”

Even if Google can crawl the page content normally, it will not add it to search results if this tag is detected.

According to GSC’s 2023 “Analysis of Unindexed Page Reasons,” 12% of unindexed pages on new sites and 35% of crawled-but-not-indexed pages are caused by the noindex tag.

Why is noindex added by mistake?

1. Site Builder “Default Settings” (41%, SEMrush 2023 data)

Platforms like Shopify, Wix, and Squarespace often add noindex to certain category pages by default to prevent “duplicate content” issues.

  • Case: A handmade candle brand built with Shopify found that only the homepage showed up for the brand name. GSC showed all “product category pages” were marked “blocked.” They had to manually turn off the default noindex for categories in the settings.

2. CMS Plugin “Over-protection” (28%, Ahrefs research)

Plugins like Yoast SEO or Rank Math for WordPress may add noindex to “search result pages” or “tag pages” due to user error or default configurations.

  • Risk: While noindex on internal search results is often reasonable, if your brand name appears in those results, users might miss relevant content when searching for your brand.

3. Developer “Empiricism” (22%, GSC error reports)

Some developers believe “non-core pages don’t need indexing” and add noindex to pages like “About Us” or “Case Studies.”

However, users searching for a brand name often want to see this information—for example, a user searching for “XX Organic Skincare” might want to read “Our Farm Story.”

4. Hidden HTTP Header Tags (9%, easily overlooked)

Besides HTML meta tags, noindex can be passed via HTTP response headers: X-Robots-Tag: noindex.

This method is stealthier; regular users can’t see it, but Google’s spider will read it.

  • Check Method: Use browser developer tools (F12 -> Network -> Click page request -> View Response Headers) and search for “X-Robots-Tag.”
3 Steps to Check for the noindex Tag

1. View Page Source (Most Direct)

  • Action: Right-click on the webpage → “View Page Source” → press Ctrl+F to search for noindex.
  • Key Area: Look for <meta name=”robots” content=”…”> within the <head> tag. If the content attribute contains noindex, the page is flagged.
  • Note: Some pages may have multiple meta robots tags (e.g., both noindex and nofollow); ensure you confirm if noindex is present.

2. Quick Scan with Browser Extensions (Best for Non-Technical Users)

Install free extensions (such as “Meta Robots Tag Checker” or “SEO Meta in 1 Click”). Upon visiting a page, it will directly display “whether it is noindex.”

  • Advantage: No need to read code, results in 1 second; supports bulk checking of multiple pages.

3. Check HTTP Response Headers (For Hidden Tags)

  • Action: Press F12 → Network → Refresh the page → Click on any request (e.g., “index.html”) → View “Response Headers” → Search for “X-Robots-Tag”.
  • Judgment: If it displays X-Robots-Tag: noindex, the page has a hidden tag.
How Long Until Indexing After Removing noindex

According to GSC 2023 test data:

  • Pages Crawled but marked as noindex: After removing the tag, they are typically re-indexed within 2-5 days (as Google already has a crawl record and only needs to update the flag).
  • Pages Not Yet Crawled: You must first trigger a crawl (e.g., via GSC “Request Indexing”), and remove the tag after crawling; the total time is approximately 7-10 days.

Manually Submit Page Links to Google

Why Manual Submission is Necessary

Google’s crawler (Googlebot) crawls hundreds of billions of pages across the web daily, but resources are finite. New pages or small websites are rarely “prioritized.”

According to official Google data, the average time from a new page going live to being naturally crawled is 14-21 days (2023 Webmaster Central report).

For a brand’s official website in urgent need of indexing, this is too long—users might fail to find you when searching for your brand name and turn to competitors instead.

Manual submission is an “explicit crawl invitation” to Google: telling it “My page is ready, come index it now.”

3 Methods of Manual Submission

1. URL Inspection Tool (Single Page Submission, Best for Urgent Needs)

This is the most common manual submission method. It is simple and suitable for quick submission of individual pages (e.g., homepage, key product pages).

Steps:

① Log in to the GSC dashboard → Go to the “URL Inspection” tool (“Indexing” → “URL Inspection” in the left sidebar);

② Enter the page link to be submitted (e.g., https://yourbrand.com/about);

③ Click “Request Indexing”.

Data Support:

  • Official Google testing shows that 70% of pages submitted via “Request Indexing” are crawled within 3-7 days (natural crawling takes 14-21 days);
  • After submission, GSC will return a status prompt such as “Crawl Scheduled” or “Crawled” (if it shows an “Error,” technical issues like server 5xx errors must be resolved first).

Note: You can submit up to 1,000 URLs per day (individual account); there is no explicit limit for enterprise accounts, but excessive submission may be flagged as “spam.”

2. Bulk Submission (Multi-page Submission, Best for Site Revamps or New Sections)

If you need to submit dozens or even hundreds of pages at once (e.g., launching new categories, adding 10 product pages), use the “Bulk Submission” feature.

Steps:

① Prepare a plain text file (.txt) with one page link per line (e.g.,:

https://yourbrand.com/product1

https://yourbrand.com/product2

…);

② Go to GSC “Indexing” → “Bulk Operations” → “Submit URLs”;

③ Upload the .txt file and click “Submit.”

Data Reference:

  • Ahrefs testing of 200 new brands showed that after bulk submission, 85% of pages were indexed within 5-10 days (single-page submission takes 7-14 days);
  • File size is limited to 2MB and can contain up to 2,000 URLs (larger amounts must be uploaded in batches).

3. Sitemap Submission (Sitewide Submission, Best for Long-term Maintenance)

A sitemap is an index file (.xml) of all pages on a website. Submitting a sitemap is equivalent to “notifying Google of all crawlable pages on the site at once.”

Steps:

① Generate a sitemap (automatically via website builders or using online tools like XML-Sitemaps.com);

② Go to GSC “Indexing” → “Sitemaps” → Enter the sitemap URL (e.g., https://yourbrand.com/sitemap.xml);

③ Click “Submit.”

Advantages:

  • Google will periodically scan the sitemap to automatically discover new pages or updated content;
  • Data shows: Websites that submit a sitemap have new pages crawled 42% faster than those that don’t (SEMrush 2023 survey).
Why Manual Submission Might Not Work

Many people wait a week after submission with no result. The problem usually lies not with the submission itself, but with:

1. Persistent Technical Issues (45%, GSC Error Reports)

If the page has server errors (5xx), is blocked by robots.txt, or the noindex tag hasn’t been removed, Google cannot crawl it even if submitted.

  • Validation Method: After submission, check the status in the GSC “URL Inspection” tool—if it shows “Could not crawl” or “Blocked,” resolve the technical issues first.

2. Low Content Quality (30%, Google Webmaster Guidelines)

Google only indexes “valuable” pages. If the submitted page is blank, contains only images, or has content irrelevant to the brand (e.g., accidentally submitting a third-party link), Google will ignore it.

  • Judgment Criteria: Does the page have clear core information (e.g., brand introduction, product features)? Is the word count > 300 words (Ahrefs suggestion)?

3. Excessive Submission Frequency (15%, GSC Official Reminder)

Submitting more than 1,000 URLs a day or repeatedly submitting the same page may lead Google to flag it as “spam,” resulting in rejection.

  • Recommendation: New sites should submit no more than 50 URLs per day, increasing to 200 once stable; wait at least 7 days before resubmitting the same page.

Optimize Content to Improve Relevance

When users search for a brand name, 72% want to confirm the official site’s authenticity and service details (SEMrush 2023 Behavior Report), but 63% of new brand sites are not flagged as “highly relevant” by Google due to thin content (Ahrefs).

The core of optimization is matching content to real user needs: clarify three categories of high-frequency questions (product features, service guarantees, brand background). Increasing content length to over 800 words with over 90% originality, while addressing implicit user doubts (e.g., “Is it durable?”, “How is the after-sales?”), allows Google to recognize it as “useful,” driving rankings.

Identify User Needs During Brand Name Searches

5 Categories of User Needs for Brand Name Searches

Users don’t search for brand names without reason. According to SEMrush’s classification of “brand term search intent,” 78% of search behaviors fall into these 5 categories:

Need Type Percentage Typical Question/Behavior Key Point Official Site Must Meet
Confirm Authenticity 39% Hesitating before clicking: “Is this the real site?” Display SSL certificate, clear contact info, brand LOGO
Understand Product Details 28% Wanting to know: “What specifically do they sell? Material/Function/Price” Homepage product images + brief parameters, or link to product pages
Verify Brand Reliability 22% Searching: “Are there certifications?” “How are the user reviews?” “About Us” page with certificates and real user feedback
Find Purchase Entry 7% Ready to order but unsure if online purchase is supported Clear “Buy Now” or “Store Locator” in navigation
Other Implicit Needs 4% e.g., “Founder background?” “What is the brand philosophy?” Supplement human-interest info on “Brand Story” page

Example: The US handmade candle brand “Hearth & Haven” discovered that 41% of users searching for their brand name clicked results related to “Is there Vegan certification.” The team immediately added a scan of the certification document to the top of the “FAQ” page and noted “100% Vegan, verifiable via [Certification Body Name]” in small print at the bottom of the homepage. That month, the click-through rate for brand term searches increased by 19% (data from their GSC report).

How to Capture User Needs

1. Use Google Search Console to see “What Users Actually Searched”

Even for a newly launched site, if a small amount of indexing exists, the “Queries” report in GSC will show long-tail keywords used when searching for your brand name.

For example, a brand selling smart pet feeders might find users searching for “How to connect XX feeder APP” or “Which phone models does XX feeder support.”

Steps: Log in to GSC → “Performance” in left nav → “Queries” → Filter for “Brand terms” → Record high-frequency long-tail terms (appearing at least 5 times a month).

2. Analyze Competitors’ “Brand Term Search Result Pages”

The search behavior of competitors’ users can help you fill need gaps. Enter 3-5 industry competitor brand names into SEMrush to check their “Brand Term SERP (Search Engine Results Page)” characteristics:

  • What content is primarily displayed in the top 3 results? (Homepage? Product pages? Blog?)
  • Are there “Featured Snippets” (e.g., FAQ boxes, rating cards)?
  • What type of result receives the most clicks?

Example: The niche UK fragrance brand “Oak & Linen” analyzed competitors and found their homepages featured “Ingredient Safety Certification” icons at the top. When users searched for “Is XX fragrance toxic?”, the competitor’s result page prioritized this content.

Consequently, the team added an “ECOCERT Organic Certified” label to their homepage, and the click-through rate for users searching “Is it safe?” rose from 12% to 28%.

3. Ask Users Directly

If search volume is extremely low (e.g., average less than 100 per month), you can add a small survey at the bottom of the site: “What did you most want to know when searching our brand name today?” or have customer service record frequently asked questions.

Data Reference: Backlinko surveyed 50 new brands and found that 67% of needs collected through customer service records were not covered by the site’s existing content (e.g., “repair costs out of warranty,” “custom service process”).

“`

After Finding the Needs, How to “Respond to Users” in the Content

Once user needs are clarified, the content must be direct, specific, and unambiguous.

Avoid vague expressions like “high-quality products” or “caring service,” and instead use details that users can perceive:

  • Responding to “Confirm Authenticity”: Place a line of small text at the top of the homepage: “Official Website of [Brand Name] | SSL Encryption Guaranteed (Click to view certificate) | Contact Phone: XXX-XXXX-XXXX”;
  • Responding to “Product Details”: Write clearly in the first paragraph of the product page: “Dimensions: Diameter 12cm x Height 15cm; Material: Food-grade 304 Stainless Steel; Capacity: 500ml”;
  • Responding to “Reliability”: On the “About Us” page, include “Certified by the Local Handcraft Association in 2022” and “1000+ Users rated 4.8/5 (Rating link attached).”

Integrate Brand Terms Naturally and Avoid Stuffing

You might have seen official websites like this: the title says “[Brand] [Brand] [Brand] Handmade Leather Goods Official Website,” the first paragraph of the body repeats “[Brand]” five times, and the Meta Description is stuffed with “[Brand] Quality Guaranteed.”

Google’s algorithms have long been able to recognize this behavior: An Ahrefs 2023 analysis of 100,000 pages ranking for brand terms found that pages with excessive repetition of brand terms have a 42% lower indexing rate than normal pages, and their ranking fluctuations are three times larger.

The core of naturally integrating brand terms is: let the brand name appear in the content like “breathing,” rather than “forcing it in.”

Why Brand Term Stuffing is Penalized

Google’s core goal is to “give users the most useful results.” When brand terms repeat at high frequencies without substantial relevance, the algorithm will judge the content as “low quality”—users search for brand names to find information, not to watch you chant the brand name.

  • Semantic Analysis Technology: Google’s BERT and MUM algorithms can understand context. For example, “[Brand] handmade leather goods are made of top-grain cowhide, and the design of [Brand] emphasizes durability” is a natural expression; however, “[Brand], [Brand], [Brand] handmade leather goods, [Brand] is good” will be identified as stuffing (Source: Google Search Central official documentation).
  • User Behavior Signals: For pages with stuffed keywords, the average user dwell time is shortened by 28% (Backlinko data), and the bounce rate is 19% higher—these signals will inversely tell Google that the “content is useless.”
Natural Integration

Combining SEMrush’s analysis of 500 high-ranking brand term pages, we summarize specific strategies:

1. Title: 1-2 times, accurately binding core information

Brand Name + Core Value/Product Type (1-2 times).

  • Negative Example: “[Brand] [Brand] Handmade Leather Goods Official Website | [Brand] Quality Guaranteed” (repeated 3 times, no substantial information);
  • Positive Example: “[Brand] Handmade Leather Goods | Top-grain Cowhide + Lifetime Warranty Description” (Brand name once, bound with “top-grain cowhide” and “lifetime warranty”).

SEMrush statistics show that pages with the brand name appearing once in the title along with core information are indexed 30% faster (compared to titles without brand names).

2. First Paragraph: Natural introduction within 2-3 sentences to answer user questions

After a user clicks into a page, the first three sentences determine whether they stay. The brand term should appear in the “self-introduction” with specific information attached.

  • Negative Example: “Welcome to the [Brand] official website! [Brand] was founded in 2020, and [Brand] focuses on handmade leather goods.” (repeated 3 times, no details);
  • Positive Example: “[Brand] is a handmade leather goods brand founded in 2020. All products are made of North American top-grain cowhide and support a lifetime free warranty.” (Brand name once, bound with “founding date,” “material,” and “after-sales”).

Pages that clearly answer questions in the first paragraph have an average user dwell time 1.2 minutes longer (Backlinko).

3. Body Text: Appear as needed

The body text is where the brand term “grows naturally.” Principle: Appear at most once every 300 words, and it must be associated with specific content.

  • Example: When writing about “Product Maintenance,” you can say, “When cleaning your [Brand] wallet, it is recommended to use a soft cloth dipped in a small amount of neutral detergent” (Brand name once, solving “how to maintain”);
  • Avoid: Suddenly inserting “[Brand] wallets are worth buying, [Brand] craftsmanship is exquisite” when writing about “Product Maintenance” (no relevance, forced repetition).

Ahrefs Test: When the brand term frequency in the body is controlled at “≤ 2 times per thousand words,” the page bounce rate is lowest (18%), compared to high-frequency stuffed pages (35%).

4. Meta Description and ALT Tags: 1 time, strengthening the memory point

The Meta Description (the snippet shown on search result pages) and image ALT tags (image descriptions read by visually impaired users/search engines) are the “secondary battlefields” for brand terms.

  • Meta Description: “[Brand] Handmade Leather Goods Official Website | Top-grain Cowhide Wallet + Lifetime Warranty, click to view product details” (Brand name once, highlighting advantages);
  • ALT Tag: “[Brand] Handmade Leather Goods | Real Photo of Top-grain Cowhide Wallet” (Brand name once, explaining the image content). Data Reference: Pages with meta descriptions containing the brand name + core value have a 22% higher click-through rate than descriptions without brand names (SEMrush).
How to Judge if There is Stuffing

1. Read it aloud

Read the content aloud once. If “[Brand]” sounds like a repetitive mantra (like “eat eat eat”), it is stuffing.

2. Substitution Test

Randomly delete a few brand terms. If the sentences remain smooth and the information is complete, it indicates natural integration;

If the logic breaks after deletion, it indicates forced insertion.

3. Tool Assistance

After uploading content, SEMrush will mark “high-frequency repeated words” in red and suggest position adjustments.

Tests show that pages optimized by tools see a 57% increase in brand term naturalness (SEMrush user feedback).

Increase Original, In-depth Content

Original and in-depth content is the most direct way to prove that “you understand the user.”

Tracking data from Ahrefs 2023 for 500 small and medium brands shows: websites where original content accounts for over 80% see an average increase of 47% in brand term search traffic;

Why “Original + Depth” Can Improve Rankings

When your content can answer questions not covered by other websites or provide more specific details, the algorithm will judge that you “understand users better” and prioritize recommending you.

  • Information Homogenization: Backlinko analyzed 100,000 pieces of brand content and found that 68% of new brand official website content consists of “product parameters + generic descriptions” (such as “our backpack is waterproof” or “the material is lightweight”).
  • Meeting Implicit Needs: When users search for brand names, there are often “unspoken questions” hidden (such as “Can the backpack fit a 15-inch laptop?” or “Will it get stuffy after being carried for a long time in the rain?”).
  • Building Trust Signals: Original content requires time for research, testing, and organization. Google treats “content creation cost” as an indicator of brand commitment.
How to Judge if Content is “In-depth”

“In-depth” is not about writing long articles, but about the “granularity” of solving user problems. We combined SEMrush’s analysis of 1,000 high-ranking brand content pieces:

1. Includes “Verifiable Specific Data”

Common content says, “Our tent is very durable”; in-depth content says, “The tent poles are made of 7001 aviation aluminum, which showed no breakage after 1,000 folding tests in the lab; the waterproof coating showed no internal leakage after 24 hours of simulated rainstorm testing.”

Data Support: Pages containing specific data have an average user dwell time 1.5 minutes longer (Backlinko), making it easier for Google’s crawlers to identify “information value.”

2. Covers “Sub-segments of the User Decision Chain”

Before buying your product, users may go through stages like “Understanding → Comparison → Trial → After-sales.” In-depth content should cover one or more of these stages.

  • Example: A brand selling handmade soap doesn’t just write “Our soap uses natural oils,” but also “Actual test by sensitive skin users: redness reduced by 60% after 2 weeks of continuous use” and “Comparison with common soaps on the market: pH value is closer to the skin (5.5 vs 6.8).” Case Study: The American organic skincare brand “PureRoots” once wrote an in-depth piece on “Can pregnant women use essential oils,” including “ingredient safety data,” “citations of doctor’s advice,” and “real user feedback.” That month, the content brought a 37% growth in brand term search traffic (GSC data).

3. Provides a “Perspective Other Websites Don’t Have”

The core of in-depth content is “uniqueness.” It could be your brand story (e.g., “Why we insist on hand-polishing every soap?”), exclusive technology (e.g., “Our low-temperature cold extraction process preserves 90% of plant active ingredients”), or user scenarios (e.g., “How to use our soap to clean dishes during camping without hurting your hands”).

Ahrefs Test: Pages with content containing “exclusive information” have a 58% higher probability of entering the top 10 in brand term search rankings than ordinary pages.

How to Produce “Original + In-depth” Content

1. Use tools to mine “unmet user needs”

  • Google Search Console: Filter for “uncovered queries” under “brand terms” (i.e., content users searched for but your site didn’t display). For example, a brand selling yoga mats might find users searching for “is [Brand] yoga mat non-slip” or “is [Brand] yoga mat suitable for hot yoga”;
  • Competitor Analysis: Use SEMrush to look at the long-tail keywords of competitors’ brand term content and find directions “they wrote about but didn’t write thoroughly.” For example, a competitor wrote about “yoga mat material” but didn’t write about “non-slip performance of the material at different temperatures”;
  • User Feedback: Organize customer service records and social media comments to extract high-frequency questions (e.g., “Does the yoga mat have an odor?”, “Can it be machine washed?”).

2. Design an “In-depth Answer” for each question

Once the need is found, the content should be structured like an “explanatory answer”:

  • Background Introduction: Start with a scenario familiar to the user (e.g., “Practicing yoga in summer and the mat keeps sliding down?”);
  • Data Support: Cite test results (e.g., “Our mat uses XPE foam, with a non-slip coefficient of 0.85 at 30°C, which is higher than the industry standard of 0.7”);
  • Comparison Verification: Compare with common problems (e.g., “Common PVC mats easily soften at high temperatures, but our mats showed no deformation after 48 hours of 60°C testing”);
  • User Testimonial: Cite real feedback (e.g., “User @YogaLover23: Used it for 3 months, never slipped in hot classes”).

3. Avoid “Pseudo-Originality”: Reject patchwork and emphasize “Exclusivity”

Originality is not “copying others’ content in a different way,” but adding your brand’s unique information:

  • Technical Details: If it’s a handmade brand, write, “Our craftsmen only make 5 bags a day, and every stitch must go through 3 inspections”;
  • User Stories: Write, “A mother said after using our children’s tableware, ‘My child is finally willing to eat by themselves'”;
  • Internal Testing: Write, “We had 10 outdoor enthusiasts hike continuously for 5 days with our backpacks and collected 20 suggestions for improvement.”

4. After Publishing: Use data to verify the effect of “depth”

1-2 months after the content is published, judge whether it is effective through the following indicators:

  • Google Search Console: Check if the content is indexed and if it appears in the search results for “brand terms”;
  • User Dwell Time: Use tools like Hotjar to see the time users spend on that page (ideal value ≥ 1 minute);
  • Search Ranking: Use Ahrefs to track the long-tail keyword ranking corresponding to the content (e.g., whether “Is [Brand] yoga mat non-slip” enters the top 5).

Use Internal Links to Link Content Together

Google crawlers will visit different pages by following links, and users can also find more related content through links.

Tracking data from Ahrefs 2023 for 200 small and medium brands shows: pages with internal links are crawled by Google 35% more frequently than isolated pages;

Pages visited by users through internal links have an average dwell time 1.2 minutes longer.

The Value of Internal Links

The impact of internal links on SEO and user experience far exceeds just “jumping from one page to another.” We combine Google’s official documentation and Backlinko’s test data to break down its 3 underlying logics:

1. Helping Google “Understand the Website Structure”

When Google crawlers visit a website, they start from the homepage and “crawl” along links. Without internal links, crawlers might only crawl the homepage and then leave, resulting in deep content (such as blog posts and product detail pages) not being indexed.

  • Data Support: Ahrefs tested 100 new websites; those without internal links had an average indexing rate of only 42%, while those with internal links reached 78% (Indexing rate = Number of pages indexed by Google / Total number of pages);
  • Structural Value: Links can string scattered content into topic clusters. For example, under the theme of “handmade leather goods,” linking “Maintenance Guide,” “Material Popular Science,” and “User Cases” will lead Google to recognize this as a “professional leather goods brand” rather than scattered pages.

2. Improving User Dwell Time and Engagement

The longer users stay on a page and the more they click, the more Google considers the content “useful.”

  • Case Data: The US handmade candle brand “Hearth & Haven” linked to the product page “[Brand] Cedar Scented Candle” in the blog post “How to Choose Scented Candles.” The click-through rate of users via that link reached 18%, and the average dwell time on the page extended from 45 seconds to 1 minute 30 seconds (Google Analytics data);
  • Inverse Signals: On pages without internal links, users browse an average of 1.2 pages before leaving (bounce rate 85%); on pages with links, users browse an average of 3.5 pages (bounce rate 58%)—a low bounce rate is a ranking bonus.

3. Strengthening “Topic Relevance” and Improving Ranking Stability

When multiple pages revolve around the same topic (e.g., “leather goods maintenance”) through links, Google will judge this topic as the website’s “expertise” and give higher weight to related pages.

  • Backlinko Test: For the topic of “handmade leather goods maintenance,” after connecting 5 related articles with internal links, the brand term rankings of 3 of the articles rose from “none” to the top 10, and the ranking fluctuation narrowed (monthly ranking change ≤ 2 positions, compared to monthly fluctuation ≥ 5 positions for isolated pages).
How to Plan the Internal Link Structure

Combining SEMrush’s analysis of 500 high-ranking websites, we summarize the practical steps:

1. Step One

First, classify all pages of the website to find “topic-related clusters.”

For example, a brand selling outdoor gear can be divided into:

  • Core Product Pages (Tents, sleeping bags, trekking poles);
  • Usage Guides (“How to set up a tent,” “How to choose a sleeping bag temperature rating”);
  • Maintenance (“Tent waterproof coating repair,” “Trekking pole screw replacement”);
  • User Stories (“Completed the first snow mountain trek with our tent”).

Operation Method: Use Excel to list all page URLs, group them by topic, and label the core keywords for each group (e.g., “tent usage,” “trekking pole maintenance”).

2. Step Two

Pages under the same topic should form a “pyramid structure” using internal links:

  • Top Layer: An “overview article” (e.g., “Beginner’s Guide to Outdoor Gear”), linking to all sub-segments;
  • Middle Layer: Sub-segment articles (e.g., “5 Elements of Tent Selection”), linking to more specific operation guides (e.g., “Tent Set-up Video Tutorial”);
  • Bottom Layer: Answers to specific questions (e.g., “What to do if the tent leaks”), linking back to the overview article and middle-layer guides.

Case Study: The niche UK bicycle brand “CycleCraft” connected pages related to “bicycle maintenance”:

  • Overview page “Bicycle Annual Maintenance Plan” → Links to “Spring Brake System Tuning,” “Summer Tire Pressure Adjustment”;
  • “Spring Brake System Tuning” → Links to “Brake Pad Wear Detection Method,” “Brake Line Replacement Tutorial”;
  • “Brake Pad Wear Detection Method” → Links back to the overview page, allowing users to return and view the overall plan.
Pay Attention to These 3 Points When Adding Specific Links

1. Anchor Text: Don’t use “click here,” use “specific problems”

Anchor text is the text of the link, and Google uses it to judge the content of the linked page.

  • Negative Example: “To learn more maintenance knowledge, please [click here]” (Anchor text is vague and cannot convey value);
  • Positive Example: “When cleaning a [Brand] tent, focus on the waterproof joints, [see the specific method here]” (Anchor text contains keywords “tent joint waterproofing” and points to a specific tutorial page).

2. Link Position: Appear “naturally” in the body text, don’t pile them in the sidebar

Both users and crawlers pay more attention to links within the body text.

  • Best Position:
    • When a related topic is mentioned in the body text (e.g., when writing about “tent set-up,” insert “How to reinforce in windy weather? See this [Tent Fixing Tips for Windy Days]”);
    • In the “Related Reading” section at the end of the page (place 2-3 links of the same topic, e.g., “After maintenance, try our [Tent Storage Guide]”).
  • Positions to Avoid: “Popular Links” in the sidebar (users rarely click them, and Google gives them low weight), a large number of irrelevant links in the footer (will be judged as “link spam”).

3. Quantity Control: 2-3 per thousand words, don’t “link for the sake of linking”

More links are not necessarily better. Backlinko’s analysis of 1,000 high-ranking pages found:

  • Pages containing 2-3 internal links per thousand words have the highest user click conversion rate (15%);
  • For pages with more than 5 per thousand words, users feel “information overload,” and the bounce rate rises by 12%.

Finally, I want to say that SEO takes time. It might take 3 months, 6 months, or even longer, even if there is no competition for this keyword.

滚动至顶部