Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA-1487: additional schema definition for routable interface #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cpartica
Copy link
Contributor

@cpartica cpartica commented Mar 3, 2021

Problem

By deprecating urlResolver we need to make sure that we can get the same data from Routable Interface
It turns out that we're missing some basic functionality that urlResolver provided, and it's not provided through Routable Interface

Solution

We need to add to Routable Interface two fields: relative_url and redirectCode to know if the requested URL was a redirect or not as it contains code useful for SEO, like permanent or temporary redirect.

Requested Reviewers

@cpartica cpartica self-assigned this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant