Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonpontet/jonpontet-website-audit
https://github.com/jonpontet/jonpontet-website-audit
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonpontet/jonpontet-website-audit
- Owner: jonpontet
- Created: 2020-03-17T17:13:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T17:23:36.000Z (over 4 years ago)
- Last Synced: 2024-10-11T07:12:30.321Z (about 1 month ago)
- Language: PHP
- Size: 2.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Readme
`[jpwa_email]` Renders the email form
**Attributes**
* `id` Id of the form. (Used for anchors)
`[jpwa_form]` Renders the search form
**Attributes**
* `id` Id of the form. (Used for anchors)
* `title` Title to show above text field.
* `populate` Whether to auto-populate the value field with the current result's domain.`[jpwa_result]` Renders the result
**Attributes**
None
Example email template
`
?>
Your Website Audit Report
Speed
Your score: {{category_speed_score_formatted}}
Why did you get this score?
I connected to Google PageSpeed Insights to analyse your website for speed, and this is how they score it based on their advanced criteria.
getScore() < 1): ?>Find out how to make your website faster
Conversion
Your score: {{category_conversion_score_formatted}}
Why did you get this score?
{{audit_presence-contact-form_tick}} A contact form was found on the page
{{audit_presence-google-analytics_tick}} Google Analytics is installed
getScore() < 1): ?>Find out how to correct all these problems
SEO
Your score: {{category_seo_score_formatted}}
Why did you get this score?
{{audit_robots-txt_tick}} Robots.txt is present
{{audit_sitemap-xml_tick}} Sitemap.xml is present
{{audit_meta-description_tick}} Meta description is correct
{{audit_tag-h1_tick}} H1 tag is correct
{{audit_tag-title_tick}} Title tag is correct
{{audit_tag-title-length_tick}} Title length is correct
{{audit_internal-links_tick}} Internal links is correct
{{audit_external-links_tick}} External links is correct
getScore() < 1): ?>Find out how to correct all these problems
Mobile Friendly
Your score: {{category_mobile-friendly_score_formatted}}
Why did you get this score?
I connected to the Google Mobile-Friendly Test to analyse your website for mobile friendliness, and this is how they score it based on their advanced criteria.
getScore() < 1): ?>Find out how to make your website better on mobile
Social Media
Your score: {{category_social-media_score_formatted}}
Why did you get this score?
{{audit_meta-facebook_tick}} All recommended Facebook tags are present
{{audit_meta-twitter_tick}} All recommended Twitter tags are present
getScore() < 1): ?>Find out how to correct all these problems
WordPress Security
Your score: {{category_wordpress-security_score_formatted}}
Why did you get this score?
{{audit_has-ssl_tick}} There is an SSL certificate
{{audit_wp-login-404_tick}} Access to wp-login.php returns a 404 error
{{audit_disabled-rest-user-scan_tick}} Unauthorised scans of users are blocked
{{audit_unauthorised-load-scripts_tick}} Unauthorised access to load-scripts.php is blocked
{{audit_unauthorised-load-styles_tick}} Unauthorised access to load-styles.php is blocked
{{audit_disabled-pingbacks-and-trackbacks_tick}} Pingbacks and trackbacks are disabled for at least 1 blog post
getScore() < 1): ?>Find out how to correct all these problems
Accessibility
Your score: {{category_accessibility_score_formatted}}
Why did you get this score?
I connected to Google PageSpeed Insights to analyse your website for accessibility, and this is how they score it based on their advanced criteria.
getScore() < 1): ?>Find out how to make your website more accessible
`