-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(seo): updated out-of-date site metadata, removed unused static assets, updated emails #2708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR updates site metadata, removes unused static assets, and standardizes contact emails across the codebase. Key Changes:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Browser
participant NextJS as Next.js App
participant Metadata as Metadata Files
participant Assets as Static Assets
Note over Browser,Assets: SEO & Metadata Updates
Browser->>NextJS: Request page
NextJS->>Metadata: Load metadata.ts
Metadata-->>NextJS: Updated social images (/logo/426-240)<br/>Updated Twitter handle (@simdotai)<br/>Fixed language alternate path
Browser->>NextJS: Request /robots.txt
NextJS->>Metadata: Generate dynamic robots.ts
Metadata-->>Browser: Return rules for AI/LLM crawlers<br/>Include sitemap reference
Browser->>NextJS: Request /sitemap.xml
NextJS->>Metadata: Generate sitemap.ts
Metadata-->>Browser: Return sitemap (no priority field)
Browser->>NextJS: Request /.well-known/security.txt
NextJS->>Metadata: Generate security.txt
Metadata-->>Browser: Return RFC 9116 compliant file<br/>Dynamic expiry (1 year)
Browser->>NextJS: Request /llms.txt
NextJS->>Metadata: Generate llms.txt
Metadata-->>Browser: Return markdown format<br/>Updated links and structure
Note over Assets: Removed Files
Assets->>Assets: Delete /social/*.png (unused)
Assets->>Assets: Delete /sim.svg, /sim.png (unused)
Assets->>Assets: Delete /icon.svg, /logo-sim.svg (unused)
Assets->>Assets: Delete /robots.txt (now dynamic)
Note over Metadata: Email Updates
Metadata->>Metadata: Update Python SDK emails<br/>support@sim.ai → help@sim.ai
|
waleedlatif1
added a commit
that referenced
this pull request
Jan 8, 2026
…ssets, updated emails (#2708) * feat(seo): updated out-of-date site metadata, removed unused static assets, updated emails * more * more * remove unused social photos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
N/A
Checklist