Automattic/wp-calypso

Marketplace: Logged out view should use pagination

Open

#67075 opened on Aug 29, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (12,277 stars) (2,034 forks)batch import
20percentGood First Issue

Description

Logged out page views were implemented here: https://github.com/Automattic/wp-calypso/pull/66169

I think for SEO we should make use of paginated category and search results.

This should only require swapping out the infinite scroll variation with the paginated one somewhere like here.

Acceptance:

  • Use paginated search results for logged out marketplace views

Contributor guide