Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

SEO Report, Sep 13, 2020

SEO Report for


https://www.adrianogianini.com.br

68 / 100 35 / 48 13 / 48 0 / 48
SEO SCORE PASSED CHECKS FAILED CHECKS WARNINGS

COMMON SEO ISSUES

Meta Title Test  The meta title tag is missing from your page. A missing or poor title tag (that does not
target important keywords or phrases) will make it difficult for your page to rank well in
search engines.

HOW TO FIX

In order to pass this test you must include a <title> tag in your page header ( <head>
section):

<head>
<title>This is the title of my page</title>
</head>

You can't have more than one <title> element in your page and if you skip this tag, the
document will not validate as HTML.

The title tag is one of the most important factors when it comes to successful search
engine optimization for your page. It is located within the section above the descriptions
and keyword tags. The title tag is what is displayed on the search engines result page
(SERP) and it provides a summary about your website. Use the most relevant keyword
in your title tag and keep the length around 10 to 60 characters. There is no penalty for
longer title tags, the end of the tag will simply be ignored by the search engines.

Page 1
Meta Description  The meta description tag is missing from your page. You should include this tag in order
Test to provide a brief description of your page which can be used by search engines. Well-
written and inviting meta descriptions may also help click-through rates to your site in
search engine results.

HOW TO FIX

In order to pass this test you must include a meta-description tag in your page header
(<head> section):

<head>
<meta name="description" content="type_your_description_here">
</head>

Note that in HTML the <meta> tag has no end tag but in XHTML this tag must be
properly closed.

Meta description can have any length but a good practice is to keep this under 160
characters (search engines generally truncate snippets longer than this value).

Google Search 
Results Preview https://www.adrianogianini.com.br
Test

Most Common  Your webpage doesn't contain any keywords!


Keywords Test

Keywords Usage  Your webpage doesn't contain any keywords!


Test

HOW TO FIX

First of all, you must make sure that your page is using the title and meta-description
tags.

Second, you must adjust these tags content in order to include some of the primary
keywords displayed above.

Keywords Cloud  Your webpage doesn't contain any keywords!


Test

Page 2
Heading Tags  Your webpage does not contain any H1 headings. H1 headings help indicate the
Test important topics of your page to search engines. While less important than good meta-
titles and descriptions, H1 headings may still help define the topic of your page to
search engines.

HOW TO FIX

In order to pass this test you must indentify the most important topics from your page
and insert those topics between <h1>...</h1> tags.

Example:

<h1>Important topic goes here</h1>


...
<h1>Another topic</h1>

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


https://www.adrianogianini.com.br/robots.txt

Sitemap Test  Congratulations! Your website has a sitemap file.

 https://www.adrianogianini.com.br/sitemap.xml

SEO Friendly  Congratulations! All links from your webpage are SEO friendly.
URL Test

Image Alt Test  Your webpage doesn't use "img" tags.

Inline CSS Test  Congratulations! Your webpage is not using any inline CSS styles.

Deprecated  Congratulations! Your page does not use HTML deprecated tags.
HTML Tags Test

Page 3
Google Analytics  A Google Analytics script is not detected on this page. While there are several tools
Test 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 FIX

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  Your site either doesn't have a favicon or this has not been referenced correctly.

HOW TO FIX

To add a favicon to your site, you need to have your logo created in a 16x16 PNG, GIF
or ICO image and uploaded to your web server. Then it's simply a matter of adding the
following code into the header of your HTML code for your web pages:

<head>
<link rel="icon" type="image/x-icon" href="url_to_my_favicon" />
<title>My Title</title>
</head>

In the example above the "url_to_my_favicon" refers to the actual location of your
favicon file.

JS Error Test  Congratulations! There are no severe JavaScript errors on your webpage.

Social Media  Your website is not connected with social media using the API's provided by Facebook,
Test Google +, Twitter, Pinterest, or using addthis.com

HOW TO FIX
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

Page 4
SPEED OPTIMIZATIONS

HTML Page Size  Congratulations! The size of your webpage's HTML is 0.01 Kb and is under the average
Test webpage's HTML size of 33 Kb. Faster loading websites result in a better user
experience, higher conversion rates, and generally better search engine rankings.

HTML  Congratulations! Your webpage is successfully compressed using gzip compression


Compression/GZIP on your code. Your HTML is compressed from 0.0 Kb to 0.01 Kb (100% size
Test savings). This helps ensure a faster loading webpage and improved user experience.

Site Loading  Your website loading time is around 1.2 seconds and this is under the average loading
Speed Test speed which is 5 seconds.

Page Objects  Congratulations, your page has fewer than 20 http requests. A higher number of http
Test requests results in a user's browser needing to request a large number of objects from
your server, which will ultimately slow down the loading of your web page.

HTML Pages: 1; CSS Files: 0; Scripts: 0; Images: 0; Flash Files: 0;

Page Cache Test  Congratulations, you have a caching mechanism on your website. Caching helps speed
(Server Side page loading times as well as reduces server load.
Caching)

Flash Test  Congratulations! Your website 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.

CDN Usage Test  Your webpage is not using images, javascript or css resources from your domain.

Image Caching  Your webpage is not using uncached images from your domain.
Test

JavaScript  Your webpage is not using uncached JavaScript resources from your domain.
Caching Test

CSS Caching Test  Your webpage is not using uncached CSS resources from your domain.

JavaScript  Your webpage is not using JavaScript resources from the same domain.
Minification Test

CSS Minification  Your webpage is not using CSS resources from the same domain.
Test

Nested Tables  Congratulations, your page does not use nested tables. This speeds up page loading
Test time and optimizes the user experience.

Frameset Test  Congratulations! Your webpage does not use frames.

Page 5
Doctype Test  Your website does not have a doctype declaration and this may cause rendering
problems!

HOW TO FIX

Always add the <!DOCTYPE> declaration to your HTML documents, so that the browser
knows what type of document to expect. This declaration must be the very first thing in
your HTML document, before the <html> tag. You can see below the most common
<!DOCTYPE> declarations:

HTML 5:

<!DOCTYPE html>

HTML 4.01 Strict:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR


/html4/strict.dtd">

HTML 4.01 Transitional:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://ww


w.w3.org/TR/html4/loose.dtd">

XHTML 1.0 Strict:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.or


g/TR/xhtml1/DTD/xhtml1-strict.dtd">

XHTML 1.0 Transitional:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww


w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

XHTML 1.1:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/


xhtml11/DTD/xhtml11.dtd">

URL Redirects  Congratulations! Your URL doesn't have any redirects (which could potentially cause
Test site indexation issues and site loading delays).

SERVER AND SECURITY

URL  https://www.adrianogianini.com.br and https://adrianogianini.com.br resolve to the


Canonicalization same URL.
Test

Page 6
HTTPS Test  Your website is successfully using HTTPS, a secure communication protocol over the
Internet.

 Security state: secure

 Certificate issuer: Cloudflare Inc ECC CA-3

 Valid until: Aug 30, 2021

Safe Browsing  This site is not currently listed as suspicious (no malware or phishing activity found).
Test

Server Signature  Congratulations, your server signature is off.


Test

Directory  Congratulations! Your server has disabled directory browsing.


Browsing Test

Plaintext Emails  Congratulations! Your webpage does not include email addresses in plaintext.
Test

MOBILE USABILITY

Media Query  Your website is not using media queries. You should consider using this technique in
Responsive Test order to implement responsive design functionalities.

HOW TO FIX

Media queries allow you to style elements for specific devices (smartphones, tablets,
desktop computers) by using attributes like width, height, resolution, aspect ratio,
orientation or color. By using media queries, presentations can be tailored to a specific
range of output devices without changing the content itself.

Example:

<link rel="stylesheet" media="screen and (min-width: 480px) and (max-width: 960


px)"
href="480-960.css" />

<!-- OR -->
@media screen and (min-width: 480px) and (max-width: 960px) {
#header {
display: none;
}
}

A @media rule specifies the target media types of a set of statements. In the example
above, we are specifying the media type screen. The max-width and min-width
features are telling the browser that at any screen size larger than 480px, but smaller
than 960px, hide any elements with id="header".

Page 7
Mobile Snapshot
Test

ADVANCED SEO

Structured Data  Your webpage doesn't take the advantages of HTML Microdata specifications in order to
Test markup structured data. View Google's guide for getting started with microdata.

HOW TO FIX

HTML5 Microdata is an easy way to add semantic markup to your web pages. Search
engines rely on this markup to improve the display of search results, making it easier
for people to find the right web pages.

Here is a simple example of how to use HTML5 microdata in your contact web page:

<div itemscope itemtype="http://schema.org/Person">


<span itemprop="name">Joe Doe</span>
<span itemprop="company">The Example Company</span>
<span itemprop="tel">604-555-1234</span>
<a itemprop="email" href="mailto:joe.doe@example.com">joe.doe@example.co
m</a>
</div>

Page 8
Custom 404  Your website is not using a custom 404 error page. Default 404 error pages result in a
Error Page Test poor experience - it can mislead users into thinking an entire site is down or broken,
greatly increases the chance they leave your site entirely, and looks unprofessional. By
creating a custom 404 error page, you can improve your website's user experience by
letting users know that only a specific page is missing/broken (and not your entire site),
providing them helpful links, the opportunity to report bugs, and potentially track the
source of broken links in your site.

HOW TO FIX

Creating a custom 404 error page can be relatively simple or more complicated,
depending on what technologies were used to build your website (your web server,
framework used, etc). Learn more about the basics of creating a custom 404 error page .

On your custom error page, you should provide relevant information to keep the user's
attention so they remain on your website. Some steps to achieve this goal include:

Adding links to your most important pages (your best articles articles/content,
latest posts, etc.)
If you have an e-commerce business, you can display special offers, product
recommendations, discounts, etc.
Include a search box or a sitemap link to help users find the information they
wanted.
Use simple language (non-technical) to explain what went wrong.
Add a contact form or provide an email address to allow users to get in touch with
you for further help.

You can also use your custom 404 error page to track the source of broken links in your
site.

Noindex Tag Test  Your webpage does not use the noindex meta tag. This means that your webpage will
be read and indexed by search engines.

Canonical Tag  Your webpage does not use the canonical link tag.
Test

Nofollow Tag  Your webpage does not use the nofollow meta tag. This means that search engines will
Test crawl all links from your webpage.

Disallow  Your robots.txt file disallow the search engines access to some parts of your website.
Directive Test You are advised to check carefully if the access to these resources or pages must be
blocked.

 Disallow: /nogooglebot/

SPF Records  Congratulations! Your DNS server is using an SPF record.


Test
 v=spf1 include:_spf.google.com include:_spf.rdstation.com.br ~all

Page 9

You might also like