Skip to content

feat: publish Meta app-ads.txt for openscene.app - #175

Merged
sjungwon03 merged 1 commit into
devfrom
feature/174-app-ads-txt
Aug 21, 2026
Merged

feat: publish Meta app-ads.txt for openscene.app#175
sjungwon03 merged 1 commit into
devfrom
feature/174-app-ads-txt

Conversation

@sjungwon03

Copy link
Copy Markdown
Member

Closes #174

Change

Adds apps/openscene/public/app-ads.txt with the single Meta-supplied authorization record:

facebook.com, 1422347866415580, DIRECT, c3e20eee3f780d68

Next.js serves public/ at the site root, so after production promotion the file is reachable at https://openscene.app/app-ads.txt.

Notes

  • ID is the business ID Meta provided (1422347866415580); swap for the property ID if Meta's dashboard indicates the property-level record instead.
  • DIRECT is used because in-app inventory is not delegated to a reseller.

Verification

  • Static asset only; no runtime code, robots, sitemap, or redirect behavior changed.
  • git diff --check clean.
  • Production route check to follow after the devmain release merge.

Serve the Meta-supplied authorization record at /app-ads.txt so Meta can
verify authorized in-app ad inventory for OpenScene.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@sjungwon03 sjungwon03 added type: feature Product or user-visible capability work area: website Theorvane or TypeMCP website application work area: seo Search, metadata, crawl, or canonical-host work labels Aug 21, 2026
@sjungwon03 sjungwon03 self-assigned this Aug 21, 2026
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openscene Ready Ready Preview Aug 21, 2026 6:43pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
type-chain Skipped Skipped Aug 21, 2026 6:43pm

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed exact HEAD ac421e6. The Meta authorization record is correctly placed in the OpenScene public root; no blocking issues found. GitHub verify and the OpenScene Vercel deployment are successful.

@sjungwon03
sjungwon03 merged commit 42780d8 into dev Aug 21, 2026
4 checks passed
@sjungwon03
sjungwon03 deleted the feature/174-app-ads-txt branch August 21, 2026 18:49
sjungwon03 added a commit that referenced this pull request Aug 21, 2026
Serve the Meta-supplied authorization record at /app-ads.txt so Meta can
verify authorized in-app ad inventory for OpenScene.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: seo Search, metadata, crawl, or canonical-host work area: website Theorvane or TypeMCP website application work type: feature Product or user-visible capability work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish Meta app-ads.txt authorization on openscene.app

2 participants