Skip to content

Commit b26d360

Browse files
committed
Introduce Moz links tracking.
1 parent c354c04 commit b26d360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Additionally, the following the metrics are captured:
1414
* **HTTPS**: Sadly, many website infrastructures do not provide HTTPS which [provides no data security](https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure) to its visitors
1515
* **server**: The HTTP server header provides insight into infrastructure changes
1616
* **ASN**: Autonomous System Number provides insight into data center moves
17-
* :iphone:: Google PageSpeed Insights mobile speed score
17+
* :iphone: Google PageSpeed Insights mobile speed score
1818
* :wheelchair: Google PageSpeed Insights mobile usability score
1919
* :computer: Google PageSpeed Insights desktop speed score
2020
* :link: Moz total number of links (juice-passing or not, internal or external) of the final redirected url (http://drug.com > https://www.drug.com)

moai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def dict_constructor(loader, node):
619619
* **HTTPS**: Sadly, many website infrastructures do not provide HTTPS which [provides no data security](https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure) to its visitors
620620
* **server**: The HTTP server header provides insight into infrastructure changes
621621
* **ASN**: Autonomous System Number provides insight into data center moves
622-
* :iphone:: Google PageSpeed Insights mobile speed score
622+
* :iphone: Google PageSpeed Insights mobile speed score
623623
* :wheelchair: Google PageSpeed Insights mobile usability score
624624
* :computer: Google PageSpeed Insights desktop speed score
625625
* :link: Moz total number of links (juice-passing or not, internal or external) of the final redirected url (http://drug.com > https://www.drug.com)

0 commit comments

Comments
 (0)