Improve SEO for landing page#25
Closed
wmmiii wants to merge 4 commits into
Closed
Conversation
- Upgrade <title> to include target keywords - Enhance meta description for click-through rate - Add canonical URL, Open Graph, and Twitter Card meta tags - Add JSON-LD SoftwareApplication structured data (schema.org) - Add robots.txt pointing crawlers to the sitemap - Add sitemap.xml for crawler discoverability https://claude.ai/code/session_01Y7LFRmdKMPe9bBUpAA9yUb
5d0af82 to
99b3726
Compare
With moduleResolution: bundler, TypeScript respects the package exports map strictly. @base-ui/react v1.3.0 does not list floating-ui-react in its exports map, so the subpath import fails even though the directory exists on disk. Replace the Side import with a local type alias matching the definition used by @base-ui/react's own Positioner internals. https://claude.ai/code/session_01Y7LFRmdKMPe9bBUpAA9yUb
pnpm run type-check runs tsc --noEmit directly without generating protobuf TypeScript bindings first. proto/generated/ is gitignored, so on a fresh CI checkout the @dmx-controller/proto/* path alias resolves to nothing, causing hundreds of TS2307/TS18046 errors that mask real type failures. https://claude.ai/code/session_01Y7LFRmdKMPe9bBUpAA9yUb
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
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.
https://claude.ai/code/session_01Y7LFRmdKMPe9bBUpAA9yUb