0% found this document useful (0 votes)
48 views21 pages

Complete Site Audit

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views21 pages

Complete Site Audit

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

https://neutosolutions.

com/
Report generated on Apr 02, 2024

16 Failed

SEO Score 6 Warnings


70/100
51 Passed

Common SEO issues 9 Failed 1 Warnings 15 Passed

Meta Title Test


This webpage is using a title tag.

Text: Home - Neuto Solution


Length: 21 characters

Meta Description Test


This webpage is using a meta description tag with a length of 133 characters. We recommend using well-written
and inviting meta descriptions with a length between 150 and 220 characters (spaces included).

Text: Since beginning our journey as a freelance Shopify andWordPress Designer 5 years ago, We’ve done
remote work, consulted for startups,
Length: 133 characters

© 2022 SEO Site Checkup Page 1 of 21


Google Search Results Preview Test

Desktop version

https://neutosolutions.com/
Home - Neuto Solution
Since beginning our journey as a freelance Shopify andWordPress Designer 5 years
ago, We’ve done remote work, consulted for startups,

Mobile version

https://neutosolutions.com/
Home - Neuto Solution
Since beginning our journey as a freelance
Shopify andWordPress Designer 5 years ago,
We’ve done remote work, consulted for…

Social Media Meta Tags Test


This webpage is using social media meta tags.

Open Graph Meta Tags

og:locale en_US

og:type website

og:title Home - Neuto Solution

og:description Since beginning our journey as a freelance Shopify andWordPress Designer 5 years ago,
We’ve done remote work, consulted for startups,

og:url https://neutosolutions.com/

og:site_name Neuto Solution

og:image https://neutosolutions.com/wp-content/uploads/2024/01/green-border-2.png

Twitter Card Meta Tags

twitter:card summary_large_image

© 2022 SEO Site Checkup Page 2 of 21


Most Common Keywords Test
There is likely no optimal keyword density (search engine algorithms have evolved beyond keyword density
metrics as a significant ranking factor). It can be useful, however, to note which keywords appear most often on
your page and if they reflect the intended topic of your page. More importantly, the keywords on your page
should appear within natural sounding and grammatically correct copy.

12 shopify 11 wordpress 10 content 8 services 8 contact

Keywords Usage Test


The most common keywords of this webpage are not distributed across the important HTML tags! Primary
keywords should appear in title tag, meta description and heading tags to help Search Engines to properly
identify the topic of this webpage.

Keyword Title tag Meta description Headings

shopify

wordpress

content

services

contact

© 2022 SEO Site Checkup Page 3 of 21


Keywords Cloud Test

1 agencies 1 beginning 4 bundles 2 cart 4 clients 1 closely 1 collaborated

3 commerce 1 company 3 concepts 1 connects 1 consulted 8 contact 10 content

1 converts 1 creating 6 creation 1 creative 2 custom 4 customer 3 days

1 delivering 3 delivery 7 design 1 designer 6 designing 3 details 1 develope

2 development 3 digital 6 editing 1 emphasis 1 exceptional 3 experience

1 experiences 1 feature 1 film 1 finished 1 freelance 2 functional 2 functionality

2 goals 2 graphics 1 hello 1 high 1 hire 1 introducing 1 journey 3 logo

1 needs 5 neuto 2 neutosolutions 3 online 3 pages 1 people 2 popular

5 portfolio 2 powered 2 precisely 1 pride 2 privacy 2 products 1 project

2 projects 1 providing 1 quality 2 read 1 remote 1 resonates 3 responsive

6 revisions 2 rothy 8 services 2 shop 12 shopify 2 shopping 2 site 1 skills

1 skip 1 smooth 3 solution 4 solutions 1 specialize 2 standard 1 startups

3 store 1 stores 2 tailored 1 talented 1 uncut 1 understand 1 unique 2 upload

1 user 6 video 3 wants 4 website 11 wordpress 5 work 3 years

Related Keywords Test


This URL is currently ranked in the top 20 organic Google listings for the search terms below:

neuto

Competitor Domains Test


There are no indexed competitors for this domain!

© 2022 SEO Site Checkup Page 4 of 21


Heading Tags Test
This webpage contains headings tags.

H1 tags

Popular Packages

H2 tags

Hello

We Are

Diamond Jewelers

Rothy's

Some of our Recent Projects

Wanna get A Custom Quote

Sign Up for 10%Off

Robots.txt Test
Congratulations! Your site uses a "robots.txt" file.

https://neutosolutions.com/robots.txt

Sitemap Test
This website has a sitemap file.

https://neutosolutions.com/sitemap_index.xml

SEO Friendly URL Test


All links from this webpage are SEO friendly.

© 2022 SEO Site Checkup Page 5 of 21


Image Alt Test
This webpage is using "img" tags with empty or missing "alt" attribute!

How to pass this test?


In order to pass this test you must add an alt attribute to every <img> tag used into your webpage.
An image with an alternate text specified is inserted using the following HTML line:

<img src="image.png" alt="text_to_describe_your_image">

Remember that the point of alt text is to provide the same functional information that a visual user would see.
Search engines, users who disabled images in their browsers and other agents who are unable to see the images
on your webpage can read the alt attributes assigned to the image since they cannot view it.
Learn more about optimizing images for SEO.

Responsive Image Test


Not all images in this webpage are properly sized! This webpage is serving images that are larger than needed for
the size of the user's viewport.

How to pass this test?


This issue can be fixed by using responsive images, which relies on creating multiple versions of each image, that
are served via CSS media queries depending on the user's viewport dimensions.
Another solution can be to use vector-based image formats like SVG. SVG images scale appropriately to any size,
without wasting unnecessary bandwidth. Also consider image CDNs that can help serve responsive images.

Image Aspect Ratio Test


Not all image display dimensions match the natural aspect ratio! Fix aspect ratio issues to avoid distorted images
on this website!

How to pass this test?


There are two common causes for an incorrect image aspect ratio:
An image is set to explicit width and height values that differ from the source image's dimensions.

An image is set to a width and height as a percentage of a variably-sized container.


To help avoid these issues, consider using an image CDN, to help automate the process of creating different size
versions of your image.
Also check any CSS that can affects the image's aspect ratio - if you're having trouble finding the CSS that's
causing the incorrect aspect ratio, Chrome DevTools can show you the CSS declarations that affect a given image.
Finally, check the image's width and height attributes in the HTML. When possible, it's good practice to specify
each image's width and height attributes in your HTML so that the browser can allocate space for the image. This
approach helps to ensure that content below the image doesn't shift once the image is loaded.

© 2022 SEO Site Checkup Page 6 of 21


Inline CSS Test
This webpage is using inline CSS styles!

How to pass this test?


It is a good practice to move all the inline CSS rules into an external file in order to make your page "lighter" in
weight and decrease the code to text ratio.
check the HTML code of your page and identify all style attributes

for each style attribute found you must properly move all declarations in the external CSS file and remove the
style attribute
For example:

<!--this HTML code with inline CSS rule:-->


<p style="color:red; font-size: 12px">some text here</p>

<!--would became:-->
<p>some text here</p>

<!--and the rule added into your CSS file:-->


p{color:red; font-size: 12px}

Deprecated HTML Tags Test


This webpage does not use HTML deprecated tags.

© 2022 SEO Site Checkup Page 7 of 21


Google Analytics Test
A Google Analytics script is not detected on this page. While there are several tools available to monitor your site's
visitors and traffic sources, Google Analytics is a free, commonly recommended program to help diagnose
potential SEO issues.

How to pass this test?


In order to pass this test you must create an account on Google Analytics site and insert into your page a small
javascript tracking code.
Example:

<!-- Google Analytics -->


<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-XXXX-Y', 'auto');


ga('send', 'pageview');

</script>
<!-- End Google Analytics -->

Note that you have to change the 'UA-XXXX-Y' with the proper id which you'll find in your analytics account.

Favicon Test
This website appears to have a favicon.

Backlinks Test
We didn't find any backlinks for this domain! Quality backlinks from websites relevant to your topic/niche are
critical for strong search engine rankings.

JS Error Test
There are no severe JavaScript errors on this webpage.

© 2022 SEO Site Checkup Page 8 of 21


Console Errors Test
This webpage has some errors caught by the Chrome DevTools Console!

How to pass this test?


In order to pass this test, you have to fix all the warnings and errors reported in Chrome DevTools console. You
can also visit Google's documentation for further troubleshooting support:
https://developer.chrome.com/docs/devtools/issues/

Charset Declaration Test


This webpage has a character encoding declaration.

Content-Type: text/html; charset=UTF-8

Social Media Test


This webpage is not connected with social media using the API's provided by Facebook, Google +, Twitter,
Pinterest, or using addthis.com

How to pass this test?


In order to pass this test you must connect your website with at least one major social network. To do that, you
must insert into your page some social networks plugins: Facebook Like Button, Facebook Share Button,
Facebook Comments, Twitter Button, Google +1 Button, Pinterest Button or AddThis Widget

Speed optimizations 5 Failed 2 Warnings 18 Passed

HTML Page Size Test


The size of this webpage's HTML is 45.83 Kb, and is greater than the average size of 33 Kb! This can lead to slower
loading times, lost visitors, and decreased revenue. Good steps to reduce HTML size include: using
HTML compression, CSS layouts, external style sheets, and moving javascript to external files.

How to pass this test?


In order to resolve this problem you are advised to:
use gzip compression

move all CSS style rules into a single, external and minified CSS file

minify all JS files and, if possible, try combining them into a single external JS file

use CSS layouts

© 2022 SEO Site Checkup Page 9 of 21


DOM Size Test
The Document Object Model (DOM) of this webpage has 943 nodes which is less than the recommended value of
1,500 nodes.

HTML Compression/GZIP Test


This webpage is successfully compressed using gzip compression on your code. The HTML code is compressed
from 277.29 Kb to 45.83 Kb (83% size savings). This helps ensure a faster loading webpage and improved user
experience.

Site Loading Speed Test


The loading time of this webpage (measured from N. Virginia, US) is around 5.54 seconds and is greater than the
average loading speed which is 5 seconds!

How to pass this test?


In order to resolve this problem you are advised to:
Minimize HTTP requests

Use Gzip compression

Use HTTP caching

Move all CSS style rules into a single, external and minified CSS file

Minify all JS files and, if possible, try combining them into a single external JS file

Include external CSS files before external JS files

Place your JS scripts at the bottom of your page

Optimize images

Reduce redirects

Reduce the number of plug-ins

JS Execution Time Test


The JavaScript code used by this webpage is executed in less than 2 seconds.

© 2022 SEO Site Checkup Page 10 of 21


Page Objects Test
This webpage is using more than 20 http requests, which can slow down page loading and negatively impact user
experience!

Content size by content type

Content type Percent Size

Image 54.5 % 2.32 Mb

Javascript 29.2 % 1.25 Mb

Css 8.6 % 375.99 Kb

Font 6.0 % 261.82 Kb

Html 1.6 % 69.26 Kb

Other 0.1 % 3.50 Kb

TOTAL 100% 4.26 Mb

Requests by content type

Content type Percent Requests

Javascript 46.0 % 69

Css 30.7 % 46

Image 12.0 % 18

Font 8.0 % 12

Other 2.7 % 4

Html 0.7 % 1

TOTAL 100% 150

Content size by domain

Domain Percent Size

neutosolutions.com 92.6 % 3.95 Mb

embed.tawk.to 3.2 % 141.22 Kb

fonts.gstatic.com 3.2 % 139.51 Kb

© 2022 SEO Site Checkup Page 11 of 21


code.jquery.com 0.7 % 30.48 Kb

stats.wp.com 0.1 % 5.07 Kb

fonts.googleapis.com 0.1 % 3.11 Kb

va.tawk.to 0.0 % 1.49 Kb

s.w.org 0.0 % 1.46 Kb

pixel.wp.com 0.0 % 177 B

TOTAL 100% 4.26 Mb

Requests by domain

Domain Percent Requests

neutosolutions.com 83.3 % 125

fonts.gstatic.com 6.0 % 9

embed.tawk.to 5.3 % 8

s.w.org 1.3 % 2

va.tawk.to 1.3 % 2

fonts.googleapis.com 0.7 % 1

stats.wp.com 0.7 % 1

code.jquery.com 0.7 % 1

pixel.wp.com 0.7 % 1

TOTAL 100% 150

Page Cache Test (Server Side Caching)


This webpage is using a caching mechanism. Caching helps speed page loading times as well as reduces server
load.

Flash Test
This webpage does not include flash objects (an outdated technology that was sometimes used to deliver rich
multimedia content). Flash content does not work well on mobile devices, and is difficult for crawlers to interpret.

© 2022 SEO Site Checkup Page 12 of 21


CDN Usage Test
This webpage is not serving all resources (images, javascript and css) from CDNs!

How to pass this test?


In order to pass this test you are advised to use a CDN service. A Content Delivery Network (CDN) is a globally
distributed network of web servers that allows a quick transfer of assets and provides high availability and high
performance. The primary benefits of using a CDN service are:
Improving website loading times

Reducing bandwidth costs

Increasing content availability and redundancy

Improving website security

Modern Image Format Test


This webpage is not serving images in a modern format! Image formats like JPEG 2000, JPEG XR, and WebP often
provide better compression than PNG or JPEG, which means faster downloads and less data consumption.

How to pass this test?


In order to pass this test, convert all the images listed in this report into a modern image format such as
JPEG 2000, JPEG XR or WebP.
It's important to understand that the modern image formats, like WebP, are not yet widely supported across all
devices and browsers. You can find here a full list of supported browsers and devices for the WebP format.
If your target audience falls within one of the unsupported browser/device categories, you should serve
optimized fall-back images in the original JPEG/PNG format so that your users don't see a broken or badly
designed page:

<!--Before:-->
<img src="image.jpg" alt="">

<!--After:-->
<picture>
<source type="image/webp" srcset="image.webp">
<img src="image.jpg" alt="">
</picture>

The browser uses the first listed source that's in a format it supports. If the browser does not support any of the
formats listed in the "source" tags, it falls back to loading the image specified by the "img" tag.

Image Metadata Test


This webpage is not using images with large metadata.

© 2022 SEO Site Checkup Page 13 of 21


Image Caching Test
This website is using cache headers for images and the browsers will display these images from the cache.

JavaScript Caching Test


This webpage is using cache headers for all JavaScript resources.

CSS Caching Test


This webpage is using cache headers for all CSS resources.

JavaScript Minification Test


All JavaScript files used by this webpage are minified.

CSS Minification Test


All CSS resources used by this webpage are minified.

Render Blocking Resources Test


This webpage is using render blocking resources! Eliminating render-blocking resources can help this webpage to
load significantly faster and will improve the website experience for your visitors.

How to pass this test?


In order to pass this test, you have to reduce the impact of render-blocking resources.
First, you have to identify what's critical and what's not. You can use the Chrome DevTools (Coverage tab) to
identify non-critical CSS and JS.
Once you've identified critical code, you can try the below methods to eliminate render-blocking resources:
inline critical JS within a script tag in your HTML document

inline critical CSS required for the first paint inside a style block in the head of the HTML document

move the script and link tags at the end of the HTML document

add async or defer attributes to non-critical script or link tags

split CSS styles into different files, organized by media query

compress and minify your text-based resources

Nested Tables Test


This webpage is not using nested tables. This speeds up page loading time and optimizes the user experience.

© 2022 SEO Site Checkup Page 14 of 21


Frameset Test
This webpage does not use frames.

Doctype Test
This webpage has a doctype declaration.

<!DOCTYPE html>

URL Redirects Test


This URL doesn't have any redirects (which could potentially cause site indexation issues and site loading delays).

Largest Contentful Paint Test


The Largest Contentful Paint duration of this webpage is 1.99 seconds. To provide a good user experience,
Google recommends that sites should strive to have Largest Contentful Paint of 2.5 seconds or less.

Largest Contentful Paint element within the viewport:

<img fetchpriority="high" decoding="async" width="800" height="800" src="https://neutosolutions.com/wp-


content/uploads/2024..." class="attachment-full size-full wp-image-45" alt=""
srcset="https://neutosolutions.com/wp-content/uploads/2024..." sizes="(max-width: 800px) 100vw, 800px">

Cumulative Layout Shift Test


The CLS score of this webpage is 0.0209. To provide a good user experience, Google recommends that sites
should strive to have a CLS score of 0.1 or less.

DOM element which contributes the most to CLS score:

Text: Introducing Hello We Are Neuto Solutions Since beginning our journey as a freel...
Html: <div class="elementor-element elementor-element-7abae964 e-fle..." data-id="7abae964" data-
element_type="container" data-settings="{"background_background":"classic"}" data-core-v316-plus="true">
Score: 0.0192

© 2022 SEO Site Checkup Page 15 of 21


Server and security 2 Failed 1 Warnings 7 Passed

URL Canonicalization Test


https://neutosolutions.com/ and https://www.neutosolutions.com/ resolve to the same URL.

© 2022 SEO Site Checkup Page 16 of 21


SSL Checker and HTTPS Test
This website is successfully using the HTTPS protocol, but the SSL Certificate will expire in less than a month!
Having an up-to-date certificate is an important security practice to ensure that your website is safe and provides
trust, and any communication between the user's browser and your website (such as passwords, credit cards, or
forms) is encrypted and private.

The certificate is not used before the activation date.

The certificate will expire in less than a month!

The hostname "neutosolutions.com" is correctly listed in the certificate.

The certificate should be trusted by all major web browsers.

The certificate was not revoked.

The certificate was signed with a secure hash.

Certificate Chain:

Server certificate

Common Name mail.neutosolutions.com

Subject Alternative Names (SANs) mail.neutosolutions.com, neutosolutions.com,


www.neutosolutions.com

Not Valid Before Wed, January 31st 2024, 5:18:56 am (UTC)

Not Valid After Tue, April 30th 2024, 5:18:55 am (UTC)

Signature Algorithm sha256WithRsaEncryption

Issuer R3

Intermediate certificate

Common Name R3

Organization Let's Encrypt

Location US

Not Valid Before Fri, September 4th 2020, 12:00:00 am (UTC)

Not Valid After Mon, September 15th 2025, 4:00:00 pm (UTC)

Signature Algorithm sha256WithRsaEncryption

Issuer ISRG Root X1

© 2022 SEO Site Checkup Page 17 of 21


Root certificate

Common Name ISRG Root X1

Organization Internet Security Research Group

Location US

Not Valid Before Thu, June 4th 2015, 11:04:38 am (UTC)

Not Valid After Mon, June 4th 2035, 11:04:38 am (UTC)

Signature Algorithm sha256WithRsaEncryption

Issuer ISRG Root X1

Mixed Content Test (HTTP over HTTPS)


This webpage does not use mixed content - both the initial HTML and all other resources are loaded over HTTPS.

HTTP2 Test
This webpage is using the HTTP/2 protocol.

Safe Browsing Test


This website is not currently listed as suspicious (no malware or phishing activity found).

© 2022 SEO Site Checkup Page 18 of 21


Server Signature Test
The server signature is on for this webpage! Turning off the server signature is generally a good idea from a
security standpoint. Read more on how to turn off server signature and improve the website's security.

Server: nginx/1.21.6

How to pass this test?


By default, the Apache webserver sends HTTP headers with some information about your server version,
operating system, modules installed, etc. This information can be used by hackers in order to exploit
vulnerabilities (specially if you are running an older version). These information can be hidden or changed with
very basic configurations.
Open Apache's configuration file (httpd.conf or apache.conf) and search for ServerSignature. If you find it, edit it
to:

ServerSignature Off
ServerTokens Prod

If you don't find it, just add these two lines at the end of the file.
Note that, after you modify the configuration file, you must restart the Apache server.

Directory Browsing Test


Directory browsing is disabled for this website.

Plaintext Emails Test


This webpage does not include email addresses in plaintext.

Unsafe Cross-Origin Links Test


This webpage is not using target="_blank" links without rel="noopener" or rel="noreferrer" attribute.

Mobile usability 0 Failed 0 Warnings 3 Passed

Meta Viewport Test


This webpage is using a viewport meta tag.

<meta name="viewport" content="width=device-width, initial-scale=1" />

© 2022 SEO Site Checkup Page 19 of 21


Media Query Responsive Test
This webpage is using CSS media queries, which is the base for responsive design functionalities.

Mobile Snapshot Test

Advanced SEO 0 Failed 2 Warnings 8 Passed

Structured Data Test


This webpage is using structured data.

Custom 404 Error Page Test


This website is using a custom 404 error page. We recommend to have a custom 404 error page in order to
improve the website's user experience by letting users know that only a specific page is missing/broken (and not
the entire site), providing them helpful links, the opportunity to report bugs, and potentially
track the source of broken links.

© 2022 SEO Site Checkup Page 20 of 21


Noindex Tag Test
This webpage does not use the noindex meta tag. This means that it can be indexed by search engines.

Canonical Tag Test


This webpage is using the canonical link tag. This tag specifies that the URL: https://neutosolutions.com/ is
preferred to be used in search results. Please ensure that this specification is correct, as canonical tags are often
hard-coded and may not always reflect the latest changes in a site's URL structure.

<link href="https://neutosolutions.com/" rel="canonical"/>

Nofollow Tag Test


This webpage does not use the nofollow meta tag. This means that search engines will crawl all links from this
webpage.

Disallow Directive Test


Your robots.txt file includes a disallow command which instructs search engines to avoid certain parts of your
website! You are advised to confirm if access to these resources or pages are intended to be blocked (e.g., if they
contain internal-only content or sensitive information).

Meta Refresh Test


This webpage is not using a meta refresh tag.

SPF Records Test


This DNS server is using an SPF record.

v=spf1 ip4:162.241.218.43 a mx include:websitewelcome.com ~all

Ads.txt Validation Test


This website doesn't use an ads.txt file! Ads.txt is a text file that contains a list of Authorized Digital Sellers. The
purpose of ads.txt files is to give advertisers and advertising networks the ability to verify who is allowed to sell
advertising on your website.

© 2022 SEO Site Checkup Page 21 of 21

You might also like