Vous êtes sur la page 1sur 7

SEO Report, Nov 24, 2018

SEO Report for http://terapiionline.ro

56 / 100 28 / 45 15 / 45 2 / 45
SEO SCORE PASSED CHECKS FAILED CHECKS WARNINGS

COMMON SEO ISSUES

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

 Medical Psychology Journal - P S Y M

Meta Description  The meta description tag is missing from your page. You should include this tag in order
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 META DESCRIPTION


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  Medical Psychology Journal - P S Y M


Results Preview https://terapiionline.ro

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.

 octombrie - 20 times
 care - 17 times
 viral - 16 times
 health - 14 times
 blog - 14 times

Page 1
Keywords Usage  Your most common keywords are not appearing in one or more of the meta-tags above.
Test Your primary keywords should appear in your meta-tags to help identify the topic of
your webpage to search engines.

 Keyword(s) not included in Title tag


 Keyword(s) not included in Meta-Description tag

HOW TO FIX KEYWORDS USAGE TEST


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  afectiune agenți alimentar alimente alte aprilie


ascunde bani bază binecuvântate boli blog
bănuiești cand care
casă cazul coaching
cognitiv contaminarii control cookies criteriile cronica
cuplu când câtă dacă deficienței dependent
descoperit dezinfectant diabetului diagnosticării diete
dintre dragoste echipamentele eficiente este esti
excelent fața fericita fără genetice greutate
health importanță insulele intampina intampla
iunie life lipsește medicale medicinal metabolic
necesar news nici noiembrie noroc
nutrițional octombrie parteneri patogeni
pentru picioare pierzi posted posts
prevenirea psihologie publicitate recent regim reguli
remedii resurse
retentia scripts scrise search
secrete semne settings spirtul sunt umane
umflate unui unul using versus viata
vitamine zaharat înseamna
viral
Heading Tags  Your page contains too many H1 tags. H1 tags should re-inforce the intended topic of
Test your page to search engines - too many tags may make the topic less clear, or look like
spam tactics. Consider using less than 5 H1 tags.

Robots.txt Test  Congratulations! Your site uses a "robots.txt" file: https://terapiionline.ro/robots.txt

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

 https://terapiionline.ro/sitemap.xml

Broken Links  Congratulations! We have checked 13 links from your webpage and none is broken.
Test

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

Page 2
Image Alt Test  Your webpage contains "img" tags without the required "alt" atribute.

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.

Inline CSS Test  Your webpage is using 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  Congratulations! Your page does not use HTML deprecated tags.
HTML Tags

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.

Favicon Test  Congratulations! Your website appears to have a favicon.

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

Social Media  Congratulations! Your website is connected successfully with social media using:
Check Facebook Google Plus Pinterest Twitter

Page 3
SPEED OPTIMIZATIONS

HTML Page Size  The size of your webpage's HTML is 147.22 Kb, and is greater that the average size of
Test 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.

HTML  Your webpage doesn't use any HTML compression! You should compress your HTML to
Compression/GZIP reduce your page size and page loading times - this will help your site retain visitors
Test and increase page views. If you were using compression, you could be compressing
your HTML size by 85% - from 147.22 Kb to 21.49 Kb .

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

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: 6; CSS Files: 21; Scripts: 46; Images: 45; 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.

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 Caching  Your site is not using cache headers for your images. The cache headers can help speed
Test 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 CACHING 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 4
JavaScript  Some of your website's JavaScript files are not minified!
Minification Test
HOW TO FIX
In order to pass this test you must minify all of your external JavaScript files. For this
task you can use an online JS minifier like JSCompress, Closure Compiler or JSMin.

CSS Minification  Some of your website's CSS files are not minified!
Test
HOW TO FIX
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  Your URL performed 1 redirects! While redirects are typically not advisable (as they can
Checker affect search engine indexing issues and adversely affect site loading time), one
redirect may be acceptable, particularly if the URL is redirecting from a non-www
version to its www version, or vice-versa.

 from: http://terapiionline.ro/ to: https://terapiionline.ro/

SERVER AND SECURITY

URL  https://terapiionline.ro and https://www.terapiionline.ro should resolve to the same URL,


Canonicalization but currently do not.
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 5
MOBILE USABILITY

Media Query  Congratulations, your website uses media query technique, which is the base for
Responsive Test responsive design functionalities.

Mobile Snapshot

ADVANCED SEO

Microdata  Congratulations! Your website is using HTML Microdata specifications in order to


Schema Test markup structured data.

 type: WebSite
 properties:
url: https://terapiionline.ro/
name: P S Y M
potentialAction: [Type: SearchAction]
 type: Person
 properties:
url: https://terapiionline.ro/
sameAs: [Type: List]
name: Lucia

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

Page 6
Canonical Tag  Your webpage is using the canonical link tag. This tag specifies that the URL:
Checker https://terapiionline.ro 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://terapiionline.ro/" rel="canonical"/>

Nofollow  Your webpage is using the nofollow meta tag. You are advised to use this tag carefully
Checker since search engines will not crawl all links from your webpage.

 <a class="url" href="http://www.wikimedialevant.org/index.php?


title=Using_A_Drill_Press_Table" rel="external nofollow"></a>
 <a class="url" href="http://wiki.satm.es/index.php/Using_A_Drill_Press_Clamp"
rel="external nofollow"></a>
 <a class="url" href="http://www.chateauz.com/members/indira34i73559/profile/"
rel="external nofollow"></a>

HOW TO FIX NOFOLLOW CHECKER


If you want search engines to crawl all the outgoing links on your webpage you must
remove the nofollow meta tag.

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

 Disallow: /wp-admin/

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


checker
 v=spf1 ip4:188.241.222.184 +ip4:93.174.160.93 +a +mx
+ip6:2a00:ece1:0000:0007:0000:0000:0000:0136 ~all

Page 7

Vous aimerez peut-être aussi