{"info":{"_postman_id":"469e2b3a-f069-4bf2-9f05-1a5923c4eea5","name":"Seoptimer","description":"<html><head></head><body><p>Seoptimer API</p>\n<p> = \"<a href=\"https://api.seoptimer.com\">https://api.seoptimer.com</a>\"</p>\n<p>Header Authorization required for all endpoints:\n\"X-Api-Key: access_token\" (ask administrator for \"access token\")</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1513509","collectionId":"469e2b3a-f069-4bf2-9f05-1a5923c4eea5","publishedId":"RWaC3CbQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5D9CEC"},"publishDate":"2018-08-30T10:47:21.000Z"},"item":[{"name":"User","item":[{"name":"Create user","id":"27829c9a-eef3-4eb4-ae94-77faeff3857c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"username\":\"apitestuser4\",\"email\":\"apitest4@test.com\",\"user_type\":\"basicPlan\"}"},"url":"/v1/user/create","description":"<p>Sign up new user</p>\n<p>Required params:</p>\n<ul>\n<li>email</li>\n<li>user_type (can be 'basicPlan', 'advancedPlan', 'DIYPlan')</li>\n</ul>\n<p>Optional params:</p>\n<ul>\n<li>username</li>\n<li>password (it will be generated if not set)</li>\n<li>language (use ISO codes, default to \"en-US\")</li>\n</ul>\n","urlObject":{"path":["v1","user","create"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"63b6c2ba-8ba9-48db-9b0f-00630fee0362","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"username\":\"apitestuser4\",\"email\":\"apitest4@test.com\",\"user_type\":\"basicPlan\",\"language\":\"fr-FR\"}"},"url":"https://api.seoptimer.com/v1/user/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 30 Aug 2018 10:29:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.12.2","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"success\":true,\"data\":{\"username\":\"apitestuser4\",\"email\":\"apitest4@test.com\"}}"}],"_postman_id":"27829c9a-eef3-4eb4-ae94-77faeff3857c"},{"name":"Suspend user","id":"7ae9f298-26f5-4bbf-a037-b69591796d4e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"apitest4@test.com\",\"suspend_date\":\"2018-08-30\"}"},"url":"/v1/user/suspend","description":"<p>Suspend user</p>\n<p>Required params:</p>\n<ul>\n<li>email</li>\n</ul>\n<p>Optional params:</p>\n<ul>\n<li>suspend_date (format \"YYYY-MM-DD\")</li>\n</ul>\n","urlObject":{"path":["v1","user","suspend"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1cc1a093-f09c-4dea-bd05-872e5e99b9eb","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"apitest4@test.com\",\"suspend_date\":\"2018-08-30\"}"},"url":"https://api.seoptimer.com/v1/user/suspend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 30 Aug 2018 10:42:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.12.2","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"email\": \"apitest4@test.com\",\n        \"suspend_date\": \"2018-08-30\"\n    }\n}"}],"_postman_id":"7ae9f298-26f5-4bbf-a037-b69591796d4e"},{"name":"Reactivate user","id":"6f78e470-5563-436e-824a-0fb734c3a72e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"apitest4@test.com\"}"},"url":"/v1/user/reactivate","description":"<p>Reactivate user</p>\n<p>Required params:</p>\n<ul>\n<li>email</li>\n</ul>\n","urlObject":{"path":["v1","user","reactivate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"38bc6113-815d-47f1-9bac-60838b80f9a2","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"apitest4@test.com\"}"},"url":"https://api.seoptimer.com/v1/user/suspend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 30 Aug 2018 10:42:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.12.2","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"email\": \"apitest4@test.com\"\n    }\n}"}],"_postman_id":"6f78e470-5563-436e-824a-0fb734c3a72e"},{"name":"Get user login token","id":"ab5ba2e7-a318-4fc7-8a05-56c478234c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"romantest123@gmail.com\"}"},"url":"/v1/user/login-token","description":"<p>Get user login token</p>\n<p>Required params:</p>\n<ul>\n<li>email</li>\n</ul>\n<p>Use result \"login_token\" as query param for Web Dashboard (for example \"<a href=\"https://www.seoptimer.com/login?login_token=string\">https://www.seoptimer.com/login?login_token=string</a>\")</p>\n","urlObject":{"path":["v1","user","login-token"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"23ef82f3-dbb7-49fb-b333-5f3757207abc","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"email\":\"apitest4@test.com\"}"},"url":"https://api.seoptimer.com/v1/user/login-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 30 Aug 2018 10:42:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.12.2","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"email\": \"apitest4@test.com\",\n        \"login_token\": \"string\"\n    }\n}"}],"_postman_id":"ab5ba2e7-a318-4fc7-8a05-56c478234c97"}],"id":"8017c6c4-abb4-4b89-a853-e41ab6b51482","description":"<p>User endpoints, available for \"Reseller\" only</p>\n","event":[{"listen":"prerequest","script":{"id":"80def727-8059-4999-857a-98cc0bda0cb5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f300840-8545-499a-853c-3a25575fe7a4","type":"text/javascript","exec":[""]}}],"_postman_id":"8017c6c4-abb4-4b89-a853-e41ab6b51482"},{"name":"Report","item":[{"name":"Create report","id":"7298214d-d23c-485d-ab58-3873aea2a2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"url\":\"slatools.com\",\"pdf\":0}"},"url":"/v1/report/create","description":"<p>Create/request new report</p>\n<p>Required params:</p>\n<ul>\n<li>url</li>\n</ul>\n<p>Optional params:</p>\n<ul>\n<li>pdf (whether to generate PDF)</li>\n<li>callback (URL, whether to send results there)</li>\n<li>template (id of report template)</li>\n</ul>\n<p>Use returned \"id\" for getting results with /report/get/id or get results on callback url if set.</p>\n<p>If callback is set, you will receive results as basic POST request with fields:</p>\n<ul>\n<li>id</li>\n<li>input (JSON encoded, see \"Get Report\" for example)</li>\n<li>output (JSON encoded, see \"Get Report\" for example)</li>\n<li>created_at (in format Y-m-d H:i:s)</li>\n<li>completed_at (in format Y-m-d H:i:s)</li>\n</ul>\n","urlObject":{"path":["v1","report","create"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"abe1aab1-7d37-4214-a372-caa9a5865072","name":"Sample","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":""}],"body":{"mode":"raw","raw":"{\"url\":\"slatools.com\",\"pdf\":1,\"callback\":\"http://seoptimer.test/callback.php\"}"},"url":"/v1/report/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.5"},{"key":"Date","value":"Wed, 30 Jan 2019 13:23:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.1.23"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"url\": \"slatools.com\",\n        \"pdf\": true,\n        \"callback\": \"http://seoptimer.test/callback.php\",\n        \"id\": 1\n    }\n}"}],"_postman_id":"7298214d-d23c-485d-ab58-3873aea2a2e9"},{"name":"Get report","id":"14d705e3-3323-4755-8390-f78fa5f7a4e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"","type":"text"}],"url":"/v1/report/get/520","description":"<p>Get report by ID (get id after /report/create)</p>\n<p>For downloading PDF use \"server URL/download-pdf.inc/\"+pdf name from response</p>\n","urlObject":{"path":["v1","report","get","520"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"00756797-ea97-4871-b886-7a70c48deb83","name":"Sample","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"","type":"text"}],"url":"/v1/report/get/45"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Feb 2019 12:45:28 GMT"},{"key":"Server","value":"Apache"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 45,\n        \"input\": {\n            \"url\": \"slatools.com\",\n            \"pdf\": 1,\n            \"callback\": \"http://website.com/callback.php\"\n        },\n        \"output\": {\n        \t\"success\": true,\n            \"callback\": \"Sent at 2019-02-15 11:26:56 to http://website.com/callback.php\",\n            \"pdf\": \"http://seoptimer.test/download-pdf.inc/dfjdfghkdfjhg\",\n            \"recommendation_count\": 5,\n            \"screenshot\": \"http://seoptimer.test/screenshots/M3LYBq82IEwbeDdTCncZysQXqXow5lRY-desktop.jpg\",\n            \"report_generation_time\": \"40 second(s)\",\n            \"request_completion_time\": \"50 second(s)\",\n            \"scores\": {\n                \"overall\": {\n                    \"grade\": \"C+\",\n                    \"title\": \"Ваша страница могла бы быть лучше\",\n                    \"description\": \"\"\n                },\n                \"seo\": {\n                    \"grade\": \"C\",\n                    \"title\": \"Ваше СЕО могло бы быть лучше\",\n                    \"description\": \"Оптимизация СЕО важна, чтобы обеспечить движение трафика на ваш сайт с помощью поисковых систем. Мы рекомендуем использовать оптимизацию страниц, целевой контент и стратегию усиления внешними ссылками для повышения производительности.\"\n                },\n                \"performance\": {\n                    \"grade\": \"B+\",\n                    \"title\": \"У вас неплохая производительность\",\n                    \"description\": \"Ваша производительность в порядке, но, вероятно, можно улучшить кое-что. Скорость загрузки и производительность страницы важны для обеспечения положительного пользовательского опыта. Сосредоточьтесь на уменьшении размера страницы и изображений и оптимизации других рекомендуемых факторов.\"\n                },\n                \"ui\": {\n                    \"grade\": \"A+\",\n                    \"title\": \"Ваше удобство на высоте!\",\n                    \"description\": \"Удобство использования вашего веб-сайта на настольных и мобильных устройствах важно для максимального увеличения времени пользователя на странице. Поисковые системы используют это как ранжирующий сигнал, а сайты с более удобными коэффициентами удобства использования обычно конвертируются выше.\"\n                },\n                \"security\": {\n                    \"grade\": \"B-\",\n                    \"title\": \"Ваша безопасность в порядке\",\n                    \"description\": \"Безопасность важна для обеспечения того, чтобы ваш сайт не попадал под угрозу и не терял данных или простаивал. Основываясь на наших проверках, похоже, что ваш профиль безопасности хорош, но всё еще может быть улучшен.\"\n                }\n            },\n            \"title\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"У вас есть тэг заголовка оптимальной длины (от 10 до 70 символов).\",\n                \"recommendation\": null,\n                \"value\": \"48\",\n                \"data\": \"SLA Tools - SLA, Uptime &amp; Credit Calculators\"\n            },\n            \"description\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице есть мета-описание оптимальной длины (от 70 до 320 символов).\",\n                \"recommendation\": null,\n                \"value\": \"118\",\n                \"data\": \"SLA Tools provides various tools to help manage your Service or Product SLA such as SLA, Uptime and Credit Calculators\"\n            },\n            \"headers\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"Ваш сайт хорошо использует теги заголовков.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"h1\": [\n                        \"SLA Tools\"\n                    ],\n                    \"h4\": [\n                        \"About SLA Tools\",\n                        \"The Tools\",\n                        \"What is Uptime?\",\n                        \"What is a SLA?\",\n                        \"What is a Service Credit?\"\n                    ],\n                    \"h6\": [\n                        \"SLA Uptime Calculator\",\n                        \"Incident & SLA Breach Calculator\",\n                        \"SLA Credit Calculator\"\n                    ]\n                }\n            },\n            \"keywords\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"Основные ключевые слова вашего сайта хорошо распределены между важными HTML-тегами вашего сайта.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"keywords\": [\n                        {\n                            \"word\": \"sla\",\n                            \"count\": 25,\n                            \"title\": true,\n                            \"description\": true,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"uptime\",\n                            \"count\": 14,\n                            \"title\": true,\n                            \"description\": true,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"calculator\",\n                            \"count\": 12,\n                            \"title\": true,\n                            \"description\": true,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"service\",\n                            \"count\": 9,\n                            \"title\": false,\n                            \"description\": true,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"credit\",\n                            \"count\": 9,\n                            \"title\": true,\n                            \"description\": true,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"breach\",\n                            \"count\": 6,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"downtime\",\n                            \"count\": 5,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": false\n                        },\n                        {\n                            \"word\": \"incident\",\n                            \"count\": 5,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        }\n                    ],\n                    \"phrases\": [\n                        {\n                            \"word\": \"a service\",\n                            \"count\": 5,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"the sla\",\n                            \"count\": 5,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": false\n                        },\n                        {\n                            \"word\": \"sla credit\",\n                            \"count\": 5,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"sla credit calculator\",\n                            \"count\": 4,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"sla breach calculator\",\n                            \"count\": 4,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"word\": \"incident sla breach\",\n                            \"count\": 4,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": false\n                        },\n                        {\n                            \"word\": \"sla uptime calculator\",\n                            \"count\": 4,\n                            \"title\": false,\n                            \"description\": false,\n                            \"headers\": true\n                        },\n                        {\n                            \"name\": \"jQuery UI\",\n                            \"icon\": \"/img/icons/app/jQuery UI.svg\",\n                            \"version\": \"1.11.0\",\n                            \"website\": \"http://jqueryui.com\"\n                        }\n                    ]\n                }\n            },\n            \"contentLength\": {\n                \"section\": \"seo\",\n                \"passed\": false,\n                \"shortAnswer\": \"Page Text Content Too Short\",\n                \"recommendation\": \"Увеличьте содержание текста страницы\"\n            },\n            \"imageAlt\": {\n                \"section\": \"seo\",\n                \"passed\": false,\n                \"shortAnswer\": \"Alt Attributes Missing From Images\",\n                \"recommendation\": \"Добавить атрибуты ALT для всех изображений\",\n                \"data\": {\n                    \"total\": 3,\n                    \"altCount\": 0,\n                    \"noAltCount\": 3\n                }\n            },\n            \"backlinks\": {\n                \"section\": \"seo\",\n                \"passed\": false,\n                \"shortAnswer\": \"Low Backlink Activity\",\n                \"recommendation\": \"Выполнение стратегии построения внешних ссылок\",\n                \"data\": {\n                    \"backlinks\": 0,\n                    \"allbacklinks\": 7,\n                    \"mozda\": 17\n                }\n            },\n            \"onPageLinks\": {\n                \"section\": \"seo\",\n                \"passed\": null,\n                \"shortAnswer\": \"\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"total\": 13,\n                    \"filesCount\": 0,\n                    \"externalCount\": 0,\n                    \"nofollowCount\": 0,\n                    \"externalPercentage\": 0,\n                    \"nofollowPercentage\": 0\n                }\n            },\n            \"brokenLinks\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"Мы не обнаружили мертвых ссылок на вашей странице.\",\n                \"recommendation\": null,\n                \"data\": []\n            },\n            \"friendlyUrls\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"Ваши ссылки выглядят легко читаемыми.\",\n                \"recommendation\": null\n            },\n            \"robotsTxt\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашем веб-сайте есть файл robots.txt.\",\n                \"recommendation\": null,\n                \"data\": \"http://slatools.com/robots.txt\"\n            },\n            \"sitemap\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашем веб-сайте есть XML с картой сайта.\",\n                \"recommendation\": null,\n                \"data\": [\n                    \"http://slatools.com/sitemap.xml\"\n                ]\n            },\n            \"analytics\": {\n                \"section\": \"seo\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице используется инструмент аналитики.\",\n                \"recommendation\": null,\n                \"data\": [\n                    {\n                        \"id\": \"googleanalytics\",\n                        \"name\": \"Google Analytics\"\n                    }\n                ]\n            },\n            \"deviceRendering\": {\n                \"section\": \"ui\",\n                \"passed\": null,\n                \"shortAnswer\": \"Эта проверка визуально демонстрирует, как ваш веб-сайт работает на разных устройствах. Важно, чтобы ваш сайт оптимизирован для мобильных и планшетов, так как сегодня большинство веб-трафика поступает из этих источников.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"mobile\": \"http://seoptimer.test/screenshots/Rmwu-QZDE3Um9SBCI37R575IOT1WZc1t-mobile.jpg\",\n                    \"tablet\": \"http://seoptimer.test/screenshots/Rmwu-QZDE3Um9SBCI37R575IOT1WZc1t-tablet.jpg\"\n                }\n            },\n            \"mobileViewport\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице отображается область просмотра, соответствующая размеру устройства, что позволяет отображать ее соответствующим образом на всех устройствах.\",\n                \"recommendation\": null\n            },\n            \"flash\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"На этой странице не обнаружено Flash-контента.\",\n                \"recommendation\": null\n            },\n            \"iframe\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"На этой странице не обнаружено iFrame.\",\n                \"recommendation\": null\n            },\n            \"favicon\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице указана иконка.\",\n                \"recommendation\": null\n            },\n            \"legibleFonts\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"Текст на вашей странице выглядит разборчивым на всех устройствах.\",\n                \"recommendation\": null\n            },\n            \"tapTargetSizing\": {\n                \"section\": \"ui\",\n                \"passed\": true,\n                \"shortAnswer\": \"Ссылки и кнопки на вашей странице выглядят соответствующим образом, чтобы пользователь мог легко коснуться сенсорного экрана.\",\n                \"recommendation\": null\n            },\n            \"serverResponseTime\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"Время ответа сервера на ваш запрос достаточно низкое, что хорошо для скорости загрузки и пользовательского опыта.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"responseTime\": 118,\n                    \"loadTime\": 459,\n                    \"completeTime\": 509\n                }\n            },\n            \"pageSize\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"Размер файла вашей страницы достаточно низок, что хорошо для скорости загрузки страницы и работы пользователя.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"totalSize\": 913312,\n                    \"htmlSize\": 7226,\n                    \"cssSize\": 369868,\n                    \"jsSize\": 460105,\n                    \"imageSize\": 3984,\n                    \"otherSize\": 72129\n                }\n            },\n            \"numberOfResources\": {\n                \"section\": \"performance\",\n                \"passed\": null,\n                \"shortAnswer\": \"Эта проверка отображает общее количество файлов, которые необходимо загрузить с веб-сервера для загрузки вашей веб-страницы. Как правило, наличие большего количества файлов для загрузки увеличивает время загрузки страницы. Рекомендуется минимизировать количество запросов, удаляя ненужные файлы или объединяя файлы, например стили и скрипты, где это возможно.\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"total\": 18,\n                    \"images\": 1,\n                    \"css\": 6,\n                    \"js\": 5,\n                    \"html\": 3,\n                    \"other\": 3\n                }\n            },\n            \"javascriptErrors\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице нет сообщений об ошибках JavaScript.\",\n                \"recommendation\": null\n            },\n            \"gzip\": {\n                \"section\": \"performance\",\n                \"passed\": false,\n                \"shortAnswer\": \"GZIP Compression Not Used\",\n                \"recommendation\": \"Используйте сжатие GZIP\",\n                \"data\": null\n            },\n            \"optimizedImages\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"Все изображения на вашей странице выглядят оптимизированными.\",\n                \"recommendation\": null\n            },\n            \"minified\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"Все ваши JavaScript и CSS файлы минимизированы.\",\n                \"recommendation\": null\n            },\n            \"deprecated\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашей странице не найдены устаревшие HTML-теги.\",\n                \"recommendation\": null\n            },\n            \"inlineCss\": {\n                \"section\": \"performance\",\n                \"passed\": true,\n                \"shortAnswer\": \"В HTML-тегах вашей страницы нет встроенных стилей.\",\n                \"recommendation\": null\n            },\n            \"facebookLink\": false,\n            \"facebookActivity\": false,\n            \"twitterLink\": false,\n            \"twitterActivity\": false,\n            \"googlePlusLink\": false,\n            \"googlePlusActivity\": false,\n            \"instagramLink\": false,\n            \"instagramActivity\": false,\n            \"youtubeLink\": false,\n            \"youtubeActivity\": false,\n            \"linkedInLink\": false,\n            \"socialActivity\": false,\n            \"sslEnabled\": {\n                \"section\": \"security\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашем сайте включено шифрование.\",\n                \"recommendation\": null\n            },\n            \"httpsRedirect\": {\n                \"section\": \"security\",\n                \"passed\": false,\n                \"shortAnswer\": \"No Redirect to HTTPS\",\n                \"recommendation\": \"Внедрите перенаправление на HTTPS на свой веб-сайт\"\n            },\n            \"malware\": {\n                \"section\": \"security\",\n                \"passed\": true,\n                \"shortAnswer\": \"Ваш веб-сайт был отмечен как безопасный среди популярных сканеров вредоносных программ\",\n                \"recommendation\": null,\n                \"data\": {\n                    \"google\": \"unverified\",\n                    \"mcafee\": \"safe\",\n                    \"norton\": \"unverified\",\n                    \"avg\": \"unverified\"\n                }\n            },\n            \"outdatedApps\": {\n                \"section\": \"security\",\n                \"passed\": true,\n                \"shortAnswer\": \"На вашем сервере не найдено устаревших версий программного обеспечения.\",\n                \"recommendation\": null\n            },\n            \"email\": {\n                \"section\": \"security\",\n                \"passed\": true,\n                \"shortAnswer\": \"Адреса электронной почты не найдены в виде простого текста на этой странице.\",\n                \"recommendation\": null\n            },\n            \"technologies\": {\n                \"section\": \"technology\",\n                \"passed\": null,\n                \"shortAnswer\": \"Мы идентифицировали программное обеспечение или библиотеки на вашей странице\",\n                \"recommendation\": null,\n                \"data\": [\n                    \"Google Analytics\",\n                    \"Twitter Bootstrap\",\n                    \"jQuery\",\n                    \"jQuery UI\"\n                ]\n            },\n            \"ip\": {\n                \"section\": \"technology\",\n                \"passed\": null,\n                \"shortAnswer\": \"\",\n                \"recommendation\": null,\n                \"data\": \"45.55.16.252\"\n            },\n            \"dns\": {\n                \"section\": \"technology\",\n                \"passed\": null,\n                \"shortAnswer\": \"\",\n                \"recommendation\": null,\n                \"data\": \"ns3.digitalocean.com<br>ns1.digitalocean.com<br>ns2.digitalocean.com<br>\"\n            },\n            \"webServer\": {\n                \"section\": \"technology\",\n                \"passed\": null,\n                \"shortAnswer\": \"\",\n                \"recommendation\": null,\n                \"data\": \"Apache/2.4.16 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4\"\n            },\n            \"charset\": {\n                \"section\": \"technology\",\n                \"passed\": null,\n                \"shortAnswer\": \"\",\n                \"recommendation\": null,\n                \"data\": \"text/html\"\n            },\n            \"recommendations\": [\n                {\n                    \"priority\": \"high\",\n                    \"section\": \"seo\",\n                    \"recommendation\": \"Выполнение стратегии построения внешних ссылок\"\n                },\n                {\n                    \"priority\": \"low\",\n                    \"section\": \"seo\",\n                    \"recommendation\": \"Увеличьте содержание текста страницы\"\n                },\n                {\n                    \"priority\": \"low\",\n                    \"section\": \"seo\",\n                    \"recommendation\": \"Добавить атрибуты ALT для всех изображений\"\n                },\n                {\n                    \"priority\": \"low\",\n                    \"section\": \"performance\",\n                    \"recommendation\": \"Используйте сжатие GZIP\"\n                },\n                {\n                    \"priority\": \"low\",\n                    \"section\": \"security\",\n                    \"recommendation\": \"Внедрите перенаправление на HTTPS на свой веб-сайт\"\n                }\n            ]\n        },\n        \"created_at\": \"2019-02-15 11:26:21\",\n        \"completed_at\": \"2019-02-15 11:26:57\"\n    }\n}"}],"_postman_id":"14d705e3-3323-4755-8390-f78fa5f7a4e7"}],"id":"312565b2-7517-4f3c-b2d3-ae53cb76fcdd","description":"<p>Report endpoints, available to users starting with \"APIPlan1\"</p>\n","event":[{"listen":"prerequest","script":{"id":"a06145b1-f0da-434c-9484-57a857ac17b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fe2a9d6-1cb4-4c59-8cf5-d5f13cf74db4","type":"text/javascript","exec":[""]}}],"_postman_id":"312565b2-7517-4f3c-b2d3-ae53cb76fcdd"}],"event":[{"listen":"prerequest","script":{"id":"6af2c41e-9c0d-4a51-8035-bb149a8f2b8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3d7ef576-5daf-4b46-b1c9-7664f3c47328","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.seoptimer.com"},{"key":"access_token","value":"test"},{"key":"baseUrl","value":""},{"key":"access_token","value":""},{"key":"baseUrl","value":""},{"key":"access_token","value":""}]}