From 9dfaeba95c04021db15349277a905203498b2aa2 Mon Sep 17 00:00:00 2001 From: simien Date: Sun, 13 Sep 2026 17:55:15 -0400 Subject: [PATCH] docs: tighten the SEO tags, name the head term, and add breadcrumbs and 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 --- animated-backgrounds/index.html | 32 ++++++++++++++++++++++++++------ flow-fields/index.html | 24 ++++++++++++++++++++++-- guide/index.html | 3 ++- index.html | 13 +++++++++++++ seamless-backgrounds/index.html | 32 ++++++++++++++++++++++++++------ 5 files changed, 89 insertions(+), 15 deletions(-) diff --git a/animated-backgrounds/index.html b/animated-backgrounds/index.html index 5753943..81f9445 100644 --- a/animated-backgrounds/index.html +++ b/animated-backgrounds/index.html @@ -16,7 +16,7 @@ } How to make a looping animated background for a website - + @@ -26,14 +26,14 @@ - + - + @@ -46,7 +46,7 @@ "@type": "TechArticle", "@id": "https://flield.com/animated-backgrounds/#article", "headline": "How to make a looping animated background for a website", - "description": "When a seamless loop is worth the trouble and when it is not, four kinds of motion that return to their first frame with no cut, and which file format to use for a hero background.", + "description": "Four kinds of motion that return to their first frame with no cut, when a seamless loop is worth it, and which file format a hero background wants.", "url": "https://flield.com/animated-backgrounds/", "mainEntityOfPage": "https://flield.com/animated-backgrounds/", "about": { "@id": "https://flield.com/#app" }, @@ -65,6 +65,26 @@ } +