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
Can I Save My House from Long Term Care Costs?
Krupp & Krupp, LLP Blog
Tuesday, December 18, 2018
For many people, their house is their most valuable asset. Our new clients always ask, “How do I save my house from being lost to nursing home costs?” The answer in many situations is through the use of an asset protection trust designed for Medicaid purposes. Assets placed into an asset protection trust are not required to be spent down to qualify for Medicaid benefits, nor are they subject to Medicaid estate recovery after death. Once you are past the state’s five year look-back, there will be no penalty if you apply for Medicaid.
Other alternatives lack the advantages of a trust. Here is one of the most common alternatives clients often suggest, not realizing the risk:
Q: Why don’t I just give my house to my son? He will let me live there for the rest of my life. After five years, I will not have any problem with the look-back period.
A: It’s possible this plan could work the way you imagine – if nothing bad happens. You could apply for Medicaid penalty-free after five years, and the house would pass to your son in its entirety.
But your plan will fail if something bad happens. Your son could die, and if he was married, the house could then be owned by his wife. Do want this? Your son could get divorced and lose the house to a hostile ex-wife. If your son owns the house, then the house is now subject to your son’s creditors. What if your son declares bankruptcy or doesn’t pay his income taxes? These are just a few of the possibilities. You might ask “What are the chances of any of these things happening?” Well, you have homeowner’s insurance to cover the cost of rebuilding your home if it’s destroyed by a fire. What are the chances that your house will be destroyed by a fire?
Even if none of those things happen, you still have another problem – capital gains taxes. Your son will probably face higher capital gains taxes from receiving the house by gift than he would if he inherited it from you directly or through a grantor-type trust.
On the other hand, if you place the house into a trust, you can have safeguards built into the trust that would protect you if something bad happened to any of your beneficiaries. You could enjoy favorable capital gains tax treatment. If your health failed in the next five years, a trust could give you greater options for protecting the house than you would have if you simply gave the house away.
To learn how you can save your house with an asset protection trust, please contact us for a free consultation.
Post navigation
© 2026 Krupp & Krupp, LLP
3281 Commerce Drive, Suite B, DeKalb, IL 60115 | Phone: 815-758-5444
Follow Us On Facebook