Skip to content

feat: enhance SEO with meta tags, sitemap, and robots.txt#73

Open
rahul-vyas-dev wants to merge 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/better-seo
Open

feat: enhance SEO with meta tags, sitemap, and robots.txt#73
rahul-vyas-dev wants to merge 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/better-seo

Conversation

@rahul-vyas-dev

@rahul-vyas-dev rahul-vyas-dev commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Additional Notes:

This PR improves the SEO experience by adding optimized metadata, favicon support, Open Graph integration, and a new promotional preview image for social sharing.

Changes Made

  • Added SEO meta tags and structured metadata
  • Added favicon and Apple touch icon support
  • Added Open Graph and Twitter preview configuration
  • Added robots.txt and sitemap.xml
  • Designed and integrated a new OrgExplorer social preview/banner image

Improved overall website discoverability and sharing experience

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

Summary by CodeRabbit

  • Improvements
    • Enhanced search engine visibility with optimized metadata and schema markup
    • Improved social media sharing with enriched meta tags
    • Added crawler directives and sitemap for better site discoverability

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The PR adds SEO and crawler configuration to the OrgExplorer project. The HTML document's <head> is enhanced with rich metadata including Open Graph and Twitter Card tags, schema.org JSON-LD markup, and an updated page title. A new robots.txt file enables crawler access and references a sitemap. A new sitemap.xml declares the root URL for search engine indexing.

Changes

SEO and Crawler Configuration

Layer / File(s) Summary
SEO metadata and crawler configuration
index.html, public/robots.txt, public/sitemap.xml
HTML <head> expanded with SEO, Open Graph, Twitter Card, and schema.org JSON-LD metadata; robots.txt and sitemap.xml created to enable crawler discovery and search engine indexing with the root URL marked as weekly-changefreq and highest priority.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

Documentation

Suggested reviewers

  • bhavik-mangla
  • Zahnentferner

Poem

🐰 A rabbit hops through search results now,
With metadata tags and a map's solemn vow,
SEO magic—crawlers shall find the way,
OrgExplorer shines bright as the break of day! ✨

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title directly and clearly summarizes the main changes: adding SEO enhancements through meta tags, sitemap, and robots.txt files.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added no-issue-linked PR has no linked issue documentation Documentation updates frontend Frontend changes size/M 51-200 lines changed external-contributor External contributor labels Jun 9, 2026
@rahul-vyas-dev rahul-vyas-dev added the gsoc GSoC students label Jun 9, 2026
@github-actions github-actions Bot added size/M 51-200 lines changed and removed size/M 51-200 lines changed labels Jun 9, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@index.html`:
- Around line 8-10: The <title> element is currently split across multiple lines
which is unconventional; collapse the title into a single-line string by
replacing the multi-line content inside the <title> tag with a single-line text
node (e.g., <title>OrgExplorer — GitHub Organization Analytics & Repository
Insights</title>) so the element becomes a single line for improved readability
and style consistency.
- Around line 12-15: Remove the redundant non-standard meta tag with
name="title" from the HTML head; locate the <meta name="title"
content="OrgExplorer — GitHub Organization Analytics & Repository Insights" />
element and delete it so the document relies on the standard <title> element for
the page title.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: aaed7146-af03-4f4a-89f3-e6ea69e11bde

📥 Commits

Reviewing files that changed from the base of the PR and between 775f7ad and 8599142.

⛔ Files ignored due to path filters (1)
  • public/og-image.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • index.html
  • public/robots.txt
  • public/sitemap.xml

Comment thread index.html
Comment thread index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation updates external-contributor External contributor frontend Frontend changes gsoc GSoC students no-issue-linked PR has no linked issue size/M 51-200 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant