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
How Much Does Long Term Care Insurance Cost?
Krupp & Krupp, LLP Blog
Wednesday, June 19, 2019
According to the American Association for Long Term Care Insurance 2019 price index , a married couple who are both 55 years old would pay an average of $3,050 a year combined for a total of $386,500 each of long-term care insurance coverage when they reach age 85. But the percentage difference between the lowest-priced and highest-priced policies for such a couple is 243 percent, meaning that a consumer could wind up paying more than triple what they might have paid for similar coverage.
The price differences between policies for single people were lower but still significant, according to the index. A single 55-year-old man can expect to pay an average of $2,050 a year (up from $1,870 in 2018) for $164,000 worth of coverage. But there is a 123 percent difference between the lowest-priced and highest-priced policies. The same policy for a single woman averages $2,700 a year, down from $2,965 in 2018, although again the spread between the least and most expensive policies tops 100 percent.
For the association’s 2019 index showing average prices for common scenarios, go here: http://www.aaltci.org/news/wp-content/uploads/2019/01/2019-Price-Index-LTC.pdf
Post navigation
© 2026 Krupp & Krupp, LLP
3281 Commerce Drive, Suite B, DeKalb, IL 60115 | Phone: 815-758-5444
Follow Us On Facebook