pigeon
← Back to portal
Implementation spec · April 2026

Pigeon Singapore depends on its brand name for 87% of clicks. Here's how we widen the funnel.

Pigeon Singapore (baby care, Japanese parent) shares its name with Stovekraft Pigeon India (kitchen appliances, founded 1999). The Indian-appliance overlap on pigeon.com.sg has already fallen to 0.4% of clicks in the last 90 days — the bigger problem is that 87% of all clicks are still branded queries. Hardening the brand entity in Google's Knowledge Graph is what unlocks the non-brand 13%.

Spec · awaiting approval Owner: SEO lead REV-09 + REV-19 + REV-20 Ship May 1 → Jun 1 → Q3 ongoing
India-appliance click share
0.4% last 90 days
43 of 11,469 clicks · 1.32% all-time (831 / 62,743)
Already managed down. Goal: keep it <1% as we scale non-brand traffic.
Brand dependency
86.9% last 90 days
9,962 brand clicks of 11,469 total · 86.3% all-time
High brand reliance. Limited topical authority beyond name recognition.
Non-brand share
13.1% non-brand clicks
1,507 non-brand clicks of 11,469 (last 90 days)
Entity hardening + Layer 2 standard widens this share.
The fix

Four layers, ranged from technical to strategic

Each layer addresses a different surface where Google resolves entities. Homepage signals are necessary but not sufficient — sitewide rules, geographic targeting, and Knowledge Graph authority all reinforce each other.

Layer 1
L1
Homepage
7 changes · 1 day · Mon Jun 1
Layer 2
L2
Sitewide standard
6 rules · applies to 7 tasks
Layer 3
L3
GSC + hreflang
REV-19 · 0.5 day · Wk 1 May
Layer 4
L4
Knowledge Graph
REV-20 · ongoing · Q3

Success criteria

Six testable, time-boxed outcomes. Measured at T+30, T+60, T+90 post-ship.

India-appliance clicks held below 1% as non-brand traffic grows
Currently 0.4% (last 90d) / 1.32% (all-time). Guardrail: this share must not creep up as Layer 2 standard rolls out and total clicks rise.
Non-brand clicks rise from 13.1% to 25%+ of total
Measured weekly. Target: brand dependency <75% within 6 months of Layer 1 ship — the actual KPI for this engagement.
Pigeon Singapore returns as a distinct entity
Kalicube Knowledge Graph API Explorer · context: "baby care / feeding / Singapore"
Homepage schema validates
Google Rich Results Test · Organization + Sitelinks Searchbox detected · 0 errors
Zero unqualified "Pigeon" titles
Every page title contains Singapore, baby, nursing, feeding, newborn, or infant
Singapore-branded queries remain stable
Guardrail metric: pigeon singapore, pigeon warranty, pigeon bottle clicks must not decline
1
Layer 1 · Homepage

Seven changes to pigeon.com.sg

Bundled under extended REV-09 scope. Effort 1 day. Ships Mon Jun 1. Each "Before" below was verified by fetching the live homepage. The keystone is enriching the existing Organization schema (Change 4) — every other product/page schema references it.

Already correct on the live homepage (verified curl https://pigeon.com.sg/ on 2026-04-29): Organization schema with @id, name "Pigeon Singapore", 4 social profile sameAs entries, and a working WebSite + SearchAction with the right cross-reference. The fixes below are additions and replacements, not full rewrites.
Change 1

Meta title

Before (verified live)Home | Celebrate babies the way they are - Pigeon
AfterPigeon Singapore | Baby Feeding, Nursing & Care Products
Length58 chars (current: 51)
Containsbrand Pigeon + country Singapore + topical baby, feeding, nursing, care
Change 2

Meta description

Before (verified live)The name that spells comfort and convenience, Pigeon is today the market leader in mother and baby care products. Global no.1 choice…
AfterOfficial Pigeon Singapore — Japanese-designed baby bottles, teats, nursing essentials and care products. Trusted by Singapore parents for over 30 years. Shop now.
Length158 chars (current: ~155)
ContainsPigeon Singapore + Japanese-designed + Singapore parents + 30 years (current copy mentions none of these)
Change 3

H1 tag

Before (verified live)Become A Pigeon Go Green Ambassador
AfterPigeon Singapore — Baby Care Products Since 1957
The current H1 is a campaign-promo banner — it tells Google nothing about who Pigeon Singapore is. Replace with a brand-statement H1 that pins the entity to baby care + Japanese parent + 1957 founding. Stovekraft Pigeon was founded 1999, so year-pinning creates entity separation on a dimension Google explicitly tracks.
Change 4 · Keystone

Organization schema (JSON-LD) — enrich existing

Already in place on the live homepage: @id "https://pigeon.com.sg/#organization", name "Pigeon Singapore", plus 4 social sameAs entries (Facebook, Instagram, YouTube, TikTok). The job is to enrich — not to add a duplicate block.

Per Moz Brand Entity SEO guidance, organization schema should "go beyond the Google recommended fields" to harden the entity in the Knowledge Graph. The fields missing from the existing schema are:

Final Organization block (existing values preserved, missing fields added):

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://pigeon.com.sg/#organization",
  "name": "Pigeon Singapore",
  "alternateName": "Pigeon SG",
  "url": "https://pigeon.com.sg",
  "logo": "https://pigeon.com.sg/logo.png",
  "parentOrganization": {
    "@type": "Corporation",
    "name": "Pigeon Corporation",
    "url": "https://www.pigeon.com/global/",
    "foundingDate": "1957-08",
    "foundingLocation": {
      "@type": "Place",
      "name": "Tokyo, Japan"
    },
    "sameAs": [
      "https://en.wikipedia.org/wiki/Pigeon_Corporation",
      "https://www.wikidata.org/wiki/Q11331467"
    ]
  },
  "areaServed": {
    "@type": "Country",
    "name": "Singapore"
  },
  "knowsAbout": [
    "baby bottle", "infant feeding", "nursing",
    "baby care", "newborn", "breastfeeding"
  ],
  "sameAs": [
    "https://www.facebook.com/PigeonSG",
    "https://www.instagram.com/pigeonsingapore",
    "https://sg.linkedin.com/company/pigeon-singapore"
  ]
}
Why each element matters
  • @id — unique identifier; every other schema references this to form a connected entity graph
  • parentOrganization.sameAs → Wikidata Q11331467 — disambiguates to Pigeon Corporation Japan, not Stovekraft
  • areaServed: Singapore — geographic binding
  • knowsAbout — topical binding (zero kitchen-appliance terms)
⚠ Pre-ship validation

Run through Google Rich Results Test. Must return "Organization detected" with no errors. Verify Wikidata Q11331467 still resolves to Pigeon Corporation Japan before push (Wikidata IDs occasionally get merged/redirected).

Change 5 · Already in place

Sitelinks Searchbox schema

Verified live. The homepage already serves a WebSite schema with SearchAction and publisher.@id correctly referencing #organization. No new code needed — only validate it persists after the Layer 1 ship via Google Rich Results Test.

For reference, the existing block:

{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://pigeon.com.sg/#website",
  "url": "https://pigeon.com.sg/",
  "name": "Pigeon Singapore",
  "publisher": { "@id": "https://pigeon.com.sg/#organization" },
  "potentialAction": {
    "@type": "SearchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://pigeon.com.sg/?s={search_term_string}"
    },
    "query-input": "required name=search_term_string"
  }
}

The publisher.@id reference ties the WebSite schema back to the Organization — Google uses this to understand "this website IS this organization."

Change 6

hreflang tags

Add to <head> of homepage and every page via theme template:

<link rel="alternate" hreflang="en-SG" href="https://pigeon.com.sg/" />
<link rel="alternate" hreflang="x-default" href="https://pigeon.com.sg/" />
Change 7

On-page entity reinforcement

Add this one-sentence paragraph above the first section on the homepage:

"Pigeon Corporation has been crafting baby feeding and care products in Japan since 1957. Pigeon Singapore is the local subsidiary, serving Singapore parents for over 30 years."

This creates the co-occurrence pattern Google uses for entity resolution:

✓ Our pattern
Pigeon + Japan + 1957 + baby + Singapore
→ Pigeon Corporation baby care
✗ Their pattern
Pigeon + India + 1999 + cooker
→ Stovekraft Pigeon appliances

Body copy is where entity resolution is actually earned, not just declared.

2
Layer 2 · Sitewide standard

Six rules that govern every ticket touching pigeon.com.sg

Reference this standard from every SEO ticket before ship. Already maps to 7 existing ClickUp tasks (REV-02, REV-03, REV-04, REV-06, REV-07, REV-08, REV-10).

1

Title qualifier

Every page title MUST contain at least one of: Singapore, baby, nursing, feeding, newborn, infant.

Show before / after examples →
HomepagePigeon — Home
Pigeon Singapore | Baby Feeding, Nursing & Care Products
CollectionSofTouch Bottles | Pigeon
SofTouch Baby Bottles Singapore | Pigeon
ProductSmart Bottle Warmer | Pigeon
Pigeon Smart Bottle Warmer Singapore | For Baby Milk
Blog5 Tips for New Parents
5 Feeding Tips for New Parents in Singapore | Pigeon
WarrantyWarranty Registration | Pigeon
Baby Product Warranty Registration | Pigeon Singapore
2

Meta description qualifier

Every meta description MUST mention "Pigeon Singapore" (not just "Pigeon") within the first 120 characters.

PASSES
"Official Pigeon Singapore — Japanese-designed baby bottles…"
FAILS
"Trusted by parents. Pigeon products for feeding…" (only "Pigeon," not "Pigeon Singapore")
3

Body copy entity reinforcement

Every long-form article MUST include this sentence (or variant) in the first 200 words:

"Pigeon Corporation has been crafting baby feeding and care products in Japan since 1957."

Variants accepted as long as they preserve the four co-occurrence signals: Pigeon + Japan + 1957 + baby.

4

Product schema brand reference

Every Product schema on shop.pigeon.com.sg MUST reference the homepage Organization via @id:

{
  "@type": "Product",
  "brand": {
    "@id": "https://pigeon.com.sg/#organization"
  }
}

Without @id, Google sees N disconnected "Pigeon" brand mentions and still can't resolve which Pigeon you are.

5

Organization reference consistency

Any Organization reference anywhere on the site MUST use:

"@id": "https://pigeon.com.sg/#organization"

Never inline a fresh Organization object. The homepage is the canonical entity. Everything else references it.

6

Topical contamination — forbidden words

Do not use words that overlap with the Indian appliance category anywhere on the site:

✗ Forbidden
mixer · grinder · cooker · rice (kitchen) · pressure · stove · appliance · Stovekraft
✓ Allowed
bottle · teat · nipple · nursing · breastfeeding · pump · bottle warmer · sterilizer · wipes · cream
Operationalization

7 existing ClickUp tasks reference this standard before ship

Task What the standard changes
REV-02Bottlefeeding hub refresh — Rules 1, 2, 3 apply
REV-03BYOB content cluster (3 posts) — Rules 1, 2, 3 each post
REV-046 collection meta + intros — Rules 1, 2 each
REV-06Top 5 product meta + schema — Rules 1, 2, 4, 5
REV-07Next 15 products — same as REV-06
REV-08Baby Fair July content (4 posts) — Rules 1, 2, 3 each
REV-10Publish 4 drafted blog articles — Rules 1, 2 audited
3
Layer 3 · GSC + hreflang + India tracking

REV-19 · ships first week of May

Goes early because it unblocks clean SG-only measurement for all downstream entity work. Effort 0.5 day. Owner: SEO lead.

1

GSC International Targeting

Explicitly set Singapore for both pigeon.com.sg and shop.pigeon.com.sg. The .sg ccTLD auto-targets but we confirm and log.

2

Hreflang sitewide

en-SG on every page · WordPress: Yoast SEO. Shopify: theme template emits in <head>.

3

x-default fallback

x-default points to the primary .sg homepage.

4

India region tracking exclusion

Not a crawl block — a measurement fix. Weekly success reports filter India out so the team tracks SG performance, not noise.

Verification (immediately after ship)

4
Layer 4 · Knowledge Graph entity building

REV-20 · Q3 ongoing

Owner: Link-building + SEO leads. Effort 5+ days spread across Q3. First milestone Jul 15. Blocked by REV-09 — Organization schema must be live before this work has anything to attach to.

1. Wikidata

  • Verify Pigeon Corporation Japan Q-ID is Q11331467 (confirmed via Wikidata API; Q11336692 is a different entity — "ヘンテコ忍者")
  • If Pigeon Singapore subsidiary entry doesn't exist, create it with: instance of subsidiary, parent organization Pigeon Corporation Japan, country Singapore, industry baby care products

2. Google Business Profile (Singapore)

  • Claim/verify SG listing
  • Category: "Baby store" (specific) — never generic "Store" or "Retail"
  • Business description reinforces baby care + Japanese parent + Singapore subsidiary

3. SG-authority backlinks (5 targets)

Domains whose links reinforce the SG + baby-care entity context:

  • · KK Women's and Children's Hospital (resource page opportunity)
  • · Singapore Motherhood
  • · The Asian Parent (SG editions)
  • · Little Day Out
  • · MummyFique

4. Monthly KG entity health check

Via Kalicube Knowledge Graph API Explorer. Tracks whether Pigeon Singapore is resolving as its own entity, in what context, and whether confusion with Stovekraft is decreasing month over month.

Timeline + dependencies

The plan stages itself: REV-19 unblocks measurement first, REV-09 ships the homepage signals, REV-20 builds long-range Knowledge Graph authority once the homepage is live.

Week Action Owner Depends on
Apr 21–27 Approve plan: REV-09 extension + REV-19 + REV-20 + standard reference on 7 tasks Strategy lead
Apr 27 – May 1 REV-19 · GSC + hreflang + India exclusion SEO lead GSC access + WP admin
May 4 – 8 Standard applied to REV-04 (collection meta) + REV-06 (top 5 products) as they ship SEO lead + editor Shopify access (secured), standard doc written
May 11 – 29 Standard applied to REV-02, REV-03, REV-07, REV-08, REV-10 as each ships Editor + exec Same
Mon Jun 1 REV-09 extended ships · all 7 homepage changes SEO lead + dev WP admin access
Jul 15+ REV-20 · Knowledge Graph milestones begin (Wikidata verified, GBP optimized, first 2 SG backlinks) Link-building + SEO leads REV-09 live
Jul – Sep Ongoing KG work · 5 SG backlinks total · monthly KG health check Link-building lead
Sep / Oct T+90 measurement against success criteria Team All layers shipped

Known risks

Knowledge Graph propagation lag

Google Knowledge Graph changes take 30–90 days to propagate. Don't expect immediate SERP changes after ship.

Stovekraft has legitimate India authority

We can reduce our share of their traffic signal but not eliminate it. Both brands are real businesses with real audiences.

Asymmetric — they won't fight back

Our disambiguation helps us, doesn't hurt them. They aren't actively contaminating us — Google is.

Wikipedia/Wikidata edits can be reverted

By editors who see them as promotional. Edits must be neutrally written, sourced, and follow Wikidata style guidelines. Use a real account, not a throwaway.

Open decisions blocking execution

  1. 1.Approve REV-09 scope extension — 0.5 → 1 day effort
  2. 2.Approve REV-19 creation (GSC + hreflang + India exclusion)
  3. 3.Approve REV-20 creation (Knowledge Graph building, Q3+)
  4. 4.Confirm link-building capacity for REV-20 (Q3 backlink + Wikidata work)
  5. 5.Approve ClickUp description upgrades on the 7 standard-affected tasks + REV-09 + REV-11
Once approved: standard doc written, REV-09 description updated, REV-19 + REV-20 added, 7 task descriptions patched, REV-11 description patched, single verification summary returned.