We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Piwik 2.4.0-b5.
The Domain Age seems to be reported incorrectly. On a domain that is >1 year old Piwik reports it is 23 days old.
How do you get the Domain Age data?
The text was updated successfully, but these errors were encountered:
You can see the code here: https://github.com/piwik/piwik/blob/master/plugins/SEO/RankChecker.php#L141-177
we use archive.org, or whois. If you find the bug or even can do a pull request, this would be nice!
If not, what is your domain name that has wrong age?
Sorry, something went wrong.
The whois data I have seen for the domain is
created: 2013-03-11 modified: 2014-02-14 expires: 2015-03-11
None of those dates can give 23 days even if the year is wrong as far as I can see.
I'll email the domain to you.
In 4791c84: fixes #5322 whois records can also read "created: $datetime"
Great - I can confirm that now works in b7. Thanks.
mattab
No branches or pull requests
Using Piwik 2.4.0-b5.
The Domain Age seems to be reported incorrectly. On a domain that is >1 year old Piwik reports it is 23 days old.
How do you get the Domain Age data?
The text was updated successfully, but these errors were encountered: