Side-by-side SEO comparisons of up to 5 competitors. See how your SEO can improve against the competition.
Get it Now
If you don't have a sitemap or the sitemap for your website is not up to date you can use our new Sitemap Generator tool.
Register for free, and start using today the Sitemap Generator from SEO Site Checkup Toolbox.
Get it Now
Finding and fixing broken links on your webpage will help both user experience and search engine rankings.
Register for free, and start using today the Broken Links Tool from SEO Site Checkup Toolbox.
Get it Now
To view your total number of backlinks and referring domains, please sign-up for a free trial!
Get it Now
Get detailed and accurate loading speed reports for your websites and see how your pages are being loaded over time.
Register for free and use the Loading Speed Monitor from SEO Site Checkup Toolbox today and get valuable insights on how much time your customers need to wait until they see your page.
Get it Now
COMMON SEO ISSUES |
passed | Google Search Results Preview | ||
What's This? | |||
Check how your page might appear in Google search results. Google search results typically uses your webpage title, url and meta-description in order to display relevant summarized information about your site. If these elements are too long, Google will truncate their content. Webpage title up to 70 characters in length, and webpage descriptions up to 160 characters in length are recommended in order to optimize readability. | |||
BenWild – Oryginalny Styl. Nerka, Saszetka, Torba na Laptopa - BenWild http://sklep-benwild.pl/Wyróżnij się! W ofercie naszego sklepu: nerka, saszetka, torba na laptopa i inne oryginalne gadżety w niebanalnym stylu. Zapraszamy! |
|||
passed | Keywords Cloud | ||
What's This? | |||
The Keyword Cloud is a visual representation of keywords used on your website. This will show you which words are frequently used in the content of your webpage. Keywords having higher density are presented in larger fonts and displayed in alphabetic order. | |||
adresy benwild boldo bony capitano classic dalsze dodaj dodatków.produkt dollar dostępny dowolnej ekoskóry.idealny euro hasła hasło ilość informacje instagramie jakości jesteŚmy kategorie klaret kolorystyce konto koszyka koszyku laptopa laptoppungaplecakicapitanoclassicqqqtorby magazynie manila mapa marynarski mercer mieście minimum modyfikacji moje najwyższej nami nasz nerka nerki newsletter nowe nowy opieka oraz oryginalna oryginalny osobiste pani pięć plecak plecaki podanej podróże poliestrowych portfel pozostałe prestathemes produkt produkty produktów prywatnośći punga razem rollo saszetka serwisem siĘ się skontaktuj skÓra skóra skóry sportowe sportowetorby strony styl tkanin torba torby twoim tytuł ustalenia utwórz worko workoplecak wykonana wykonany wyprawy wytrzymałych zaloguj zamówienia zapomniałeś znaków zwroty złoty łepozostał |
passed | Robots.txt Test | ||
What's This? | |||
Check if your website is using a robots.txt file. When search engine robots crawl a website, they typically first access a site's robots.txt file. Robots.txt tells Googlebot and other crawlers what is and is not allowed to be crawled on your site. | |||
Congratulations! Your site uses a "robots.txt" file: http://sklep-benwild.pl/robots.txt |
failed | Sitemap Test | ||
What's This? | |||
Check if the website has a sitemap. A sitemap is important as it lists all the web pages of the site and let search engine crawlers to crawl the website more intelligently. A sitemap also provides valuable metadata for each webpage. | |||
Your site lacks a sitemap file. Sitemaps can help robots index your content more thoroughly and quickly. Read more on Google's guidelines for implementing the sitemap protocol. | |||
HOW TO FIXIn order to pass this test you must create a sitemap.xml file for your website. Some of the best practices are listed below:
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.yourwebsite.com</loc> <lastmod>2013-01-01</lastmod> <changefreq>weekly</changefreq> <priority>0.9</priority> </url> <url> <loc>http://www.yourwebsite.com/articles/100</loc> <changefreq>weekly</changefreq> </url> <url> <loc>http://www.yourwebsite.com/articles/101</loc> <lastmod>2013-01-02</lastmod> <changefreq>weekly</changefreq> </url> <url> <loc>http://www.yourwebsite.com/articles/102</loc> <lastmod>2013-01-02T13:00:12+00:00</lastmod> <priority>0.5</priority> </url> </urlset> |
|||
failed | SEO Friendly URL Test | ||
What's This? | |||
Check if your webpage URLs are SEO friendly. In order for links to be SEO friendly, they should contain keywords relevant to the page's topic, and contain no spaces, underscores or other characters. You should avoid the use of parameters when possible, as they make URLs less inviting for users to click or share. Google's suggestions for URL structure specify using hyphens or dashes (-) rather than underscores (_). Unlike underscores, Google treats hyphens as separators between words in a URL. | |||
We have found 12 URLs that are not SEO friendly! | |||
HOW TO FIXIn order for URLs to be SEO friendly, they should be clearly named for what they are and contain no spaces, underscores or other characters. You should avoid the use of parameters when possible, as they are make URLs less inviting for users to click or share.- If your website is new and is not indexed by search engines you can replace underscores with hyphens or redirect those links to URLs that use hyphens.BUT, if your website is ranked well by search engines you do not need to do this (probably you have other ranking factors working very well). - The general advice remains: build links that contain hyphens rather than underscores and avoid dynamic URLs. |
|||
warning | Image Alt Test | ||
What's This? | |||
Check if images on your webpage are using alt attributes. If an image cannot be displayed (e.g., due to broken image source, slow internet connection, etc), the alt attribute provides alternative information. Using relevant keywords and text in the alt attribute can help both users and search engines better interpret the subject of an image. | |||
Your webpage has 24 'img' tags and 6 of them are missing the required 'alt' attribute. | |||
HOW TO FIXIn 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. |
|||
failed | Inline CSS Test | ||
What's This? | |||
Check your webpage HTML tags for inline CSS properties. Inline CSS property are added by using the style attribute within specific HTML tags. Inline CSS properties unnecessarily increase page size, and can be moved to an external CSS stylesheet. Removing inline CSS properties can improve page loading time and make site maintenance easier. | |||
Your webpage is using 8 inline CSS styles! | |||
HOW TO FIXIt 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.
<!--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} |
|||
passed | Google Analytics Test | ||
What's This? | |||
Check if your website is connected with Google Analytics. Google Analytics is a popular, free website analysis tool that helps provide insights about your site's traffic and demographics. | |||
Congratulations! Your website is using the latest version of Google Analytics. |
passed | Favicon Test | ||
What's This? | |||
Check if your site is using and correctly implementing a favicon. Favicons are small icons that appear in your browser's URL navigation bar. They are also saved next to your URL's title when your page is bookmarked. This helps brand your site and make it easy for users to navigate to your site among a list of bookmarks. | |||
![]() |
failed | JS Error Checker | ||
What's This? | |||
Check your page for JavaScript errors. These errors may prevent users from properly viewing your pages and impact their user experience. Sites with poor user experience tend to rank worse in search engine results. | |||
We found one JavaScript error on your web page! | |||
|
|||
HOW TO FIXIf your site has JavaScript errors it might not work properly, which can lead to improper or incomplete loading of content. It's hard to advise how to fix JavaScript errors since there are many different types, but here are some tips:- First of all, you have to locate the source of errors; - If you are using JS plugins or other third party code, you must carefully read the documentation; - Syntax errors (a typo or missing character) are easy to fix; |
|||
SPEED OPTIMIZATIONS |
passed | HTML Page Size Test | ||
What's This? | |||
Check your page's HTML size. HTML size is the size of all the HTML code on your web page - this size does not include images, external javascripts or external CSS files. | |||
passed | HTML Compression/GZIP Test | ||
What's This? | |||
Check if your website is using HTML compression. HTML compression plays an important role in improving website speed by finding similar strings within a text file and replacing them temporarily to reduce overall file size. | |||
Congratulations! Your page is successfully compressed using gzip compression on your code. Your HTML is compressed from 71.95 Kb to 12.47 Kb (83 % size savings). This helps ensure a faster loading web page and improved user experience. |
failed | Site Loading Speed Test | ||
What's This? | |||
Check your website's loading speed. Page speed is an important factors in search engine rankings and overall site success. Pages that take longer than 5 seconds to load can lose up to 50% of users. Faster webpages result in higher traffic, better conversions and increased sales over slower loading pages. | |||
Your site loading time is around 6.756 seconds and is over the average loading speed which is 5 seconds. | |||
HOW TO FIXIn order to resolve this problem you are advised to:
|
|||
failed | Page Objects | ||
What's This? | |||
Check if all the objects requested by this webpage can be retrieved. If they are not retrievable, your page may display incorrectly, leading to a bad user experience and lower search engine rankings. | |||
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: 5 CSS Files: 9 Scripts: 15 Images: 46 Flash Files: 0 |
failed | Page Cache Test (Server Side Caching) | ||
What's This? | |||
Check if your page is serving cached pages. A page cache saves dynamically generated pages and serves the pre-generated (cached) page to reduce server load and site loading time (by avoiding the re-loading and execution of PHP scripts). Common caching methods are ZenCache and WP Rocket. | |||
It does not appear that you are caching your pages. Cached pages serve up static html and avoid potentially time consuming queries to your database. It also helps lower 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 jpcache. Caching mechanisms also typically compress HTML, further reducing page size and load time. | |||
HOW TO FIXIn 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:
|
|||
passed | Flash Test | ||
What's This? | |||
Check if your page uses Flash, an outdated technology that was typically used to deliver rich multimedia content. The web has evolved to replace Flash with open-standard technologies that additionally offered better performance and security. Flash content also does not work well on mobile devices, and is difficult to index by search engines. | |||
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. |
warning | Image Caching Test | ||
What's This? | |||
Checks if your page is using an image expires tag, which specifies a future expiration date for your images. Users browsers will see this tag and cache the image in their browser until the specified date (so that it does not keep re-fetching the unchanged image from your server). This speeds up your site the next time returning visitors arrive at your site and require the same image. | |||
Your site is not using expires headers for all of your images. An expires tag can help 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 FIXIn 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> |
|||
passed | Nested Tables Test | ||
What's This? | |||
Check if this site contains nested tables. A nested table is an HTML table containing another table inside it. Use of nested tables can slow down page rendering in the user's browser. | |||
Congratulations, your page does not use nested tables. This speeds up page loading time and optimizes the user experience. |
passed | Frameset Test | ||
What's This? | |||
Check if your page is using frames, which divide your browser window into multiple sections where each section can load separate HTML documents. Frames create problems for both users (e.g., by creating unexepected behavior with printing functions or use of the back-button) and search engine robots (by complicating the crawling process). Avoid use of frames when possible. | |||
Congratulations! Your webpage does not use frames. |
passed | Doctype Test | ||
What's This? | |||
Check for doctype declaration. A document type declaration, or DOCTYPE, defines which version of (X)HTML your webpage is using. Proper doctype declaration assists with proper page rendering and functioning of web documents in compliant browsers. | |||
Congratulations! Your website has a doctype declaration: | |||
|
passed | URL Redirects Checker | ||
What's This? | |||
Check how many redirects your URL will perform to resolve to the final destination URL. Redirects often cause search engine indexing issues and can also lead to some minor loading delays. Google recommends removing or keeping redirects to a minimum. | |||
Congratulations! Your URL doesn't have any redirects (which could potentially cause site indexation issues and site loading delays). |
SERVER AND SECURITY |
passed | URL Canonicalization Test | ||
What's This? | |||
Test your site for potential URL canonicalization issues. Canonicalization describes how a site can use slightly different URLs for the same page (e.g., if http://www.example.com and http://example.com displays the same page but do not resolve to the same URL). If this happens, search engines may be unsure about which URL is the correct one to index. Learn more about canonicalization issues. | |||
http://sklep-benwild.pl and http://www.sklep-benwild.pl resolve to the same URL. |
failed | HTTPS Test | ||
What's This? | |||
Check if your website is using HTTPS, a secure protocol for sending/receiving data over the Internet. Using HTTPS indicates that an additional encryption/authentication layer was added between client and server. HTTPS should be used by any site that collects sensitive customer data such as credit card information. Even for sites that do not collect such data, switching to https helps users by improving privacy and overall security. Google is increasingly using https as a positive ranking factor. | |||
Your website is not using https, a secure communication protocol. Even for sites that do not collect sensitive customer information, search engines suggest that switching to https is an increasingly good idea and may help improve rankings. Note: if your site relies primarily on adsense income, be aware that using https may be detrimental to ad earnings. | |||
HOW TO FIXIf your website needs a secured authentication or an encrypted transfer of data, you need to install an SSL certificate in order to provide a secure connection over HTTPS protocol. HERE is a "step by step" guide to purchase and install an SSL certificate. |
|||
passed | Safe Browsing Test | ||
What's This? | |||
Check if your website is identified as having malware or exhibiting phishing activity by Google's safe browsing API. Any site containing malware or suspicious for phising activity is seen as a threat to the online community and is often penalized by search engines. This test checks your website against regularly updated malware and phishing databases of problem websites. | |||
This site is not currently listed as suspicious (no malware or phishing activity found). |
passed | Server Signature Test | ||
What's This? | |||
Check if your server's signature is ON. A server signature is the public identity of your web server and contains sensitive information that could be used to exploit any known vulnerability. Turning your server signature OFF is considered a good security practice to avoid disclosure of what software versions you are running. | |||
Congratulations, your server signature is off. |
passed | Directory Browsing Test | ||
What's This? | |||
Check if your server allows directory browsing. If directory browsing is disabled, visitors will not be able to browse your directory by accessing the directory directly (if there is no index.html file). This will protect your files from being exposed to the public. Apache web server allows directory browsing by default. Disabling directory browsing is generally a good idea from a security standpoint. | |||
Congratulations! Your server has disabled directory browsing. |
passed | Plaintext Emails Test | ||
What's This? | |||
Check your webpage for plaintext email addresses. Any e-mail address posted in public is likely to be automatically collected by computer software used by bulk emailers (a process known as e-mail address harvesting). A spam harvester can read through the pages in your site and extract plaintext email addresses which are then added to bulk marketing databases (resulting in more inbox spam). There are several methods for email obfuscation. | |||
Congratulations! Your webpage does not include email addresses in plaintext. |
MOBILE USABILITY |
passed | Media Query Responsive Test | ||
What's This? | |||
Check if your page implements responsive design functionalities using the media query technique. The '@media' rule allows different style rules for screen sizes. Media query techniques allow different presentation and content to be served depending on the output device, helping ensure that your website renders optimally on all devices and platforms. | |||
Congratulations, your website uses media query technique, which is the base for responsive design functionalities. |
passed | Mobile Snapshot | ||
What's This? | |||
Check how your website renders on a mobile device. | |||
You can see below how your website looks on the portrait view of a mobile device. | |||
![]() |
ADVANCED SEO |
passed | Microdata Schema Test | ||
What's This? | |||
Check if your website uses HTML Microdata specifications (or structured data markup). Search engines use microdata to better understand the content of your site and create rich snippets in search results (which helps increase click-through rate to your site). | |||
Congratulations! Your website is using HTML Microdata specifications in order to markup structured data. |
passed | SPF records checker | ||
What's This? | |||
Check if your DNS records contains an SPF record. SPF (Sender Policy Framework) records allow email systems to verify if a given mail server has been authorized to send mail on behalf of your domain. Creating an SPF record increases email delivery rates by reducing the likelihood of your email being marked as spam. | |||
Congratulations! Your DNS server is using an SPF record. This SPF record is listed below: | |||