-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.1
More file actions
913 lines (792 loc) · 64.9 KB
/
en.1
File metadata and controls
913 lines (792 loc) · 64.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="SKYPE_TOOLBAR" content ="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>
<title>Digital Marketing Experts & Advertising Servises Everest</title>
<link rel="stylesheet" href="http://www.everests.co.il/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector.css?v=3.2.2" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title="Everest RSS Feed" href="http://www.everests.co.il/en/feed/" />
<link rel="pingback" href="http://www.everests.co.il/xmlrpc.php" />
<link href="http://www.everests.co.il/wp-content/themes/everest/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!--// SITE CSS -->
<link rel="stylesheet" href="http://www.everests.co.il/wp-content/themes/everest/styleEn.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://www.everests.co.il/wp-content/themes/everest/fonts/fonts.css" />
<!--// SITE JAVASCRIPT -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/elastic/modernizr.custom.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/elastic/classie.js"></script>
<!--// SLIDER CSS -->
<link rel="stylesheet" type="text/css" href="http://www.everests.co.il/wp-content/themes/everest/js/slider/slick/slick.css" />
<!--// Filter Portfolio -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/filter.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script>
jvcf7_loading_url= "http://www.everests.co.il/wp-content/plugins/contact-form-7/images/ajax-loader.gif";
jvcf7_invalid_field_design = "theme_1";
jvcf7_show_label_error = "errorMsgshow";
</script>
<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=204988,
settings_tolerance=2000,
library_tolerance=2500,
use_existing_jquery=false,
f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->
<!-- This site is optimized with the Yoast SEO plugin v2.3.4 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Resource Optimization and Boost Sales We make sure that only the target audience is being exposed to the relevant ads and increase sales."/>
<link rel="canonical" href="http://www.everests.co.il/en/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Digital Marketing Experts & Advertising Servises" />
<meta property="og:description" content="Resource Optimization and Boost Sales We make sure that only the target audience is being exposed to the relevant ads and increase sales." />
<meta property="og:url" content="http://www.everests.co.il/en/" />
<meta property="og:site_name" content="Everest" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="Resource Optimization and Boost Sales We make sure that only the target audience is being exposed to the relevant ads and increase sales."/>
<meta name="twitter:title" content="Digital Marketing Experts & Advertising Servises"/>
<meta name="twitter:domain" content="Everest"/>
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/www.everests.co.il\/en\/","name":"Everest","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.everests.co.il\/en\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title="Everest » Home Comments Feed" href="http://www.everests.co.il/en/home/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.everests.co.il\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.8"}};
!function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='ajax-load-more-css' href='http://www.everests.co.il/wp-content/plugins/ajax-load-more/core/css/ajax-load-more.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='http://www.everests.co.il/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='jvcf7_style-css' href='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/css/jvcf7_validate.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.5.95&ver=4.2.8' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}
</style>
<link rel='stylesheet' id='wpdiscuz-frontend-css-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/css/wpdiscuz.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-modal-box-css-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/modal-box/modal-box.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-validator-style-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/css/fv.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-tooltipster-style-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/tooltipster/css/tooltipster.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpml-cms-nav-css-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/navigation.css?ver=1.4.10' type='text/css' media='all' />
<link rel='stylesheet' id='cms-navigation-style-base-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css?ver=1.4.10' type='text/css' media='screen' />
<link rel='stylesheet' id='cms-navigation-style-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.css?ver=1.4.10' type='text/css' media='screen' />
<link rel='stylesheet' id='upw_theme_standard-css' href='http://www.everests.co.il/wp-content/plugins/ultimate-posts-widget/css/upw-theme-standard.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='A2A_SHARE_SAVE-css' href='http://www.everests.co.il/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.11' type='text/css' media='all' />
<script type='text/javascript' src='http://www.everests.co.il/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.5.95&ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.5.95&ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/validator.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/jquery.cookie.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/tooltipster/js/jquery.tooltipster.min.js?ver=1.2'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/jquery.autogrowtextarea.min.js?ver=3.0'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/wc-frontend.min.js?ver=4.2.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_ajax_obj = {"url":"http:\/\/www.everests.co.il\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/wc-ajax.min.js?ver=2.2.9'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.everests.co.il/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.everests.co.il/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.2.8" />
<link rel='shortlink' href='http://www.everests.co.il/en/' />
<script type="text/javascript"><!--
var a2a_config=a2a_config||{},wpa2a={done:false,html_done:false,script_ready:false,script_load:function(){var a=document.createElement('script'),s=document.getElementsByTagName('script')[0];a.type='text/javascript';a.async=true;a.src='http://static.addtoany.com/menu/page.js';s.parentNode.insertBefore(a,s);wpa2a.script_load=function(){};},script_onready:function(){wpa2a.script_ready=true;if(wpa2a.html_done)wpa2a.init();},init:function(){for(var i=0,el,target,targets=wpa2a.targets,length=targets.length;i<length;i++){el=document.getElementById('wpa2a_'+(i+1));target=targets[i];a2a_config.linkname=target.title;a2a_config.linkurl=target.url;if(el){a2a.init('page',{target:el});el.id='';}wpa2a.done=true;}wpa2a.targets=[];}};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.callbacks.push({ready:wpa2a.script_onready});
//--></script>
<meta name="generator" content="WPML ver:3.2.2 stt:1,20;" />
<link rel="alternate" hreflang="he-IL" href="http://www.everests.co.il/" />
<link rel="alternate" hreflang="en-US" href="http://www.everests.co.il/en/" />
<style type="text/css"> .wc_new_comment{ background:#ef6f3d;} #wpcomm .wc_new_comment_and_replies .wc_new_reply{background:#ef6f3d;}#wpcomm .wc-form-wrapper{background:;} #wpcomm .wc_manage_subscribtions {color: #ef6f3d; }#wpcomm textarea, #wpcomm input[type="text"], #wpcomm input[type="email"], #wpcomm input[type="password"], #wpcomm input[type="url"]{ border: 1px solid;}#wpcomm .wc-comment .wc-comment-right{ background:;} #wpcomm .wc-reply .wc-comment-right{ background:; }#wpcomm .wc-comment-text{ font-size:14px;color:;} #wpcomm .wc-comment-author{ color:#ef6f3d; }#wpcomm .wc-comment-author a{ color:#ef6f3d;} #wpcomm .wc-comment-label{ background:#ef6f3d; } #wpcomm .wc-comment-footer a, #wpcomm .wc-comment-footer span.wc_editable_comment, #wpcomm .wc-comment-footer span.wc_save_edited_comment, #wpcomm span.wc_cancel_edit { color:; } #wpcomm .wc-comment-footer .wc-vote-result{ background:;} #wpcomm .wc-reply-link, #wpcomm .wc-vote-link, #wpcomm .wc-share-link {color: ; }.wc-load-more-submit {border: 1px solid ;} #wc_openModalFormAction > div#wc_response_info a.close { background: url("http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/img/x.png") no-repeat;}#wpcomm .wc-comment.wc-comment-right.wc_new_loaded_comment {background: ;} .comments-area{width:auto;} </style>
<style type="text/css">#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{color:#444444;}#lang_sel_list a:hover, #lang_sel_list a.lang_sel_sel:hover{color:#000000;}#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{background-color:#ffffff;}#lang_sel_list a.lang_sel_sel:hover{background-color:#eeeeee;}#lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited{color:#444444;}#lang_sel_list ul a.lang_sel_other:hover{color:#000000;}#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited{background-color:#ffffff;}#lang_sel_list ul a.lang_sel_other:hover{background-color:#eeeeee;}#lang_sel_list a, #lang_sel_list a:visited{border-color:#cdcdcd;} #lang_sel_list ul{border-top:1px solid #cdcdcd;}</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48370940-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1041150489242931');
fbq('track', "PageView");
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1041150489242931&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Google Site Phone Conversion Code -->
<script type="text/javascript">
(function(a,e,c,f,g,b,d){var h={ak:"988106834",cl:"1cvbCLKvymEQ0qCV1wM"};a[c]=a[c]||function(){(a[c].q=a[c].q||[]).push(arguments)};a[f]||(a[f]=h.ak);b=e.createElement(g);b.async=1;b.src="//www.gstatic.com/wcm/loader.js";d=e.getElementsByTagName(g)[0];d.parentNode.insertBefore(b,d);a._googWcmGet=function(b,d,e){a[c](2,b,h,d,null,new Date,e)}})(window,document,"_googWcmImpl","_googWcmAk","script");
</script>
</head>
<body class="home page page-id-455 page-template page-template-page-home page-template-page-home-php" onload="_googWcmGet('phonenum','073-743-4040')">
<script type="text/javascript">
/* <![CDATA[ */
goog_snippet_vars = function() {
var w = window;
w.google_conversion_id = 988106834;
w.google_conversion_label = "NyyzCJuxoVgQ0qCV1wM";
w.google_remarketing_only = false;
}
// DO NOT CHANGE THE CODE BELOW.
goog_report_conversion = function(url) {
goog_snippet_vars();
window.google_conversion_format = "3";
window.google_is_call = true;
var opt = new Object();
opt.onload_callback = function() {
if (typeof(url) != 'undefined') {
window.location = url;
}
}
var conv_handler = window['google_trackConversion'];
if (typeof(conv_handler) == 'function') {
conv_handler(opt);
}
}
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 988106834;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<div style="display:none;"><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script></div>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/988106834/?value=0&guid=ON&script=0"/>
</div>
</noscript>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/he_IL/sdk.js#xfbml=1&version=v2.3&appId=949738005050149";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="container">
<header>
<div class="headbtm">
<div class="wrapper clearfix">
<div class="logo"><a href="http://www.everests.co.il/en"><img src="http://www.everests.co.il/wp-content/themes/everest/images/everest.png" alt="Everest" /></a></div>
<!-- logo end -->
<div class="phnum"><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div><a href="tel:+972737024384" onclick="ga('send', 'event', 'Phone', 'Click', 'Header');">+972-<span class="phonenum">737024384</span></a></div>
<!-- / WYSIWYG Widgets --></div>
<nav>
<div class="menutoggle"></div>
<div class="menu-headeren-container"><ul id="menu-headeren" class="menu"><li id="menu-item-487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-487"><a href="http://www.everests.co.il/en/about/">About</a></li>
<li id="menu-item-1929" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1929"><a href="#">Departments</a>
<ul class="sub-menu">
<li id="menu-item-1426" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1426"><a href="http://www.everests.co.il/en/google-seo/">SEO Services</a></li>
<li id="menu-item-1427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1427"><a href="http://www.everests.co.il/en/ppc-management/">PPC Agency</a></li>
<li id="menu-item-1573" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1573"><a href="http://www.everests.co.il/en/facebook-marketing/">Facebook Marketing</a></li>
<li id="menu-item-1571" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1571"><a href="http://www.everests.co.il/en/conversion-rate-optimization/">Conversion Rate Optimization</a></li>
<li id="menu-item-1424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1424"><a href="http://www.everests.co.il/en/website-builder/">Web Developmen</a></li>
<li id="menu-item-1572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1572"><a href="http://www.everests.co.il/en/web-design/">Web Design</a></li>
</ul>
</li>
<li id="menu-item-492" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-492"><a href="http://www.everests.co.il/en/our-portfolio/">Portfolio</a></li>
<li id="menu-item-488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-488"><a href="http://www.everests.co.il/en/blog/">Digital Marketing Blog</a></li>
<li id="menu-item-491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-491"><a href="http://www.everests.co.il/en/contact/">Contact</a></li>
</ul></div> </nav>
<!-- nav end -->
</div>
</div>
<!--// headbtm end -->
<div class="headtop">
<div class="wrapper clearfix">
<div id="lang_sel_list" class="lang_sel_list_horizontal">
<ul>
<li class="icl-he"><a href="http://www.everests.co.il/" class="lang_sel_other">Heb</a></li><li class="icl-en"><a href="http://www.everests.co.il/en/" class="lang_sel_sel">Eng</a></li> </ul>
</div>
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="links"><span class="spn1">Consulting Strategy</span> <span class="spn2">Report keywords</span></div>
<div id="frmpop1" class="frmpop">
<div class="close"></div>
<p class="hline">Fill in the details and we’ll make you <span class="colr"> accurate keyword research </span><br />
And send you the relevant phrases for publication .</p>
<div role="form" class="wpcf7" id="wpcf7-f1842-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f1842-o1" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="1842" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1842-o1" />
<input type="hidden" name="_wpnonce" value="c30ea3c4c2" />
</div>
<ul>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step1.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap yoururl"><input type="url" name="yoururl" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-url wpcf7-validates-as-required wpcf7-validates-as-url txtbox" aria-required="true" aria-invalid="false" placeholder="Url site adress" /></span><br />
<span class="wpcf7-form-control-wrap occbusi"><input type="text" name="occbusi" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Occupation business" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step2.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap competit"><input type="text" name="competit" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Main competitors" /></span><br />
<span class="wpcf7-form-control-wrap anocompet"><input type="text" name="anocompet" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="Another competitor" /></span><br />
<span class="wpcf7-form-control-wrap anocompet2"><input type="text" name="anocompet2" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="Another competitor" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step3.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><br />
<span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><br />
<span class="wpcf7-form-control-wrap pnum"><input type="tel" name="pnum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel txtbox" aria-required="true" aria-invalid="false" placeholder="Phone Number" /></span>
</li>
<li><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /></li>
</ul>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div>
<div id="frmpop2" class="frmpop">
<div class="close"></div>
<p class="hline">Digital strategy consulting . <span class="colr"> what is appropriate to the nature of your business ? </span><br />
Fill in the details , and we will find you what is the right strategy for your business .</p>
<div role="form" class="wpcf7" id="wpcf7-f1843-o2" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f1843-o2" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="1843" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1843-o2" />
<input type="hidden" name="_wpnonce" value="12df1f44fd" />
</div>
<ul>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org1.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap occenter"><input type="text" name="occenter" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Main Occupation business" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org2.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap competit"><input type="text" name="competit" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Main competitors" /></span><br />
<span class="wpcf7-form-control-wrap anocompet"><input type="text" name="anocompet" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="Another competitor" /></span><br />
<span class="wpcf7-form-control-wrap anocompet2"><input type="text" name="anocompet2" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="Another competitor" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org3.png" alt="" /></div>
<div class="frmrow">
<div class="lbl">Site url</div>
<p> <span class="wpcf7-form-control-wrap chk1"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk1[]" value="i have website" /> <span class="wpcf7-list-item-label">i have website</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk1[]" value="I dont have website" /> <span class="wpcf7-list-item-label">I dont have website</span></span></span></span></p></div>
<div class="frmrow">
<div class="lbl">Site platform</div>
<p> <span class="wpcf7-form-control-wrap chk2"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk2[]" value="wix" /> <span class="wpcf7-list-item-label">wix</span></span><span class="wpcf7-list-item"><input type="checkbox" name="chk2[]" value="Other" /> <span class="wpcf7-list-item-label">Other</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk2[]" value="Wordpress" /> <span class="wpcf7-list-item-label">Wordpress</span></span></span></span></p></div>
<div class="frmrow">
<div class="lbl">Domain age</div>
<p> <span class="wpcf7-form-control-wrap chk3"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk3[]" value="Over a year" /> <span class="wpcf7-list-item-label">Over a year</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk3[]" value="Under a year" /> <span class="wpcf7-list-item-label">Under a year</span></span></span></span></p></div>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org4.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full name" /></span><br />
<span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><br />
<span class="wpcf7-form-control-wrap pnum"><input type="tel" name="pnum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel txtbox" aria-required="true" aria-invalid="false" placeholder="Phone number" /></span>
</li>
<li><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /></li>
</ul>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div>
<!-- / WYSIWYG Widgets -->
</div>
</div>
<!--// headtop end -->
</header>
<!--// header end -->
<div class="sidecontact">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="hform">
<h4 class="bold">Free marketing advice !</h4>
<div role="form" class="wpcf7" id="wpcf7-f766-o3" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f766-o3" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="766" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f766-o3" />
<input type="hidden" name="_wpnonce" value="6640cf93c9" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><span class="wpcf7-form-control-wrap phonenum"><input type="tel" name="phonenum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="Phone No." /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="13071" /><input type="hidden" name="lm_key" value="98c0e46e78c749198c64e463ee870662" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /><input type="hidden" name="rsd" value="" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div>
<div class="frmbtn"><img src="http://www.everests.co.il/wp-content/uploads/2015/12/contact-butt-ENG-03.png" alt="contact" /></div>
<!-- / WYSIWYG Widgets --> </div> <div class="hmbanner">
<div class="banner">
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color1">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>Google Pay Per Click</h2>
</div>
</div>
<div class="captionbtm"><h1>Our experts will help you convert clicks into sales</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color2">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>Search Engine Optimization</h2>
</div>
</div>
<div class="captionbtm"><h1>We know you want your site to be visible and easily found by prospective customers</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color3">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>WordPress Building Sites</h2>
</div>
</div>
<div class="captionbtm"><h1>We specialize in “customized responsive” Website design, offering a user friendly experience</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color4">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>Website Design and Branding</h2>
<p> </p>
</div>
</div>
<div class="captionbtm"><h1>We offer effective designs to create desired outcomes</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color5">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>Social Media (SMO)</h2>
</div>
</div>
<div class="captionbtm"><h1>SMO advertising is a task for our dedicated SMO department</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color6">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>Conversion Rate Optimization</h2>
</div>
</div>
<div class="captionbtm"><h1>By arriving at a user friendly and efficient website, a potential customer is more likely to be converted into a satisfied customer!</h1>
</div>
</div>
</div>
<!--// banner end -->
</div>
<!--// hmbanner end -->
<div class="content">
<div class="services">
<div class="wrapper clearfix">
<div class="heading"><h3> </h3></div>
<ul>
<li class="p1" id="1560">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon3.png" alt="Conversion Rate Optimization" /></span> <a href="http://www.everests.co.il/en/conversion-rate-optimization/">Conversion Rate Optimization</a></h5>
<div><p style="text-align: left;">We at EVEREST are dedicated to ensuring that each customer who visits your user friendly and appealing landing page will stay longer and easily locate exactly what they are searching for <a href="http://www.everests.co.il/en/conversion-rate-optimization/">Read More</a></p>
</div>
</li>
<li class="p2" id="1540">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon5.png" alt="Web Design" /></span> <a href="http://www.everests.co.il/en/web-design/">Web Design</a></h5>
<div><p style="text-align: left;">We do smart design that offers an exceptional user friendly experience according to a carefully outlined strategic plan that results in transformative branding <a href="http://www.everests.co.il/en/web-design/">Read More</a></p>
</div>
</li>
<li class="p3" id="463">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon6.png" alt="Web Developmen" /></span> <a href="http://www.everests.co.il/en/website-builder/">Web Developmen</a></h5>
<div><p style="text-align: left;">We design top-notch sites that will create a “wow” effect on your visitors. We do not use standard templates but create an optimally-customized Website for our customers <a href="http://www.everests.co.il/en/website-builder/">Read More</a></p>
</div>
</li>
<li class="sep"></li> <li class="p1" id="469">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon4.png" alt="Facebook Marketing" /></span> <a href="http://www.everests.co.il/en/facebook-marketing/">Facebook Marketing</a></h5>
<div><p style="text-align: left;">Efficient advertising on Facebook and page management can significantly improve revenues, a key component of our service offering <a href="http://www.everests.co.il/en/facebook-marketing/">Read More</a></p>
</div>
</li>
<li class="p2" id="476">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon2.png" alt="SEO Services" /></span> <a href="http://www.everests.co.il/en/google-seo/">SEO Services</a></h5>
<div><p style="text-align: left;">Smart SEO is based on analytical process and preliminary fieldwork. Keyword research combined with optimal resource utilization creates a dominant Web presence, which is what we do <a href="http://www.everests.co.il/en/google-seo/">Read More</a></p>
</div>
</li>
<li class="p3" id="480">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon1.png" alt="PPC Agency" /></span> <a href="http://www.everests.co.il/en/ppc-management/">PPC Agency</a></h5>
<div><p style="text-align: left;">Google charges you every time a user clicks on your advertisement, Unproductive clicks if not converted into a customer, is money wasted. To avoid this, we provide proven strategies to lead you to the top of the summit <a href="http://www.everests.co.il/en/ppc-management/">Read More</a></p>
</div>
</li>
</ul>
</div>
</div>
<!--// services end -->
<div class="howitworks">
<div class="heading"><h3>Actual Benefits </h3></div>
<div class="darkbg">
<div class="wrapper clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><ul>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon1.png" alt="img" /></div>
<h5>Generating traffic</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon2.png" alt="img" /></div>
<h5>A/B testing of ads and landing page</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon3.png" alt="img" /></div>
<h5>Metrics analysis</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon4.png" alt="img" /></div>
<h5>Providing comprehensive reports</h5>
</li>
</ul>
<!-- / WYSIWYG Widgets --> </div>
</div>
</div>
<!--// howitworks end -->
<div class="seo">
<div class="wrapper clearfix">
<div class="main_actitle">
<p class="subhead">Online marketing offers a wide range of opportunities in promoting your service or product. Not only does professional management and utilization of the advertising budget significantly increase the number of clicks and amount of traffic, but also boosts the conversion rate.</p>
<p class="shead"><strong>What are we offering you?</strong></p>
</div>
<div class="actbut"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/acarrowopen.png" alt="toggleopen" /><img class="actcimg" src="http://www.everests.co.il/wp-content/uploads/2015/07/acarrow.png" alt="toggle" /></div>
<div class="main_acdetail">
<div class="desc">
<p><img class="leftimg" src="http://www.everests.co.il/wp-content/uploads/2015/07/mountain.jpg" alt="" /></p>
<p><strong>Each Customer is allocated a Certified Campaign Manager</strong> A Google certified campaign manager dedicates his full attention to each of EVEREST's clients.</p>
<p><strong>Resource Optimization and Boost Sales</strong> We make sure that only your target audience is being exposed to the relevant ads to maximize resource utilization and increase sales.</p>
<p><strong>Generating Local and International Publicity</strong> We will create a campaign that appeals to any target audience you wish to reach, whether your potential customers are located in Israel, the USA, in Europe, or in the Far East.</p>
<p><strong>Yielding a Positive ROI</strong> At EVEREST, we take pride in producing smart investment strategies to cater for all advertising budgets, both large or small to ensure full optimization of resource and maximizing profits.</p>
<p><strong>Reviewing Campaign Metrics and Performance</strong> We closely follow up the performance of your campaign and improve it in real time.</p>
</div>
</div>
</div>
</div>
<!--// seo end -->
<div class="counter">
<div class="heading"><h3> </h3></div>
<div class="counterdiv">
<div class="wrapper clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><ul>
<li><span class="countnum">5</span>years of experience</li>
<li><span class="countnum">83</span>customers</li>
<li><span class="countnum">33,500</span>code lines</li>
<li><span class="countnum">420</span>projects</li>
</ul>
<!-- / WYSIWYG Widgets --> </div>
</div>
</div>
<!--// counter end -->
<div class="testimony">
<div class="wrapper clearfix">
<div class="heading"><h3>So what is the secret of our success? Our dedication and passion!</h3></div>
<p class="subhead">Here are a few good words of our satisfied customers:</p>
<div class="testm">
<div>
<div class="ts">
<p>EVEREST managed to generate huge traffic to our site due to its expertise, familiarity with the market, and the excellent staff. Our sales constantly increase since then. Thank you</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/binary.png" alt="Binary" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>We contacted EVEREST to promote our Website and the outcome was undoubtedly worth it. It is an accountable and professional company which is closely familiar with the publicity and marketing arena</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/logoTyo.png" alt="TYO" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>The professional consulting that we experienced throughout our collaboration with EVEREST has proved to be highly profitable. Not only the traffic to our Website increased, but also the Google search rankings greatly improved</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/08/focus_logo.png" alt="Focus" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>Google search optimization is not an easy task. We are very impressed by EVEREST staff, including their diligence and competence, to perform real miracles in the competitive digital media world</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/08/110-90.png" alt="QB" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>The reason for choosing EVEREST to promote one of our leading Websites was mainly for the attentiveness of its staff, the phenomenal analytical ability and performance that we encountered. We warmly recommend their service!</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/08/120.jpg" alt="brodovsky" />
</div>
</div>
</div>
</div>
<!--// testm end -->
<div class="formbtm">
<div class="clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="frmleft">
<h4 class="bold">Please leave your details here and we will get back to you shortly</h4>
<div role="form" class="wpcf7" id="wpcf7-f766-o4" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f766-o4" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="766" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f766-o4" />
<input type="hidden" name="_wpnonce" value="6640cf93c9" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><span class="wpcf7-form-control-wrap phonenum"><input type="tel" name="phonenum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="Phone No." /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="13071" /><input type="hidden" name="lm_key" value="98c0e46e78c749198c64e463ee870662" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /><input type="hidden" name="rsd" value="" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<p class="txt27 bold">Or, Call us now</p>
<p class="txt31"><a href="tel:+972737024384">+972-<span class="phonenum">73-7024384</span></a></p>
</div>
<div class="frmright"><strong>We invite you to contact and appoint us to lead you to the summit </strong></div>
<!-- / WYSIWYG Widgets --> </div>
</div>
<!--// formbtm end -->
</div>
</div>
<!--// testimony end -->
</div>
<!--// content end -->
<footer>
<div class="footop">
<div class="wrapper clearfix">
<div class="footbox3 clearfix"><h4 class="widget-title">Building Facilities</h4><div class="menu-footeren-container"><ul id="menu-footeren" class="menu"><li id="menu-item-720" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-720"><a href="http://www.everests.co.il/en/google-seo/">SEO Services</a></li>
<li id="menu-item-721" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-721"><a href="http://www.everests.co.il/en/ppc-management/">PPC Agency</a></li>
<li id="menu-item-1576" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1576"><a href="http://www.everests.co.il/en/facebook-marketing/">Facebook Marketing</a></li>
<li id="menu-item-1574" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1574"><a href="http://www.everests.co.il/en/conversion-rate-optimization/">Conversion Rate Optimization</a></li>
<li id="menu-item-718" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-718"><a href="http://www.everests.co.il/en/website-builder/">Web Developmen</a></li>
<li id="menu-item-1575" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1575"><a href="http://www.everests.co.il/en/web-design/">Web Design</a></li>
</ul></div></div> <div class="footbox2 clearfix"><h4 class="widget-title">Blog</h4>
<div class="upw-posts hfeed">
<div class="post-1691 post type-post status-publish format-standard has-post-thumbnail hentry category-google-ppc">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/en/google-ppc/google-ppc/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2015/08/50-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="גוגל ADWORDS" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/en/google-ppc/google-ppc/בלוג-שיווק/" rel="bookmark">
Pay Per Click – Advertising Agency </a>
</h4>
</div>
<div class="entry-summary">
<p>
When you don't have the time to run </p>
</div>
<div class="ubtm">
</div>
</div>
<div class="post-1688 post type-post status-publish format-standard has-post-thumbnail hentry category-google-seo">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/en/google-seo/google-seo/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2015/08/42-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="קידום אתרים ממומן" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/en/google-seo/google-seo/בלוג-שיווק/" rel="bookmark">
SEO Services Company </a>
</h4>
</div>
<div class="entry-summary">
<p>
Google is the world's most visited website. Out </p>
</div>
<div class="ubtm">
</div>
</div>
<div class="post-1686 post type-post status-publish format-standard has-post-thumbnail hentry category-facebook-marketing">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/en/facebook-marketing/facebook-marketing/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2015/08/27-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="פרסום בפייסבוק מחיר" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/en/facebook-marketing/facebook-marketing/בלוג-שיווק/" rel="bookmark">
Facebook Marketing </a>
</h4>
</div>
<div class="entry-summary">
<p>
Official statistics show that Facebook has around 968 </p>
</div>
<div class="ubtm">
</div>
</div>
</div>
</div> <div class="footbox clearfix"><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="fbox">
<h4>Hot updates</h4>
<div role="form" class="wpcf7" id="wpcf7-f771-o5" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f771-o5" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="771" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f771-o5" />
<input type="hidden" name="_wpnonce" value="4ad3033480" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<div class="fsocial">
<h4>Follow us</h4>
<p><a href="https://www.youtube.com/channel/UCV76_GAo3zrxCTGhh8bBlaQ" target="_blank"><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/youtube.png" alt="Youtube" /></a><br />
<a href="https://www.facebook.com/everest2mobile?ref=hl" target="_blank"><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/fb.png" alt="Facebook" /></a><br />
<a href="https://www.linkedin.com/company/everest-digital-advertising-&-seo" target="_blank"><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/in.png" alt="linkedin" /></a></p>
</div>
</div>
<div class="fbox">
<h4>Contact us</h4>
<ul class="address">
<li><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/home.png" alt="home" /> Everest advertising and search engine optimization.</li>
<li><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/pin.png" alt="map pin" /> 9 Masada , Bnei Brak , 3 BSR Tower (10th Floor)</li>
<li><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/phone.png" alt="phone" /> <a href="tel:+972737024384" onclick="ga('send', 'event', 'Phone', 'Click', 'FooterEN');" style="float: left;">+972-<span class="phonenum" style="float: right; padding-top: 0px;">73-7024384</span></a></li>
<li><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/fax.png" alt="fax" /> 077-3179473</li>
<li><img src="http://take-a-look.co/wp/everest/wp-content/uploads/2015/07/email.png" alt="email" /> <a href="mailto:[email protected]" onclick="ga('send', 'event', 'Email', 'Click', 'FooterEN');">[email protected]</a></li>
</ul>
</div>
<!-- / WYSIWYG Widgets --></div> </div>
</div>
</footer>
<!--// footer end -->
<script type="text/javascript"><!--
wpa2a.targets=[];
wpa2a.html_done=true;if(wpa2a.script_ready&&!wpa2a.done)wpa2a.init();wpa2a.script_load();
//--></script>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName('script')[0];
a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0036/0973.js";
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var alm_localize = {"ajaxurl":"http:\/\/www.everests.co.il\/wp-admin\/admin-ajax.php","alm_nonce":"8812e39291","pluginurl":"http:\/\/www.everests.co.il\/wp-content\/plugins\/ajax-load-more","scrolltop":"false"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/ajax-load-more/core/js/ajax-load-more.min.js?ver=1.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/js/jquery.validate.min.js?ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/js/jquery.jvcf7_validation.js?ver=4.2.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var icl_vars = {"current_language":"en","icl_home":"http:\/\/www.everests.co.il\/en\/"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.2.8'></script>
<div class="scrlbtn">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="gotop"><img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-10.png" alt="gotop" /></div>
<div class="cphone"><a href="tel:+972737024384" onclick="goog_report_conversion('tel:+972737024384'); ga('send', 'event', 'Phone', 'Click', 'Header');"><br />
<img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-12.png" alt="phicon" /></a></div>
<div class="footfrm"><img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-11.png" alt="email" /></div>
<div class="ffrm">
<div class="closeffrm"></div>
<h4 class="bold">Leave your details and we will contact you shortly</h4>
<div role="form" class="wpcf7" id="wpcf7-f766-o6" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f766-o6" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="766" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f766-o6" />
<input type="hidden" name="_wpnonce" value="6640cf93c9" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><span class="wpcf7-form-control-wrap phonenum"><input type="tel" name="phonenum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="Phone No." /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="13071" /><input type="hidden" name="lm_key" value="98c0e46e78c749198c64e463ee870662" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /><input type="hidden" name="rsd" value="" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div>
<!-- / WYSIWYG Widgets --> </div>
<div class="contactpop">
<div class="ffrm"><div class="close"></div><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><h4>Want more information on our packages?<br />
Leave your details and we will contact you shortly</h4>
<div role="form" class="wpcf7" id="wpcf7-f766-o7" lang="en-US" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/en/#wpcf7-f766-o7" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="766" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f766-o7" />
<input type="hidden" name="_wpnonce" value="6640cf93c9" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="Full Name" /></span><span class="wpcf7-form-control-wrap phonenum"><input type="tel" name="phonenum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="Phone No." /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="Email" /></span><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="13071" /><input type="hidden" name="lm_key" value="98c0e46e78c749198c64e463ee870662" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /><input type="hidden" name="rsd" value="" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<!-- / WYSIWYG Widgets --></div>
</div>
<div class="mobbtn">
<a onclick="goog_report_conversion('tel:0737434040'); ga('send', 'event', 'Phone', 'Click', 'MobilePhone');" class="mcbtn">Click toll</a>
<a href="#" class="mobfrm">Contact</a>
</div>
</div>
<!--// container end -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/slider/slick/slick.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/counter.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/all.js"></script>
<script>
jQuery(document).ready(function($) {
if( $(window).width() >= 1024 ) {
$('.actbut').removeClass('actclose');
$('.main_acdetail').show();
}
$('.banner').slick({
arrows: false,
dots: false,
fade: true,
autoplay: true,
autoplaySpeed: 4000,
pauseOnHover: false,
rtl: false, speed: 200,
lazyLoad: 'progressive',
});
$('.testm').slick({
arrows: false,
dots: true,
//fade: true,
autoplay: true,
autoplaySpeed: 4000,
pauseOnHover: false,
speed: 200,
rtl: false, });
$('.image').slick({
arrows: true,
dots: false,
//fade: true,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: false,
autoplaySpeed: 4000,
pauseOnHover: false,
speed: 300,
rtl: false, responsive: [{ breakpoint: 900, settings: { slidesToShow: 3 }},{ breakpoint: 600, settings: { slidesToShow: 2 }},
{ breakpoint: 450, settings: { slidesToShow: 2 }}, { breakpoint: 400, settings: { slidesToShow: 1 }}, ]
});
if ($(window).width() >= 1024) {
// $('.actbut img').first().trigger('click');
}
});
</script>
<script id="bw-pp-script" type="text/javascript" src="https://secure.bwebi.co/phoneplus/core/js/bw.phoneplus.button.min.js"data-auto-open="120000" data-expire="10" data-minimize-auto="true" data-position="left,bottom" data-img="https://secure.bwebi.co/phoneplus/core/images/phone-icon-white.png" data-minimize-text="קליק ומיד נתקשר אליכם" data-minimize-save-state="true" data-btnText="מתלבטים? רוצים לדבר איתנו? <br/> הקליקו ומיד נתקשר אליכם !" data-height="395" data-width="265" data-button-width="260" data-button-height="50" data-custom-css="https://secure.bwebi.co/phoneplus/callbacks/everestsmain/everests/everests.phoneplus.button.css" data-client-url="https://secure.bwebi.co/phoneplus/callbacks/everestsmain/everests/"></script><div id="bw-pp-main-holder"></div>
</body>
</html>