{"id":84,"date":"2019-11-18T09:48:22","date_gmt":"2019-11-18T07:48:22","guid":{"rendered":"http:\/\/195.60.235.117:8118\/?page_id=84"},"modified":"2021-04-06T10:01:49","modified_gmt":"2021-04-06T07:01:49","slug":"%d7%91%d7%93%d7%99%d7%a7%d7%aa-%d7%9e%d7%94%d7%99%d7%a8%d7%95%d7%aa","status":"publish","type":"page","link":"https:\/\/www.isp.net.il\/?page_id=84","title":{"rendered":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea"},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\" \/>\n<title>HTML5 Speedtest \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea<\/title>\n<style type=\"text\/css\">\n\thtml,body{\n\t\tborder:none; padding:0; margin:0;\n\t\tbackground:#FFFFFF;\n\t\tcolor:#202020;\n\t}\n\tbody{\n\t\ttext-align:center;\n\t\tfont-family:\"Roboto\",sans-serif;\n\t}\n\th1{\n\t\tcolor:#404040;\n\t}\n\t#startStopBtn{\n\t\tdisplay:inline-block;\n\t\tmargin:0 auto;\n\t\tcolor:#6060AA;\n\t\tbackground-color:rgba(0,0,0,0);\n\t\tborder:0.15em solid #6060FF;\n\t\tborder-radius:0.3em;\n\t\ttransition:all 0.3s;\n\t\tbox-sizing:border-box;\n\t\twidth:8em; height:3em;\n\t\tline-height:2.7em;\n\t\tcursor:pointer;\n\t\tbox-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);\n\t}\n\t#startStopBtn:hover{\n\t\tbox-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);\n\t}\n\t#startStopBtn.running{\n\t\tbackground-color:#FF3030;\n\t\tborder-color:#FF6060;\n\t\tcolor:#FFFFFF;\n\t}\n\t#startStopBtn:before{\n\t\tcontent:\"Start\";\n\t}\n\t#startStopBtn.running:before{\n\t\tcontent:\"Abort\";\n\t}\n\t#test{\n\t\tmargin-top:2em;\n\t\tmargin-bottom:12em;\n\t}\n\tdiv.testArea{\n\t\tdisplay:inline-block;\n\t\twidth:16em;\n\t\theight:12.5em;\n\t\tposition:relative;\n\t\tbox-sizing:border-box;\n\t}\n\tdiv.testName{\n\t\tposition:absolute;\n\t\ttop:0.1em; left:0;\n\t\twidth:100%;\n\t\tfont-size:1.4em;\n\t\tz-index:9;\n\t}\n\tdiv.meterText{\n\t\tposition:absolute;\n\t\tbottom:1.55em; left:0;\n\t\twidth:100%;\n\t\tfont-size:2.5em;\n\t\tz-index:9;\n\t}\n\tdiv.meterText:empty:before{\n\t\tcontent:\"0.00\";\n\t}\n\tdiv.unit{\n\t\tposition:absolute;\n\t\tbottom:2em; left:0;\n\t\twidth:100%;\n\t\tz-index:9;\n\t}\n\tdiv.testArea canvas{\n\t\tposition:absolute;\n\t\ttop:0; left:0; width:100%; height:100%;\n\t\tz-index:1;\n\t}\n\tdiv.testGroup{\n\t\tdisplay:inline-block;\n\t}\n\t@media all and (max-width:65em){\n\t\tbody{\n\t\t\tfont-size:1.5vw;\n\t\t}\n\t}\n\t@media all and (max-width:40em){\n\t\tbody{\n\t\t\tfont-size:0.8em;\n\t\t}\n\t\tdiv.testGroup{\n\t\t\tdisplay:block;\n\t\t\tmargin: 0 auto;\n\t\t}\n\t}\n\n<\/style>\n<script type=\"text\/javascript\">\nfunction I(id){return document.getElementById(id);}\nvar meterBk=\"#E0E0E0\";\nvar dlColor=\"#6060AA\",\n\tulColor=\"#309030\",\n\tpingColor=\"#AA6060\",\n\tjitColor=\"#AA6060\";\nvar progColor=\"#EEEEEE\";\n\n\/\/CODE FOR GAUGES\nfunction drawMeter(c,amount,bk,fg,progress,prog){\n\tvar ctx=c.getContext(\"2d\");\n\tvar dp=window.devicePixelRatio||1;\n\tvar cw=c.clientWidth*dp, ch=c.clientHeight*dp;\n\tvar sizScale=ch*0.0055;\n\tif(c.width==cw&&c.height==ch){\n\t\tctx.clearRect(0,0,cw,ch);\n\t}else{\n\t\tc.width=cw;\n\t\tc.height=ch;\n\t}\n\tctx.beginPath();\n\tctx.strokeStyle=bk;\n\tctx.lineWidth=16*sizScale;\n\tctx.arc(c.width\/2,c.height-58*sizScale,c.height\/1.8-ctx.lineWidth,-Math.PI*1.1,Math.PI*0.1);\n\tctx.stroke();\n\tctx.beginPath();\n\tctx.strokeStyle=fg;\n\tctx.lineWidth=16*sizScale;\n\tctx.arc(c.width\/2,c.height-58*sizScale,c.height\/1.8-ctx.lineWidth,-Math.PI*1.1,amount*Math.PI*1.2-Math.PI*1.1);\n\tctx.stroke();\n\tif(typeof progress !== \"undefined\"){\n\t\tctx.fillStyle=prog;\n\t\tctx.fillRect(c.width*0.3,c.height-16*sizScale,c.width*0.4*progress,4*sizScale);\n\t}\n}\nfunction mbpsToAmount(s){\n\treturn 1-(1\/(Math.pow(1.3,Math.sqrt(s))));\n}\nfunction msToAmount(s){\n\treturn 1-(1\/(Math.pow(1.08,Math.sqrt(s))));\n}\n\n\/\/SPEEDTEST AND UI CODE\nvar w=null; \/\/speedtest worker\nvar data=null; \/\/data from worker\nfunction startStop(){\n\tif(w!=null){\n\t\t\/\/speedtest is running, abort\n\t\tw.postMessage('abort');\n\t\tw=null;\n\t\tdata=null;\n\t\tI(\"startStopBtn\").className=\"\";\n\t\tinitUI();\n\t}else{\n\t\t\/\/test is not running, begin\n\t\tw=new Worker('speedtest_worker.min.js');\n\t\tw.postMessage('start'); \/\/Add optional parameters as a JSON object to this command\n\t\tI(\"startStopBtn\").className=\"running\";\n\t\tw.onmessage=function(e){\n\t\t\tdata=JSON.parse(e.data);\n\t\t\tvar status=data.testState;\n\t\t\tif(status>=4){\n\t\t\t\t\/\/test completed\n\t\t\t\tI(\"startStopBtn\").className=\"\";\n\t\t\t\tw=null;\n\t\t\t\tupdateUI(true);\n\t\t\t}\n\t\t};\n\t}\n}\n\/\/this function reads the data sent back by the worker and updates the UI\nfunction updateUI(forced){\n\tif(!forced&&(!data||!w)) return;\n\tvar status=data.testState;\n\tI(\"ip\").textContent=data.clientIp;\n\tI(\"dlText\").textContent=(status==1&&data.dlStatus==0)?\"...\":data.dlStatus;\n\tdrawMeter(I(\"dlMeter\"),mbpsToAmount(Number(data.dlStatus*(status==1?oscillate():1))),meterBk,dlColor,Number(data.dlProgress),progColor);\n\tI(\"ulText\").textContent=(status==3&&data.ulStatus==0)?\"...\":data.ulStatus;\n\tdrawMeter(I(\"ulMeter\"),mbpsToAmount(Number(data.ulStatus*(status==3?oscillate():1))),meterBk,ulColor,Number(data.ulProgress),progColor);\n\tI(\"pingText\").textContent=data.pingStatus;\n\tdrawMeter(I(\"pingMeter\"),msToAmount(Number(data.pingStatus*(status==2?oscillate():1))),meterBk,pingColor,Number(data.pingProgress),progColor);\n\tI(\"jitText\").textContent=data.jitterStatus;\n\tdrawMeter(I(\"jitMeter\"),msToAmount(Number(data.jitterStatus*(status==2?oscillate():1))),meterBk,jitColor,Number(data.pingProgress),progColor);\n}\nfunction oscillate(){\n\treturn 1+0.02*Math.sin(Date.now()\/100);\n}\n\/\/poll the status from the worker (this will call updateUI)\nsetInterval(function(){\n\tif(w) w.postMessage('status');\n},200);\n\/\/update the UI every frame\nwindow.requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||(function(callback,element){setTimeout(callback,1000\/60);});\nfunction frame(){\n\trequestAnimationFrame(frame);\n\tupdateUI();\n}\nframe(); \/\/start frame loop\n\/\/function to (re)initialize UI\nfunction initUI(){\n\tdrawMeter(I(\"dlMeter\"),0,meterBk,dlColor,0);\n\tdrawMeter(I(\"ulMeter\"),0,meterBk,ulColor,0);\n\tdrawMeter(I(\"pingMeter\"),0,meterBk,pingColor,0);\n\tdrawMeter(I(\"jitMeter\"),0,meterBk,jitColor,0);\n\tI(\"dlText\").textContent=\"\";\n\tI(\"ulText\").textContent=\"\";\n\tI(\"pingText\").textContent=\"\";\n\tI(\"jitText\").textContent=\"\";\n\tI(\"ip\").textContent=\"\";\n}\n\n<\/script>\n<\/head>\n<body>\n<h1>HTML5 Speedtest<\/h1>\n<div id=\"startStopBtn\" onclick=\"startStop()\"><\/div>\n<div id=\"test\">\n\t<div class=\"testGroup\">\n\t\t<div class=\"testArea\">\n\t\t\t<div class=\"testName\">\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d5\u05e8\u05d3\u05d4<\/div>\n\t\t\t<canvas id=\"dlMeter\" class=\"meter\"><\/canvas>\n\t\t\t<div id=\"dlText\" class=\"meterText\"><\/div>\n\t\t\t<div class=\"unit\">Mbps<\/div>\n\t\t<\/div>\n\t\t<div class=\"testArea\">\n\t\t\t<div class=\"testName\">\u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4<\/div>\n\t\t\t<canvas id=\"ulMeter\" class=\"meter\"><\/canvas>\n\t\t\t<div id=\"ulText\" class=\"meterText\"><\/div>\n\t\t\t<div class=\"unit\">Mbps<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"testGroup\">\n\t\t<div class=\"testArea\">\n\t\t\t<div class=\"testName\">Ping<\/div>\n\t\t\t<canvas id=\"pingMeter\" class=\"meter\"><\/canvas>\n\t\t\t<div id=\"pingText\" class=\"meterText\"><\/div>\n\t\t\t<div class=\"unit\">ms<\/div>\n\t\t<\/div>\n\t\t<div class=\"testArea\">\n\t\t\t<div class=\"testName\">Jitter<\/div>\n\t\t\t<canvas id=\"jitMeter\" class=\"meter\"><\/canvas>\n\t\t\t<div id=\"jitText\" class=\"meterText\"><\/div>\n\t\t\t<div class=\"unit\">ms<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"ipArea\">\n\t\tIP Address: <span id=\"ip\"><\/span>\n\t<\/div>\n<\/div>\n\n<script type=\"text\/javascript\">setTimeout(initUI,100);<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>HTML5 Speedtest \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea HTML5 Speedtest \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d5\u05e8\u05d3\u05d4 Mbps \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4 Mbps Ping ms Jitter ms IP Address:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-84","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.isp.net.il\/?page_id=84\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9\" \/>\n<meta property=\"og:description\" content=\"HTML5 Speedtest \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea HTML5 Speedtest \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d5\u05e8\u05d3\u05d4 Mbps \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4 Mbps Ping ms Jitter ms IP Address:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.isp.net.il\/?page_id=84\" \/>\n<meta property=\"og:site_name\" content=\"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/isp.net.il\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-06T07:01:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.isp.net.il\/?page_id=84\",\"url\":\"https:\/\/www.isp.net.il\/?page_id=84\",\"name\":\"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9\",\"isPartOf\":{\"@id\":\"https:\/\/www.isp.net.il\/#website\"},\"datePublished\":\"2019-11-18T07:48:22+00:00\",\"dateModified\":\"2021-04-06T07:01:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.isp.net.il\/?page_id=84#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.isp.net.il\/?page_id=84\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.isp.net.il\/?page_id=84#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea\",\"item\":\"https:\/\/www.isp.net.il\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.isp.net.il\/#website\",\"url\":\"https:\/\/www.isp.net.il\/\",\"name\":\"\u05e1\u05e4\u05e7 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 isp \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05db\u05e9\u05e8 \u05e0\u05d8\u05e4\u05e8\u05d9\",\"description\":\"\u05e0\u05d8\u05e4\u05e8\u05d9 , \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05db\u05e9\u05e8 , \u05de\u05d9\u05d9\u05dc \u05d1\u05dc\u05d1\u05d3, \u05e1\u05d9\u05e0\u05d5\u05df \u05d0\u05ea\u05e8\u05d9\u05dd \u05e0\u05d8\u05e4\u05e8\u05d9, \u05d9\u05d9\u05e2\u05d5\u05e5 \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea ,\u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9, \u05d7\u05e1\u05d9\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8, isp ,\u05e0\u05d8\u05e4\u05e8\u05d9, \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9 , \u05de\u05d9\u05d9\u05dc \u05d1\u05dc\u05d1\u05d3\",\"publisher\":{\"@id\":\"https:\/\/www.isp.net.il\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.isp.net.il\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"he-IL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.isp.net.il\/#organization\",\"name\":\"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9\",\"url\":\"https:\/\/www.isp.net.il\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\/\/www.isp.net.il\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.isp.net.il\/wp-content\/uploads\/2020\/01\/netfree-1.png\",\"contentUrl\":\"https:\/\/www.isp.net.il\/wp-content\/uploads\/2020\/01\/netfree-1.png\",\"width\":591,\"height\":591,\"caption\":\"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9\"},\"image\":{\"@id\":\"https:\/\/www.isp.net.il\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/isp.net.il\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.isp.net.il\/?page_id=84","og_locale":"he_IL","og_type":"article","og_title":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9","og_description":"HTML5 Speedtest \u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea HTML5 Speedtest \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05d5\u05e8\u05d3\u05d4 Mbps \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d4\u05e2\u05dc\u05d0\u05d4 Mbps Ping ms Jitter ms IP Address:","og_url":"https:\/\/www.isp.net.il\/?page_id=84","og_site_name":"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9","article_publisher":"https:\/\/www.facebook.com\/isp.net.il\/","article_modified_time":"2021-04-06T07:01:49+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.isp.net.il\/?page_id=84","url":"https:\/\/www.isp.net.il\/?page_id=84","name":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea | \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05d5\u05e8\u05e9\u05ea\u05d5\u05ea \u05d1\u05e2&quot;\u05de \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9","isPartOf":{"@id":"https:\/\/www.isp.net.il\/#website"},"datePublished":"2019-11-18T07:48:22+00:00","dateModified":"2021-04-06T07:01:49+00:00","breadcrumb":{"@id":"https:\/\/www.isp.net.il\/?page_id=84#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.isp.net.il\/?page_id=84"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.isp.net.il\/?page_id=84#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","item":"https:\/\/www.isp.net.il\/"},{"@type":"ListItem","position":2,"name":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05d4\u05d9\u05e8\u05d5\u05ea"}]},{"@type":"WebSite","@id":"https:\/\/www.isp.net.il\/#website","url":"https:\/\/www.isp.net.il\/","name":"\u05e1\u05e4\u05e7 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 isp \u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05db\u05e9\u05e8 \u05e0\u05d8\u05e4\u05e8\u05d9","description":"\u05e0\u05d8\u05e4\u05e8\u05d9 , \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05db\u05e9\u05e8 , \u05de\u05d9\u05d9\u05dc \u05d1\u05dc\u05d1\u05d3, \u05e1\u05d9\u05e0\u05d5\u05df \u05d0\u05ea\u05e8\u05d9\u05dd \u05e0\u05d8\u05e4\u05e8\u05d9, \u05d9\u05d9\u05e2\u05d5\u05e5 \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea ,\u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9, \u05d7\u05e1\u05d9\u05de\u05ea \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8, isp ,\u05e0\u05d8\u05e4\u05e8\u05d9, \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9 , \u05de\u05d9\u05d9\u05dc \u05d1\u05dc\u05d1\u05d3","publisher":{"@id":"https:\/\/www.isp.net.il\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.isp.net.il\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"he-IL"},{"@type":"Organization","@id":"https:\/\/www.isp.net.il\/#organization","name":"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9","url":"https:\/\/www.isp.net.il\/","logo":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/www.isp.net.il\/#\/schema\/logo\/image\/","url":"https:\/\/www.isp.net.il\/wp-content\/uploads\/2020\/01\/netfree-1.png","contentUrl":"https:\/\/www.isp.net.il\/wp-content\/uploads\/2020\/01\/netfree-1.png","width":591,"height":591,"caption":"\u05d0\u05e8 \u05d0\u05dc \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e1\u05d9\u05e0\u05d5\u05df \u05e0\u05d8\u05e4\u05e8\u05d9"},"image":{"@id":"https:\/\/www.isp.net.il\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/isp.net.il\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.isp.net.il\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=84"}],"version-history":[{"count":10,"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":1684,"href":"https:\/\/www.isp.net.il\/index.php?rest_route=\/wp\/v2\/pages\/84\/revisions\/1684"}],"wp:attachment":[{"href":"https:\/\/www.isp.net.il\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}