fix(iot-hub): relocate device-library resources under /iot-hub/devices/; SEO alt text + search noindex#533
Merged
Conversation
Move public/device-library/resources/ -> public/iot-hub/devices/resources/ so the existing device-library -> IoT Hub splat redirects resolve to real files. Both /docs/devices-library/resources/* and /device-library/resources/* already 301 into /iot-hub/devices/:splat; the assets now live at that target, fixing broken links (e.g. the lrs10701 air-quality dashboard JSON referenced from external sites we cannot edit). No project code references these paths.
…sources-to-iot-hub
…dexed Follow-up to the Ahrefs audit (#531): - Give the last four empty-alt IoT Hub images meaningful alt text: the no-results and fetch-error illustrations (aria-hidden kept so screen readers aren't given a redundant announcement), the detail creator avatar, and the listing-link thumbnail. - Revert /iot-hub/search/ to its original title and restore noIndex. Removing it wholesale also un-noindexed the paginated variants (/iot-hub/search/2/ ...), which self-canonicalize and would be indexed as near-duplicates; keep the page out of the index for now.
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.
covering both changes on the branch —
a. fix(iot-hub): relocate device-library resource files (dashboards, configs, manuals, etc.) under /iot-hub/devices/…/resources/ so the existing device-library → IoT Hub splat redirects resolve to real files
(PROD-8479 item 2 follow-up).
b. fix(seo): alt text on the last four empty-alt IoT Hub images, and revert /iot-hub/search/ to its original title + restore noIndex (keeps paginated variants out of the index)