-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.c: PrivacyFor issues that impact or improve the privacy.For issues that impact or improve the privacy.
Description
related to #12248
While checking how the SEO plugin works, I noticed that it parses this url:
matomo/plugins/SEO/Metric/Alexa.php
Line 20 in b8e4d27
const URL = 'http://data.alexa.com/data?cli=10&url='; |
But it seems like this API doesn't exist anymore (besides the fact that sending the urls via HTTP to other servers isn't a good idea)
http://data.alexa.com/data?cli=10&url=matomo.org
only returns Okay
for me and it seems like I am not the only one:
https://stackoverflow.com/questions/3676376/fetching-alexa-data#comment87619041_6224304
Metadata
Metadata
Assignees
Labels
Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.c: PrivacyFor issues that impact or improve the privacy.For issues that impact or improve the privacy.