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
Will your Power of Attorney for Property Work for You?
Krupp & Krupp, LLP Blog
Tuesday, December 11, 2018
The power of attorney is a crucial estate planning document—it allows a third party to step in and make important financial decisions for you if you are no longer able to make those decisions for yourself. The person you appoint to do this is called the agent. Having a comprehensive power of attorney can keep your family out of guardianship court when it comes to your financial affairs, and save thousands of dollars in legal fees and court costs. This is a simple solution to an expensive problem – if you have the right durable power of attorney.
This affects anyone over the age of 18, especially families who are doing Medicaid planning to protect assets from the cost of nursing home care. The law allows the sick spouse to transfer assets to the well spouse and apply for Medicaid nursing home coverage without penalty. In this scenario, it’s not sufficient to just have a power of attorney, because most power of attorneys that people have do not allow the agent to make gifts and take other actions that are necessary for Medicaid planning. You need a power of attorney that allows for gifting and Medicaid planning, otherwise you’ll end up in guardianship court.
There are also Medicaid rules allowing an individual to transfer assets under some circumstances to siblings, children, disabled children and trusts for disabled individuals. All of these options would be a consideration, based on your circumstances, if you had a comprehensive durable power of attorney in place. Again, if you don’t have a power of attorney that allows your agent to do these things, you end up in guardianship court. You need to make sure that your power of attorney document will work for you when you need it.
Unfortunately, it is not uncommon for clients to come to us when it is too late. For example, Mr. Williams has dementia, is unable to handle his financial affairs, and needs nursing home care. Mr. Smith’s son is the agent under his dad’s power of attorney. He goes to an elder law attorney to find out how to protect his dad’s assets from the cost of nursing home care. The good news is this: it is possible to save Mr. Smith’s house and about 60% of his savings accounts. The bad news is this: Mr. Smith used an online form for his power of attorney, and his son does not have the authority to take the steps necessary to implement this planning. The result is that we have to go to guardianship court to get the court’s permission to do the asset protection planning. The guardianship will cost several thousand dollars in legal fees and take three to four months. The wasted time will cost the family $20,000-$30,000 in payments to the nursing home.
Will your power of attorney document work for you when you need it? Contact us if you want your estate plan to work for you.
Post navigation
© 2026 Krupp & Krupp, LLP
3281 Commerce Drive, Suite B, DeKalb, IL 60115 | Phone: 815-758-5444
Follow Us On Facebook