You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each PWA link (using rel=nofollow to avoid any potential SEO issues) to: pwastats.com This means if there are no stats for a given PWA the link will 404 but that's tolerable in the short term since if any of these PWAs ever have stats the link will start working.
On pwastats.com for each PWA that has stats link (using rel=nofollow) to pwadirectory.appspot.com
In terms of implementation we'll need some mechanism that lets a site like PWA Directory redirect a link to https://pwa-directory.appspot.com/id/$NORMALISED_STANDARD_IDENTIFIER into a link to: https://pwa-directory.appspot.com/pwas/5187301748506624 We'd then need to sufficiently document the normalisation function (since it's looking like we're going to converge on manifest URL as the standard identifier for PWAs) so that pwastats.com and other sites can implement it.
The text was updated successfully, but these errors were encountered: