-
Notifications
You must be signed in to change notification settings - Fork 557
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
Misleading Google search entry when searching for notifications-plugin #1279
Comments
We can't really control how search engines indexes their search results. I think the best we can do is start adding noindex meta tag on pages that are ancient, but it wouldn't necessary stop Google from associating another version of dialogs with the "local notification" keywords, as they are similiar. (In fact, the dialogs API uses the
We tried something similar to this in the past, purely to speed up builds, but failed to push a PR through as community members felt like we needed to maintain links and avoid 404s. If a link is specifically targeting an older version, then redirecting it to a different version is also not acceptable. So I don't think these versions are going anywheres. But I think we can probably start adding a |
Sounds like a good solution. Regarding keeping old documentations:
Why is this not acceptable? |
Last time we attempted to remove large amount of pages that were obsolete were the translated documentation. They weren't kept up with the latest document and often had severely out-dated information. A lot of this documentation had no english counterpart either as the english documentation was removed. There was a lot of resistance simply redirecting to a 404 as can be seen in the original PR #1015 Ultimately that PR failed to got merged but a new PR was created to redirect when possible, and 404 otherwise and that was accepted.
To be clear, I understand and yes keeping those documentation around today is probably nearly pointless. Personally I actually agree. I'm just simply stating that we've had resistance before when mass removing documentation. At the very least, I think we need to make a Dev Mailing List to announce intent to remove old documentation, which versions should be removed, and see if the community today agrees with the that motion. However, if we jump back to the original issue:
I'm not certain that removing or applying the |
Thank you for clarifying me, which problems occured in the past about the removal of translated documents. A 404 is not nice and should be avoided. In the end they found a solution and merged the pr. So there can be a solution.
That's a good idea. Why should we keep outdated documentation on cli versions that can no longer be used to make an executable app? About the original issue. You wrote:
If this would be really like this, this would be anyway better than before, because if you see the 2.5 doc, the title just says
with the description
The new doc would have the title
and the description
It is much more clear, that this article is about Dialogs and not local notifications. And if the new documentation would have a similar ranking in google it should be listed in the search results, but it isn't. |
Bug Report
Problem
When I want to search for the plugin "cordova-plugin-local-notifications" with the keywords "cordova plugin notifications", I get a outdated documentation for the cordova-plugin-dialogs plugin for the cli version 2.5.0 as result.
Is it necessary, to let outdated documentation appear in google search? Could outdated documentation be removed or archived?
What is expected to happen?
In the search results you should not see the outdated documentation for cordova-plugin-dialogs. Users could misinterpret, that cordova supports local notifications.
What does actually happen?
The outdated documentation for cordova-plugin-dialogs is shown.
Information
Environment, Platform, Device
Mac OS Ventura, Safari, Google
Checklist
The text was updated successfully, but these errors were encountered: