SCHEMA MARKUP — KRUPP & KRUPP LLP
For use with SEOPress Pro
=====================================================================
SCHEMA 1 — LAW FIRM (Site-Wide)
Add this once on your HOMEPAGE
=====================================================================
In SEOPress: Go to the homepage editor > SEOPress meta box > Schema tab > Add New Schema > Choose "Custom Schema" > paste the code below.
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp",
"alternateName": "Krupp & Krupp LLP",
"url": "https://www.krupplawyer.com",
"logo": "https://www.krupplawyer.com/wp-content/uploads/2024/03/ftr-logo-1.png",
"image": "https://www.krupplawyer.com/wp-content/uploads/2024/03/ftr-logo-1.png",
"description": "Krupp & Krupp LLP is a law firm in DeKalb, Illinois providing estate planning, elder law, Medicaid planning, probate, trust administration, real estate, guardianship, business law, and business succession planning services to individuals, families, and businesses throughout DeKalb County and Northern Illinois.",
"telephone": "+18157585444",
"email": "info@krupplawyer.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 41.9317,
"longitude": -88.7423
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "08:30",
"closes": "17:00"
}
],
"areaServed": [
{
"@type": "City",
"name": "DeKalb",
"addressRegion": "IL"
},
{
"@type": "City",
"name": "Sycamore",
"addressRegion": "IL"
},
{
"@type": "City",
"name": "Genoa",
"addressRegion": "IL"
},
{
"@type": "City",
"name": "Sandwich",
"addressRegion": "IL"
},
{
"@type": "City",
"name": "Rochelle",
"addressRegion": "IL"
},
{
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
],
"serviceType": [
"Estate Planning",
"Elder Law",
"Medicaid Planning",
"Probate Administration",
"Trust Administration",
"Real Estate Law",
"Guardianship",
"Business Law",
"Business Succession Planning"
],
"priceRange": "$$",
"sameAs": [
"https://www.facebook.com/KruppandKrupp/"
]
}
=====================================================================
SCHEMA 2 — ESTATE PLANNING PAGE
Add this on: /estate-planning-practice-areas/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Estate Planning",
"url": "https://www.krupplawyer.com/estate-planning-practice-areas/",
"description": "Krupp & Krupp LLP provides estate planning services in DeKalb, Illinois including wills, revocable living trusts, durable powers of attorney, healthcare directives, generation-skipping trusts, and asset protection planning for individuals and families throughout DeKalb County and Northern Illinois.",
"serviceType": "Estate Planning",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 3 — ELDER LAW / MEDICAID PLANNING PAGE
Add this on: /elder-law-medicaid-planning/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Elder Law & Medicaid Planning",
"url": "https://www.krupplawyer.com/elder-law-medicaid-planning/",
"description": "Krupp & Krupp LLP provides elder law and Medicaid planning services in DeKalb, Illinois, helping seniors and families protect assets from long-term care costs, qualify for Illinois Medicaid benefits, and plan for incapacity throughout DeKalb County and Northern Illinois.",
"serviceType": "Elder Law",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 4 — REAL ESTATE PAGE
Add this on: /real-estate/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Real Estate Legal Services",
"url": "https://www.krupplawyer.com/real-estate/",
"description": "Krupp & Krupp LLP provides real estate legal services in DeKalb, Illinois for buyers, sellers, landlords, tenants, developers, and agricultural clients, including purchase and sale transactions, leases, farm leases, easements, zoning, Section 1031 exchanges, and landlord-tenant disputes throughout Northern Illinois.",
"serviceType": "Real Estate Law",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 5 — PROBATE & TRUST ADMINISTRATION PAGE
Add this on: /probate-trust-administration/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Probate & Trust Administration",
"url": "https://www.krupplawyer.com/probate-trust-administration/",
"description": "Krupp & Krupp LLP guides executors, trustees, and families through the probate and trust administration process in DeKalb County, Illinois, including court filings, asset gathering, creditor payments, tax returns, and distribution to beneficiaries.",
"serviceType": "Probate Administration",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 6 — GUARDIANSHIPS PAGE
Add this on: /guardianships/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Guardianships",
"url": "https://www.krupplawyer.com/guardianships/",
"description": "Krupp & Krupp LLP helps families in DeKalb, Illinois establish guardianships for minors and incapacitated adults through the DeKalb County Circuit Court, including guardianship of the person and guardianship of the estate.",
"serviceType": "Guardianship Law",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 7 — BUSINESS LAW PAGE
Add this on: /business-law/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Business Law",
"url": "https://www.krupplawyer.com/business-law/",
"description": "Krupp & Krupp LLP provides business legal services in DeKalb, Illinois including LLC and corporation formation, shareholder agreements, operating agreements, business acquisitions, asset and stock purchases, contract drafting, and buy-sell agreements for business owners throughout Northern Illinois.",
"serviceType": "Business Law",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
SCHEMA 8 — BUSINESS SUCCESSION PLANNING PAGE
Add this on: /business-succession-planning/
=====================================================================
{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Krupp & Krupp — Business Succession Planning",
"url": "https://www.krupplawyer.com/business-succession-planning/",
"description": "Krupp & Krupp LLP helps business owners in DeKalb, Illinois create succession plans that protect their company, employees, and family — including buy-sell agreements, retention planning, trust structures, and coordination with personal estate plans.",
"serviceType": "Business Succession Planning",
"provider": {
"@type": "LegalService",
"name": "Krupp & Krupp",
"telephone": "+18157585444",
"address": {
"@type": "PostalAddress",
"streetAddress": "3281 Commerce Drive, Suite B",
"addressLocality": "DeKalb",
"addressRegion": "IL",
"postalCode": "60115",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "County",
"name": "DeKalb County",
"addressRegion": "IL"
}
}
=====================================================================
HOW TO ADD EACH SCHEMA IN SEOPRESS PRO
=====================================================================
1. Open the page in WordPress editor
2. Scroll down to the SEOPress meta box below the editor
3. Click the "Schema" tab
4. Click "Add New Schema"
5. Select "Custom Schema (JSON-LD)"
6. Paste the corresponding code block above
7. Save / Update the page
Repeat for each page. The homepage schema (Schema 1) is the most
important — do that one first.
NOTE: If you do not have an email address at info@krupplawyer.com,
remove that line from Schema 1 or replace it with the correct email.
Also confirm the logo URL is correct — it was pulled from the live site.
Skip to content
Response To The Shelter In Place Order
Krupp & Krupp, LLP Blog
Friday, March 20, 2020
To our valued clients and friends,
WE WANT YOU TO KNOW THAT DURING THIS TRYING PERIOD, WE ARE STILL COMMITTED TO WORKING FOR OUR CLIENTS Governor Pritzker’s executive order requires businesses, except for “‘Essential Businesses,” to cease operations. Under the order, legal services are included in the definition of “Essential Businesses.” Therefore, we are allowed to keep our office open. However, we will also operate remotely in order to protect the health of our employees and clients, especially the elderly. Fortunately, we are experienced with remote workplace operations and have the appropriate technology to continue our business operations. Accordingly, we are pleased to inform you that we are working regular business hours. In the meantime, we ask that you call or email us before stopping by. We are limiting in-office appointments to one client per day as a precaution.
We are accessible by phone and email, and, we can make arrangements for video conferences. So we welcome the opportunity to continue to help you. If you don’t have an estate plan, what better jolt of reality could there be than this crisis!
You might be wondering, “What about signing documents like Wills and Power of Attorneys? Don’t we need witnesses and a notary?” We are committed to meeting the needs of our clients in this situation. Ideally, you will sign these documents in our office – this is still permitted. Our office is large enough so that we can maintain the required 6 feet of “social distance” between people. If necessary, we will go to your house, slide your documents under the door, and watch you sign them through a window so we can properly witness and notarize your estate planning documents.
If you have a family member who is facing the financial burden of a nursing home, we are still here to help protect people’s homes and savings.
We are also here for our business and real estate clients. If you have employment issues, landlord-tenant problems, an upcoming transaction, or whatever the case may be, we will help you get through this crisis.
Should you need our assistance or have a question in the interim, you can reach us in the following ways:
By telephone, by calling 815-758-5444. You should be able to reach a live person during business hours.
By email, as follows:
Jamie Krupp – jamie@krupplawyer.com
Christie Krupp – christie@krupplawyer.com
Post navigation
© 2026 Krupp & Krupp, LLP
3281 Commerce Drive, Suite B, DeKalb, IL 60115 | Phone: 815-758-5444
Follow Us On Facebook