Optimize wp.org listing: trim excerpt to fit 150c cap#969
Merged
Conversation
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.50 to 3.3.51. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.51/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.50...v3.3.51) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Excerpt was 158c (over 150c cap, truncating mid-word in search results). Trim to 133c without losing any anchor coverage. Drop 'reading progress bar' (subsumed by other anchors). Tags left intentionally as-is — already stem-distinct and high-intent. Title left intentionally as-is — multi-keyword targeting is correct for a multi-module utility plugin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
harshitarora-in
approved these changes
May 5, 2026
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.
Excerpt was 158c (over the 150c cap, truncating mid-word in search results). Trim to 133c without losing any anchor coverage.
Tags and title intentionally left as-is — for a multi-module utility plugin like Orbit Fox, the existing 'many distinct anchors with no repetition' strategy is correct (each module is its own dominant query). The current tags are already stem-distinct.
🤖 Generated with Claude Code