0% found this document useful (0 votes)
108 views10 pages

Seo Report

The SEO report identified several issues with the site's on-page SEO optimization including meta titles and descriptions being too long, missing H2 headings, broken links, missing image alt text, inline CSS, and deprecated HTML tags. It also noted the site is using the latest version of Google Analytics and has a robots.txt file and sitemap.xml configured correctly. Overall, the site scored 72/100 on SEO and needs to address several optimization issues to improve its rankings.

Uploaded by

Anonymous duvbdf
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)
108 views10 pages

Seo Report

The SEO report identified several issues with the site's on-page SEO optimization including meta titles and descriptions being too long, missing H2 headings, broken links, missing image alt text, inline CSS, and deprecated HTML tags. It also noted the site is using the latest version of Google Analytics and has a robots.txt file and sitemap.xml configured correctly. Overall, the site scored 72/100 on SEO and needs to address several optimization issues to improve its rankings.

Uploaded by

Anonymous duvbdf
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/ 10

SEO Report, Apr 22, 2018

SEO Report for https://www.cyberfringe.com

72 / 100 35 / 49 12 / 49 2 / 49
SEO SCORE PASSED CHECKS FAILED CHECKS WARNINGS

COMMON SEO ISSUES

Meta Title  The meta title of your page has a length of 80 characters. Most search engines will
truncate meta titles to 70 characters.

 11 tips to earn online money, learn about financial education and change life

Meta Description  The meta description of your page has a length of 344 characters. Most search engines
will truncate meta descriptions to 160 characters.

 Earning Online money is not a quick scheme, secrete is passion, learning regular
and updating, understanding traffic of website, getting audience, SEO, responsive
lightweght website building are prerequisite to be in internet. It's really hard work
but if you like, you can do it from anywhere by following proper principles

Google Search  11 tips to earn online money, learn about financial education
Results Preview https://www.cyberfringe.com
and change life
Earning Online money is not a quick scheme, secrete is passion, learning
regular and updating, understanding traffic of website, getting audience, SEO,
responsive lightweght website building are prerequisite to be in internet. It's
really hard work but if you like, you can do it from anywhere by following
proper principles

Most Common  There is likely no optimal keyword density (search engine algorithms have evolved
Keywords Test 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.

 website - 31 times
 start - 20 times
 money - 17 times
 online - 17 times
 user - 15 times

Keyword Usage  Congratulations! You are using your keywords in your meta-tags, which help search
engines to properly identify the topic of your page.

 Keyword(s) included in Title tag


 Keyword(s) included in Meta-Description tag

Page 1
Keywords Cloud  activities adsense affiliate attention audience
based basic basics basis better book build
building cash check companies company consultancy
content data digital doing dream earn
earning easy education engine example feel
finally financial flow free generate goal good
google great help hosting html important income
information internet java know knowledge
learn learning life love make marketing meta
mobile monetize money multiple need
needs offer online pages passion people
plan platform product promote properly
provide quality quickly ranking read regular reach
responsive search sell selling service
services source start technology thing
time traffic trust user visitor want
tutorial
website word work write
<h1> Headings  Your page contains H1 headings. Their contents are listed below:
Status
 Online Earning Secrete: 11 Tips
 FINANCIAL EDUCATION

<h2> Headings  Your page does not contain any H2 headings. H2 headings help describe the sub-topics
Status of your webpage to search engines. While less important than good meta-titles and
descriptions, H1 and H2 headings may still help define the topics of your page to search
engines.

HOW TO FIX <H2> HEADINGS STATUS


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

<h2>First sub-topic goes here</h2>


...
<h2>Another sub-topic</h2>

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


https://www.cyberfringe.com/robots.txt

Sitemap Test  Congratulations! We've found 1 sitemap file for your website:

 https://www.cyberfringe.com/sitemap.xml

Page 2
Broken Links  We have checked 24 links on your page - 2 of them appear to be broken.
Test
 http://www.cyberfringe.com/webdesigntutorial
 http://www.cyberfringe.com/sitemap

HOW TO FIX BROKEN LINKS TEST


In order to pass this test you must identify within your page all the reported broken
links and replace the content of the href attribute with a proper URL.

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

Image Alt Test  Your webpage has 1 'img' tags and none of them contain the required 'alt' attribute.

HOW TO FIX IMAGE ALT 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.

Page 3
Inline CSS Test  Your webpage is using 2 inline CSS styles!

HOW TO FIX INLINE CSS 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  We found some HTML deprecated tags. You are advised to change these old tags with
HTML Tags equivalent tags or proper CSS rules.

 <font>: found 1 time

HOW TO FIX DEPRECATED HTML TAGS


In order to pass this test you must identify into your code all deprecated HTML tags
listed above and replace them with proper tags or CSS rules. Some examples are given
below:

for <applet> tag, the equivalent tag is <object>


for <center> tag, the alternative CSS property is text-align
for <font> tag, the alternative CSS properties are font-family and font-size
for <s> , <strike> and <u> tags, the alternative CSS property is text-
decoration

Google Analytics  Congratulations! Your website is using the latest version of Google Analytics.
Test

Page 4
Favicon Test  Your site either doesn't have a favicon or this has not been referenced correctly.

HOW TO FIX FAVICON TEST


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 Checker  Congratulations! There are no severe JavaScript errors on your web page.

Social Media  Congratulations! Your website is connected successfully with social media using:
Check Facebook;

SPEED OPTIMIZATIONS

HTML Page Size  Congratulations! The size of your web page's HTML is 6.90 Kb and is under the average
Test web page'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 page is successfully compressed using gzip compression on


Compression/GZIP your code.
Test Your HTML is compressed from 18.81 Kb to 6.90 Kb (63 % size savings). This helps
ensure a faster loading web page and improved user experience.

Site Loading  Your site loading time is around 5.15 seconds and is over the average loading speed
Speed Test which is 5 seconds.

HOW TO FIX SITE LOADING SPEED 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

Page 5
Page Objects  Your page has more than 20 http requests, which can slow down page loading. You can
try reducing http requests through various methods such as using text instead of
images, using css sprites, using data URIs instead of images , or combining several
external files together into one.

HTML Pages: 19; CSS Files: 4; Scripts: 35; Images: 13; Flash Files: 0;

Page Cache Test  It does not appear that you are caching your pages. Cached pages serve up static html
(Server Side and avoid potentially time consuming queries to your database. It also helps lower
Caching) server load by up to 80%. Caching most visibly benefits high traffic pages that access a
database, but whose content does not change on every page view. Common caching
methods include Alternative PHP Cache, Quickcache, and WP Super Cache (for
Wordpress sites). Caching mechanisms also typically compress HTML, further reducing
page size and load time.

HOW TO FIX PAGE CACHE TEST (SERVER SIDE CACHING)


In order to pass this test you are advised to use a caching mechanism for your pages.
There are three methods which can be used to caching your web pages:

1. Alternative PHP caching


- Alternative PHP Cache (APC) is an open source framework which caches data
using intermediate PHP code. Most web programmers who are familiar with the
PHP programming language can easily set up Alternative PHP Cache for your site.
2. Quickcache
- Quickcache is a lightweight page caching solution which was formerly known as
jpcache. Quickcache caches the page output rather than compiling the PHP page,
making it a superior version of page caching to the Alternative PHP caching.
Quickcache can be quickly downloaded from their website and can reduce your
page load time up to 80%.
3. WP Super Cache
- If you have a Wordpress website, WP Super Cache can be installed within
seconds and without no programming knowledge.

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.

Image Expires  Your site is not using expires headers for all of your images. An expires tag can help
Tag Test speed up the serving of your webpages for users that regularly visit your site and see
the same images. Learn more about how to add expires headers to your images .

HOW TO FIX IMAGE EXPIRES TAG TEST


In order to reduce the number of HTTP requests, you can use the HTTP Expires header
to set an expiration time for your images or any other content type. You can add the
following lines into your .htaccess file:

<IfModule mod_expires.c>
ExpiresActive on

ExpiresByType image/jpg "access plus 1 month"


ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
</IfModule>

Page 6
JS Minification  Congratulations! Your website's JavaScript files are minified!
Test

CSS Minification  Some of your website's CSS files are not minified!
Test
 https://www.cyberfringe.com/index.css

HOW TO FIX CSS MINIFICATION TEST


In order to pass this test you must minify all of your external CSS files. For this task you
can use an online CSS minifier like YUI Compressor or cssmin.js.

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.

Doctype Test  Congratulations! Your website has a doctype declaration:

 <!DOCTYPE html>

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

SERVER AND SECURITY

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


Canonicalization
Test

HTTPS Test  Your website is successfully using https, a secure communication protocol over the
Internet. Note: if your site relies primarily on ad income, be aware that using https may
be detrimental to ad earnings.

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

Page 7
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 QUERY RESPONSIVE TEST


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;
}
}

An @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".

Mobile Snapshot

Page 8
ADVANCED SEO

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

HOW TO FIX MICRODATA SCHEMA TEST


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:[email protected]">[email protected]
m</a>
</div>

Noindex Checker  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 page does not use the canonical link tag.
Checker

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

Disallow  Your robots.txt file does not use the disallow directive. This means that the whole
Directive website can be crawled by search engines.
Checker

Page 9
SPF records  Your DNS server is not using an SPF record. SPF (Sender Policy Framework) allows
checker administrators to specify which hosts are allowed to send mail from a given domain by
creating a specific SPF record or TXT record in the Domain Name System (DNS). You
can find more information about SPF records here.

HOW TO FIX SPF RECORDS CHECKER


An SPF record is a type of Domain Name Service (DNS) record that allows email
systems to check if the sender of a message comes from a legitimate source and refuse
an email if the source is not legitimate. Adding an SPF record is as easy as adding
CNAME, MX or A records in your DNS zone. You can find more information here.

Before creating the SPF record for your domain, it is important to have access at your
domain's DNS zone and to know what mail servers your domain is likely to use and plan
how you want any non-authorised email to be handled.

Example:
Let's say that you are planning to send emails using Google Apps and you also want to
ensure that no other mail servers are authorised. You can use an SPF record like this:

v=spf1 include:_spf.google.com -all

"v=spf1" - This sets the SPF version


"include:_spf.google.com" - This includes Google mail servers in your list of
authorized sending servers
"-all" - This means that any server not previously listed is not authorized

If you are using your own VPS to send email and not any other service like Mandrill,
Google Apps, etc. then you can create an SPF record like this:

v=spf1 mx -all

Note:
Setting an SPF record for your domain can help in reducing the chances of a spammer
using your domain name in unsolicited emails. Research carefully what mail servers
your domain is likely to use and plan how you want any non-authorised email to be
handled.

Page 10

You might also like