Skip to content

Instantly share code, notes, and snippets.

View JakeLabate's full-sized avatar
🖥️
Building AI SEO Tools

Jake Labate JakeLabate

🖥️
Building AI SEO Tools
View GitHub Profile
@JakeLabate
JakeLabate / Schema Example
Created January 5, 2022 14:41
Schema example for the Labate website, used in reference on the Labate Idea Blog in order to portray a clean and simple schema markup example.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Labate Group | Marketing, Software & Fullfilment",
"url": "https://labate.io",
"sameAs": [
"https://www.facebook.com/LabateMarketing",
"https://www.instagram.com/labate.io",
"https://www.linkedin.com/company/labateio",
@JakeLabate
JakeLabate / JSON-LD Format Example
Last active January 5, 2022 17:15
JSON Format Example
{
"name": "Labate Group | Marketing, Software & Fullfilment",
"alternateName": "Labate Marketing",
"url": "https://labate.io",
"image": "https://uploads-ssl.webflow.com/617db0d9cb2380592804fbb6/61acfe2b575ad779c4d92975_logo.png"
}
@JakeLabate
JakeLabate / Schema Markup Example
Last active March 1, 2022 17:57
Schema Example Example
<script type="application/ld+json">
{
“@context”: “https://schema.org”,
“@type: “Person”,
“@id”: “https://www.raveis.com/teammember/CharlesMagyar/4265/#person”,
“url”: “https://www.raveis.com/teammember/CharlesMagyar/4265”,
“name”: “Charles Magyar”,
“memberOf”: {
“@type”: “Organization”,
“name”: “William Raveis Real Estate”
@JakeLabate
JakeLabate / Dirty Code Example
Created January 10, 2022 02:39
Dirty Code Example
<h1></h1>
<h1>We help businesses the world over to increase their visibility, their reach, their value and their profitability, with our unique talent and skills. And we can prove it.</h1>
<p>&nbsp;</p>
<h4><span style="color: #5c7690;">We are our clients&#8217; virtual communications department.</span></h4>
<h4><span style="color: #5c7690;">We listen – and come up with new concepts that become marketing campaigns.</span></h4>
<h4><span style="color: #5c7690;">With the right amount of latitude we turn these campaigns into new growth.</span></h4>
<h4><span style="color: #5c7690;">Our clients extend to Fortune 500 companies – local, regional, national and international.</span></h4>
<h4></h4>
<h4></h4>
<h2><strong>Our Goals:</strong></h2>
<script defer type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WPHeader",
"@id": "https://labate.io/#header",
"name": "Header",
"cssSelector": ".nav",
"hasPart": [
@JakeLabate
JakeLabate / source-code.html
Last active February 12, 2022 02:11
HTML source code that produces the Labate Group website.
<!DOCTYPE html><!-- Last Published: Fri Feb 11 2022 19:37:23 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-domain="labate.io" data-wf-page="617db0d9cb23802e4b04fbbc" data-wf-site="617db0d9cb2380592804fbb6" lang="en">
<head>
<meta charset="utf-8" />
<base href="https://labate.io" />
<title>The Labate Group | Marketing, Software, Fulfillment Services</title>
<meta content="The Labate Group delivers tier-1 marketing services to SMBs, proprietary and custom software to tech start-ups, and white glove/white label fulfillment to agencies." name="description" />
<meta content="The Labate Group | Marketing, Software, Fulfillment Services" property="og:title" />
<meta content="The Labate Group delivers tier-1 marketing services to SMBs, proprietary and custom software to tech start-ups, and white glove/white label fulfillment to agencies." property="og:description" />
<meta content="https://uploads-ssl.webflow.com/617db0d9cb2380592804fbb6/61ec95e3839abe2885eec854_logo.svg" prope
<script defer type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": [
"Service",
"Brand",
"WebSite"
],
<script defer type="application/ld+json">
<!-- REPLACE THIS LINE WITH YOUR SCHEMA CODE -->
</script>
<!DOCTYPE html>
<!-- Content Dynamicly Generated by Labate Group -->
<html>
<head>
<meta charset="utf-8">
<base href="{{companyHomepage.value}}">
<title>{{companyTradeName.value}} | {{companySlogan.value}}</title>
<meta content="{{companyDescription.value}}" name="description">
<meta content="{{companyTradeName.value}} | {{companySlogan.value}} property=">
<meta content="{{companyDescription.value}}" property="og:description">
<script defer type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "ProfessionalService",
"name": "Precision Dip Coating: Plastic Coating Services For Medical, Hand Tools, Military & Aerospace",
"legalName": "PRECISION DIP COATING,LLC",
"brand": [
{
"@type": "LocalBusiness",
"name": "Precision Dip Coating"