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
Medicare’s Hospice Benefit
Krupp & Krupp, LLP Blog
Monday, January 7, 2019
Medicare’s hospice benefit covers any necessary and reasonable care for easing the course of a terminal illness. This benefit is often overlooked and underused.
Hospice is a type of palliative care. Palliative care addresses physical, intellectual, emotional, social, and spiritual needs of the terminally ill.
A patient with Medicare Part A will qualify for Medicare’s hospice benefit if a doctor certifies that the patient has a life expectancy of six months or less. What if the patient lives longer than six months? The doctor can continue to certify the patient for hospice care indefinitely. The patient must also agree to give up any treatment to cure the terminal illness and elect to receive only palliative care. The patient may revoke the hospice benefit and re-elect it later. This allows a patient to change his or her mind and receive treatment for the terminal illness.
The hospice benefit will cover care that is reasonable and necessary for easing the course of a terminal illness. Services are usually provided in the home. Services are considered reasonable and necessary if they are aimed at improving the patient’s life and making him or her more comfortable.
Examples of the services that the hospice benefit will provide for:
Physician and nurse practitioner services
Nursing care
Medical equipment
Homemaker and home health aide services
Drugs for symptom management and pain relief
Short-term inpatient and respite care
Social work service
Spiritual care
Bereavement services
Because the beneficiary is electing palliative care over treatment, there are things the hospice benefit will not cover:
Treatment to cure the beneficiary’s illness.
Prescription drugs other than for symptom control or pain relief.
Care from a provider that wasn’t set up by the hospice team, although the beneficiary can choose to have his or her regular doctor be the attending medical professional.
Room and board. If the beneficiary is in a nursing home, hospice will not pay for room and board costs. However, if the hospice team determines that the beneficiary needs short-term inpatient care or respite care services, Medicare will cover a stay in a facility.
Care from a hospital for the terminal illness, either inpatient or outpatient, or ambulance transportation unless it arranged by the hospice team. However, the beneficiary can use regular Medicare to pay for any treatment not related to the beneficiary’s terminal illness.
You can download Medicare’s booklet on the hospice benefit:
http://www.medicare.gov/Pubs/pdf/02154-Medicare-Hospice-Benefits.PDF
Post navigation
© 2026 Krupp & Krupp, LLP
3281 Commerce Drive, Suite B, DeKalb, IL 60115 | Phone: 815-758-5444
Follow Us On Facebook