Install
Copy the HTML or CSS code and paste it anywhere on your website.
Install a search bar on your website that searches across the entire HIGH INTENT NETWORK. New eyeballs. New opportunities. Every search benefits every member.
A rising tide lifts all boats.
Google makes tens of millions of dollars per hour doing one thing: pulling and serving data from news, research, and businesses -- getting people to click on links that go to businesses who are paying for that visibility. It's all basically the same process.
We're doing the exact same thing. Just like the big tech companies. But internal to OUR network. Our private group of small businesses, entrepreneurs, and investors who are winning together.
#ArtLabMentality -- Together We're Helping All The Businesses On The Network Thrive
Copy the HTML or CSS code and paste it anywhere on your website.
Visitors type queries into the search bar on your site. Results pull from the entire network.
Top 10 results from network silos, FAQs, and business pages -- ranked by relevance.
The VRTCLS EDGE pixel fires on every search. Visitor data flows to your dashboard.
Visitors on OTHER network members' sites can discover YOUR business through search results. Traffic you never would have reached.
Every search interaction includes the VRTCLS EDGE pixel. Enriched visitor data appears in your dashboard automatically.
By installing the search bar, your visitors discover other network businesses -- and their visitors discover you. Win-win across the board.
Search results link to silo pages that link back to your business. More internal network links = more authority for everyone.
Choose HTML or CSS -- both include the search functionality and tracking pixel.
Basic HTML with inline styles. Works anywhere. No external CSS needed.
<!-- el.ag Network Search Widget -->
<div id="elag-search-widget" style="max-width:600px;margin:20px auto;font-family:system-ui,-apple-system,sans-serif;">
<form id="elag-search-form" style="display:flex;gap:8px;">
<input
type="text"
id="elag-search-input"
placeholder="Search the HIGH INTENT NETWORK..."
style="flex:1;padding:12px 16px;border:2px solid #0D9488;border-radius:8px;font-size:16px;outline:none;transition:border-color 0.2s;"
onfocus="this.style.borderColor='#F97316'"
onblur="this.style.borderColor='#0D9488'"
/>
<button
type="submit"
style="padding:12px 24px;background:#F97316;color:white;border:none;border-radius:8px;font-size:16px;font-weight:bold;cursor:pointer;transition:background 0.2s;"
onmouseover="this.style.background='#EA580C'"
onmouseout="this.style.background='#F97316'"
>Search</button>
</form>
<div id="elag-money-words" style="margin-top:8px;font-size:12px;"></div>
<div id="elag-search-results" style="margin-top:16px;"></div>
<div style="text-align:right;margin-top:8px;">
<a href="https://el.ag" target="_blank" rel="noopener" style="font-size:11px;color:#0D9488;text-decoration:none;opacity:0.6;">Powered by el.ag</a>
</div>
</div>
<script>
(function(){
var f=document.getElementById('elag-search-form');
var i=document.getElementById('elag-search-input');
var r=document.getElementById('elag-search-results');
// Fire VRTCLS EDGE pixel
var p=new Image();p.src='https://el.ag/api/pixel/search-widget?t='+Date.now()+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(location.href);
// Load money words
var mw=document.getElementById('elag-money-words');
fetch('https://el.ag/api/search/moneywords').then(function(res){return res.json()}).then(function(data){if(data.words&&data.words.length){var h='';data.words.forEach(function(w,idx){if(idx>0)h+=' \u00b7 ';h+='<a href="'+w.url+'" target="_blank" rel="noopener" style="color:#0D9488;text-decoration:none;font-size:12px;">'+w.word+'</a>';});mw.innerHTML=h;}}).catch(function(){});
f.addEventListener('submit',function(e){
e.preventDefault();
var q=i.value.trim();
if(!q)return;
r.innerHTML='<p style="color:#0D9488;padding:12px;">Searching the network...</p>';
fetch('https://el.ag/api/search?q='+encodeURIComponent(q))
.then(function(res){return res.json()})
.then(function(data){
if(!data.results||!data.results.length){
r.innerHTML='<p style="color:#6B7280;padding:12px;">No results found. Try a different search term.</p>';
return;
}
var h='';
data.results.forEach(function(item,idx){
h+='<a href="'+item.url+'" target="_blank" rel="noopener" style="display:block;padding:12px 16px;margin-bottom:8px;background:white;border:1px solid #E5E7EB;border-radius:8px;text-decoration:none;transition:border-color 0.2s;border-left:3px solid #0D9488;" onmouseover="this.style.borderColor='#F97316'" onmouseout="this.style.borderColor='#E5E7EB';this.style.borderLeftColor='#0D9488'">';
h+='<div style="font-size:14px;font-weight:600;color:#0D9488;margin-bottom:4px;">'+item.title+'</div>';
h+='<div style="font-size:13px;color:#6B7280;">'+item.description+'</div>';
h+='<div style="font-size:11px;color:#9CA3AF;margin-top:4px;">el.ag/'+item.slug+'</div>';
h+='</a>';
});
r.innerHTML=h;
// Track search event
var s=new Image();s.src='https://el.ag/api/pixel/search-widget?t='+Date.now()+'&q='+encodeURIComponent(q)+'&r='+encodeURIComponent(document.referrer);
})
.catch(function(){
r.innerHTML='<p style="color:#EF4444;padding:12px;">Search unavailable. Please try again.</p>';
});
});
})();
</script>Create your account, activate your money word, and get access to the Search Widget, SmartCode tracking, and the entire HIGH INTENT NETWORK.
CREATE ACCOUNT AND GET SMARTCODE