docs: tighten the SEO tags, name the head term, and add breadcrumbs and crawl links - #10
Merged
Merged
Conversation
…nd crawl links A pass over the four document pages against the app and against what a search result shows. The seamless page's title was 72 characters and the animated page's description 180; results cut around 60 and 155, so both lost their endings. Shortened, on every copy of each. "Background generator" is the head term in the app's title and appeared on none of the explainers. Each now names Flield as a seamless background generator once, in the sentence that introduces it, and its try-it line says it is free with no signup. The guide carried a BreadcrumbList and the explainers did not. Each has one now. The app's footer only ever linked the guide, which left the explainers two clicks from the home page; a crawlable line under the existing hidden description links all three, out of the tab order. The guide's heading was "Using Flield" under a title that carried the keywords; the heading carries them now. It also says that width and height stop at 8192, which the app has done since 509a42f, and the size fields snap to that cap on change rather than showing a number the canvas is not. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
flield | 9dfaeba | Commit Preview URL Branch Preview URL |
Sep 13 2026, 09:55 PM |
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.
What does this change?
A pass over the guide and the three explainers, checked against the app and against what a search result actually shows.
<title>, Open Graph, Twitter, and JSON-LD.BreadcrumbList; the three explainers now have one each.tabindex="-1"so keyboard users don't land on something invisible. Screen readers still find them in browse mode.Every factual claim on the four pages was checked against the code first (ranges, caps, defaults, locks, texture renames, presets, tutorial steps). All matched, so nothing else changed.
Related issue
None.
How was this tested?
python3 .github/scripts/checks.py mainpasses; every JSON-LD block parses.tabindex="-1"; the guide shows the new heading and the cap sentence; the seamless page shows the new title, both structured-data blocks, and the reworded intro and try-it lines.Checklist
generator.jsstill has no dependency on the UI, if touched (not touched)🤖 Generated with Claude Code