Last active
September 23, 2017 21:40
-
-
Save adamrneary/a198380014b01979baf85fd0be934fb8 to your computer and use it in GitHub Desktop.
This file contains 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
# Formerly known as "P1," home is reserved for airbnb.com | |
# Note: Counting every possible content-specific landing page would make this list sprawl. | |
# Please capture your content-specific identifiers (e.g. Business Travel Campaign ABC) in the | |
# data payload. | |
# Other 1000-series pages are our landing pages. These are generally "Growth team" pages | |
- Home: 1000 | |
description: Reserved exclusively for airbnb.com | |
design: airbnb.com | |
team: <redacted> | |
- MagicCarpet: 1001 | |
description: | |
design: airbnb.com/a or airbnb.com/a/:location | |
team: <redacted> | |
# Formerly known as "P2" and briefly divided into 4 tabs, search covers all search result pages | |
# Note: Various refinements and filters are captured in the data payload rather than new pages! | |
# Other 2000-series page are generally "Search team" pages other than search results | |
- SearchResults: 2000 | |
description: We want to treat all search results variants, regardless of refinements/filters, as one page. | |
design: airbnb.com/s or airbnb.com/s/:location | |
team: <redacted> | |
- SearchWishlists: 2001 | |
description: The list of a user's wishlists | |
design: airbnb.com/wishlists | |
team: <redacted> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment