Understand first-party and third-party cookie usage on your site.
Provide a great experience for your users, whether or not third-party cookies are available.
Review your cookies and make a list of those cookies for which you will need to take action to ensure they keep functioning properly.
Set up Chrome to simulate the state when third-party cookies are blocked by user choice.

Migrate to privacy preserving solutions

Once you have identified cookies with issues and you understand the use cases for them, you can work through the following options to pick the necessary solution.
The Partitioned cookie attribute allows developers to opt a cookie into partitioned storage, with separate cookie jars per top-level site.
Storage Access allows iframes to request storage access permissions when access would otherwise be denied by browser settings.
A web API for privacy-preserving identity federation.
Simple guides to help you understand how cookies work.
Understand HTTP cookies: how they're set by a web server, then stored and sent by a web browser.
A third-party cookie is from a site that's different from the site you're visiting. What does that mean in practice?
Cookies can include attributes to control if they're set, and when they expire.
The web uses the HTTP protocol to transfer resources and set cookies. How does that work?
Cookies can be blocked by browser design, Enterprise policy, or user choice. This article explains how.
Chrome tools to help you understand cookie usage on your site.
Demos of first-party cookies, third-party cookies, and cross-site tracking.

Guides for common workflows

Understand how to test common workflows that may rely on third-party cookies and decide on which privacy-preserving alternatives to migrate to.
Find recommended solutions for sign-in scenarios.
Test for embed-related journeys that rely on third-party cookies, and learn how to choose between the privacy-preserving alternatives.