Skip to content

Add canonical URLs and Open Graph tags to docs#102

Merged
hnykda merged 1 commit intomainfrom
add-canonical-og-tags
Feb 6, 2026
Merged

Add canonical URLs and Open Graph tags to docs#102
hnykda merged 1 commit intomainfrom
add-canonical-og-tags

Conversation

@mckenna-futuresearch
Copy link
Contributor

Summary

  • Adds <link rel="canonical"> tags to all docs pages, notebook pages, and the docs homepage to fix Google indexing issues
  • Adds Open Graph meta tags (og:title, og:description, og:url, og:image) for better link previews on social/Slack/etc.
  • Sets metadataBase in the root layout so Next.js can resolve relative metadata URLs

Context

18 docs pages are showing as "Discovered - currently not indexed" in Google Search Console. Inspecting the page HTML confirmed no canonical tags or OG tags were present. This PR adds them to all page routes.

Test plan

  • Deploy preview and inspect page source for <link rel="canonical" href="https://everyrow.io/docs/filter-dataframe-with-llm" />
  • Confirm og:title, og:url, and og:image meta tags are present in the <head>
  • Verify the docs homepage at /docs also has canonical and OG tags
  • After deploy, re-check in Google Search Console that pages begin transitioning from "Discovered" to "Crawled"

🤖 Generated with Claude Code

Pages were missing <link rel="canonical"> and og: meta tags, causing
Google to show 18 pages as "Discovered - currently not indexed" in
Search Console. Adds per-page canonical URLs and OG metadata (title,
description, url, image) to all doc routes, notebook routes, and the
docs homepage.

Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
@hnykda hnykda merged commit b89566c into main Feb 6, 2026
2 checks passed
@hnykda hnykda deleted the add-canonical-og-tags branch February 6, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants