NFT Marketplaces
Intro
NFT Marketplaces and any equivalent type of decentralized, blockchain, or web3 related marketplace resembles any existing form of ecommerce. As such, many of the accessibility rules that would apply to e-commerce sites like Amazon, E-bay, and others are directly applicable.
Static Carousels
Although rotating carousels (those that move automatically) can also be made accessible. It is a requirement to allow appropriate stopping and pausing functionality.
We encourage developers to avoid carousels if possible, but if they must be used to instead opt for static ones.

Skip Buttons
Relevant to any app displaying lists of items, the most prominent examples being NFT marketplaces
They are conceptually the exact same as "Skip to Main Content" button which appears usually on the first tab on a webpage. If you navigate to our accessible markeplace and tab as soon as the page loads, this button will appear.

Breadcrumbs
Providing links for the user to backtrack as they venture deeper into specific collection items.
A good breadcrumb example can be:
home > category > collection_name > specific_item
We've highlighted this section under General Guidelines > Navigation, however it appears to be most pertinent to NFT Marketplaces as they are likely to have the greatest level of page nesting.
No infinite scroll
There is a default "show all" with pagination in our accessible NFT Marketplace dapp. Infinite scroll should be a toggle-able option if present. "Load more" buttons work a bit better than pagination for many users, but both are valid.
Default Currency Convention
We are suggesting marketplaces to use fiat (dollars for example), values for pricing info
Volume and ranking data is often portrayed in terms of ETH. For newcomers the default should be their local currency, with an optional toggle to switch to the current chain's native coin or some other alt-coin of choice.

Alternative Text
Alternative Text: Every NFT should have a proper description, describing what the image looks like. We have proposed ERC-7515 as the best way to achieve this.
For pre-existing collections, consider storing the descriptions in a data store (decentralized ideally), and doing an api fetch for the alt="" field in img.
We've written a blog post that explains the ERC proposal more clearly:
Last updated