{"id":35509,"date":"2024-12-03T09:06:26","date_gmt":"2024-12-03T17:06:26","guid":{"rendered":"https:\/\/evergreensmallbusiness.com\/?p=35509"},"modified":"2025-07-08T08:05:23","modified_gmt":"2025-07-08T15:05:23","slug":"the-real-estate-investment-every-entrepreneur-should-consider","status":"publish","type":"post","link":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/","title":{"rendered":"The Real Estate Investment Every Entrepreneur Should Consider"},"content":{"rendered":"<p><a href=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481-300x169.jpg\" alt=\"Real estate investment that an entrepreneur should consider blog post art: Small busineses in a downtown village.\" width=\"300\" height=\"169\" class=\"alignleft size-medium wp-image-35515\" srcset=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481-300x169.jpg 300w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481-1024x575.jpg 1024w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481-768x431.jpg 768w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg 1367w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>I\u2019m not a real estate investment fanatic. I mean, sure, I think real estate investment probably belongs in most people\u2019s portfolios. But you can do that efficiently by holding a REIT index mutual fund or ETF.<\/p>\n<p>Some folks can also prudently buy the home or apartment where they reside. But after those obvious options? I\u2019m pretty agnostic. Except, that is, for the real estate investment every entrepreneur should consider: Self-rental property your business occupies.<\/p>\n<h2>Why Self-rental Property is So Attractive to Entrepreneurs<\/h2>\n<p>Self-rental property works great for entrepreneurs for a simple reason. As long as they follow the rules, they can pretty effectively unlock depreciation deductions that normally other real estate investors can\u2019t unlock. Or unlock without spending tons of time or doing lots of fiddling.<\/p>\n<p>A real estate professional by the way can unlock depreciation deductions. But to do that, she or he will need to spend more than 750 hours and more than 50 percent of their time working in a real estate trade or business. They will also need to materially participate in the properties they own if they want to deduct the depreciation\u2014and this can be problematic.<\/p>\n<p>And by the way? Short-term-rental investors? Yes, they can get giant deductions on their return too. And they may be able to materially participate with very modest hours. But they also need to manage the average rental interval of guests. Because in order to qualify as a short-term-rental investor? Your average rental interval needs to equal 7 days or less.<\/p>\n<p>A self-rental property, however? Easy for entrepreneurs if they do it right.<\/p>\n<h2>The Self-rental Property Depreciation Deduction Estimator<\/h2>\n<p>Take a peek at the simple JavaScript Calculator below. It shows the depreciation deductions you can probably get from a owner-occupied commercial property that cost $1,000,000. The calculator defaults to 100% bonus depreciation (the right percentage for property placed into service on or after January 1, 2025), and it assumes a cost segregation engineer has broken down the price into real property and personal property.<\/p>\n<script>\r\nfunction calculateDepreciation() {\r\n    \/\/ Input values\r\n    var price = parseFloat(document.getElementById('price').value);\r\n    var land = parseFloat(document.getElementById('land').value);\r\n    var fiveYearPropertyPercent = parseFloat(document.getElementById('five_year_property').value);\r\n    var fifteenYearPropertyPercent = parseFloat(document.getElementById('fifteen_year_property').value);\r\n    var residentialPropertyPercent = parseFloat(document.getElementById('residential_property').value);\r\n    var nonResidentialPropertyPercent = parseFloat(document.getElementById('non_residential_property').value);\r\n    var bonusDepreciationPercent = parseFloat(document.getElementById('bonus_depreciation').value);\r\n\r\n    \/\/ Calculate Depreciable Property\r\n    var depreciableProperty = price * (1 - land);\r\n\r\n    \/\/ Calculate Property Category Values\r\n    var fiveYearPropertyDollars = depreciableProperty * fiveYearPropertyPercent;\r\n    var fifteenYearPropertyDollars = depreciableProperty * fifteenYearPropertyPercent;\r\n    var residentialPropertyDollars = depreciableProperty * residentialPropertyPercent;\r\n    var nonResidentialPropertyDollars = depreciableProperty * nonResidentialPropertyPercent;\r\n\r\n    \/\/ Calculate Annual Depreciation for the First Seven Years\r\n    var firstYearDepreciation = (fiveYearPropertyDollars + fifteenYearPropertyDollars) * bonusDepreciationPercent +\r\n        Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.2) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.05) +\r\n        (residentialPropertyDollars \/ 27.5 \/ 2) +\r\n        (nonResidentialPropertyDollars \/ 39 \/ 2));\r\n\r\n    var secondYearDepreciation = Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.32) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.095) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    var thirdYearDepreciation = Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.192) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.0855) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    var fourthYearDepreciation = Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.1152) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.077) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    var fifthYearDepreciation = Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.1152) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.0693) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    var sixthYearDepreciation = Math.round((fiveYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.0576) +\r\n        (fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.0623) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    var seventhYearDepreciation = Math.round((fifteenYearPropertyDollars * (1 - bonusDepreciationPercent) * 0.059) +\r\n        (residentialPropertyDollars \/ 27.5) +\r\n        (nonResidentialPropertyDollars \/ 39));\r\n\r\n    \/\/ Display Results\r\n    document.getElementById('first_year').innerText = 'First Year Depreciation: ' + firstYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('second_year').innerText = 'Second Year Depreciation: ' + secondYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('third_year').innerText = 'Third Year Depreciation: ' + thirdYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('fourth_year').innerText = 'Fourth Year Depreciation: ' + fourthYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('fifth_year').innerText = 'Fifth Year Depreciation: ' + fifthYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('sixth_year').innerText = 'Sixth Year Depreciation: ' + sixthYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('seventh_year').innerText = 'Seventh Year Depreciation: ' + seventhYearDepreciation.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n}\r\n<\/script>\n<div style=\"text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;\">\n    <label for=\"price\">Price: <\/label><br \/>\n    <input id=\"price\" type=\"number\" value=\"1000000\" placeholder=\"Enter Property Price\" \/><\/p>\n<p>    <label for=\"land\">Land Percentage (as decimal): <\/label><br \/>\n    <input id=\"land\" type=\"number\" value=\"0.25\" placeholder=\"Enter Land Percentage\" \/><\/p>\n<p>    <label for=\"five_year_property\">Five-Year Property Percentage: <\/label><br \/>\n    <input id=\"five_year_property\" type=\"number\" value=\"0.15\" placeholder=\"Enter Five-Year Property Percentage\" \/><\/p>\n<p>    <label for=\"fifteen_year_property\">Fifteen-Year Property Percentage: <\/label><br \/>\n    <input id=\"fifteen_year_property\" type=\"number\" value=\"0.30\" placeholder=\"Enter Fifteen-Year Property Percentage\" \/><\/p>\n<p>    <label for=\"residential_property\">Residential Property Percentage: <\/label><br \/>\n    <input id=\"residential_property\" type=\"number\" value=\"0\" placeholder=\"Enter Residential Property Percentage\" \/><\/p>\n<p>    <label for=\"non_residential_property\">Nonresidential Property Percentage: <\/label><br \/>\n    <input id=\"non_residential_property\" type=\"number\" value=\"0.55\" placeholder=\"Enter Nonresidential Property Percentage\" \/><\/p>\n<p>    <label for=\"bonus_depreciation\">Bonus Depreciation Percentage (as decimal): <\/label><br \/>\n    <input id=\"bonus_depreciation\" type=\"number\" value=\"1.0\" placeholder=\"Enter Bonus Depreciation Percentage\" \/><\/p>\n<p>    <button onclick=\"calculateDepreciation()\">Calculate Depreciation<\/button><\/p>\n<div style=\"border: 2px solid #000; padding: 20px; margin-top: 20px;\">\n<p id=\"first_year\">First Year Depreciation: $0.00<\/p>\n<p id=\"second_year\">Second Year Depreciation: $0.00<\/p>\n<p id=\"third_year\">Third Year Depreciation: $0.00<\/p>\n<p id=\"fourth_year\">Fourth Year Depreciation: $0.00<\/p>\n<p id=\"fifth_year\">Fifth Year Depreciation: $0.00<\/p>\n<p id=\"sixth_year\">Sixth Year Depreciation: $0.00<\/p>\n<p id=\"seventh_year\">Seventh Year Depreciation: $0.00<\/p>\n<\/p><\/div>\n<\/div>\n<p>To summarize, once you click the Calculate button, the Self-rental Property Depreciation Deduction Estimator calculates depreciation deductions for the first year through seventh years. These calculations assume a $1,000,000 price broken down into 25% land, 15% five -year property, 30% fifteen-year property, 0% 27.5-year property, and 55% 39-year property. But what&#8217;s unique here? As compared to most real etate investors who will <em>not <\/em>get to use those gian depreciation deductions? An entrepreneur very probably will.<\/p>\n<p><strong>Tip: <\/strong>Replace the percentages, or decimal values, for your potential real estate investment to estimate actual depreciation you might deduct on your return. And then click Calculate again.<\/p>\n<p><strong>Note: <\/strong>The seventh year&#8217;s depreciation is also <em>roughly <\/em>the depreciation deduction for years that follow the seventh year.<\/p>\n<h2>The Usual Problems with Real Estate Depreciation and Other Deductions<\/h2>\n<p>The problem with those big deductions however? In many, perhaps most cases, you can\u2019t actually use them. Section 469 of the Internal Revenue Code limits your deductions on a passive investment like real estate to the income you earn from other passive investments. (This is the usual rule for real estate investments, by the way.)<\/p>\n<p>Something special happens with self-rental property that the entrepreneur correctly sets up, however. First, if the entrepreneur groups the rental property with the operating trade or business? That grouping causes Section 469 rules to see the grouped rental property and active trade or business as not a real estate rental activity.<\/p>\n<p>The second thing to happen? The entrepreneur looks at the hours she or she spends on both the rental property and the other active trade or business to determine whether they materially participate. If they spend more than 500 hours on the grouped activities? Bingo.<\/p>\n<h2>The First Requirement for Grouping the Rental with the Active Trade or Business<\/h2>\n<p>You have two requirements to get a grouping to work. First, the ownership of the rental property needs to perfectly match the ownership of the other operating trade or business. For example, if two shareholders own 60 percent and 40 percent of say an engineering firm? They would also need to own those same percentages\u2014so 60 percent and 40 percent\u2014of the building the engineering firm rents.<\/p>\n<p><strong>Note: <\/strong>You typically would put the real estate into one entity, like a limited liability company. And treat that entity as a partnership. And then the other operating trade or business might be a different partnership. Or a corporation.<\/p>\n<h2>The Second Requirement for Grouping<\/h2>\n<p>You need to make the grouping in the first year you own the property or operate the trade or business.  For example, if this year, you buy a building to house the engineering firm you and your partner have operated for decades? You need to make the grouping election on this year\u2019s tax return.<\/p>\n<p><strong>Note:<\/strong> Not all grouping and aggregation elections need to be made in the first year an activity or trade or business exists. With Section 469 grouping elections like a self-rental, however, the decision not to group the first year is treated as a default grouping. And then the problem that creates? You can\u2019t regroup later on except in special circumstances. And then only with the Internal Revenue Service\u2019s permission.<\/p>\n<h2> A Predictable Caveat<\/h2>\n<p>Let me end with a predictable caution. One you really don&#8217;t even need me to give. (Sorry. But accountants have pretty conservative, compulsive personalties.)<\/p>\n<p>The tax deductions you generate by buying a building and renting it to your business? Very high impact. You may be able to in effect save hundreds of thousands of dollars pretax by using this gambit. (In comparison, remember something like a Section 401(k) plan in the absolutely best case scenario maybe lets you save $70,000-ish of pre-tax money.)<\/p>\n<p>But the tax savings? Not so good an entrepreneur can ignore the return on investment. Thus, we want to treat a prospective real estate investment that same way we&#8217;d treat any other business investment. We probably want to calculate the anticipated return on investment. Consider whether and how we can safely use borrowed funds for some of the purchase price. Stuff like that.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I\u2019m not a real estate investment fanatic. I mean, sure, I think real estate investment probably belongs in most people\u2019s portfolios. But you can do that efficiently by holding a REIT index mutual fund or ETF. Some folks can also prudently buy the home or apartment where they reside. But after those obvious options? I\u2019m [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35515,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[1343,1327,36],"tags":[],"class_list":{"0":"post-35509","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-calculators","8":"category-entrepreneurship","9":"category-real-estate","10":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The Real Estate Investment Every Entrepreneur Should Consider - Evergreen Small Business<\/title>\n<meta name=\"description\" content=\"There&#039;s a real estate investment every entrepreneur should consider based on the enormous tax incentives available.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Real Estate Investment Every Entrepreneur Should Consider\" \/>\n<meta property=\"og:description\" content=\"There&#039;s a real estate investment every entrepreneur should consider based on the enormous tax incentives available.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/\" \/>\n<meta property=\"og:site_name\" content=\"Evergreen Small Business\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-03T17:06:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-08T15:05:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1367\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Stephen Nelson CPA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SeattleCPA\" \/>\n<meta name=\"twitter:site\" content=\"@SeattleCPA\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephen Nelson CPA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/\"},\"author\":{\"name\":\"Stephen Nelson CPA\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"headline\":\"The Real Estate Investment Every Entrepreneur Should Consider\",\"datePublished\":\"2024-12-03T17:06:26+00:00\",\"dateModified\":\"2025-07-08T15:05:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/\"},\"wordCount\":1056,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/iStock-2152032481.jpg\",\"articleSection\":[\"Calculators\",\"entrepreneurship\",\"real estate\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/\",\"name\":\"The Real Estate Investment Every Entrepreneur Should Consider - Evergreen Small Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/iStock-2152032481.jpg\",\"datePublished\":\"2024-12-03T17:06:26+00:00\",\"dateModified\":\"2025-07-08T15:05:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"description\":\"There's a real estate investment every entrepreneur should consider based on the enormous tax incentives available.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/iStock-2152032481.jpg\",\"contentUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/iStock-2152032481.jpg\",\"width\":1367,\"height\":768,\"caption\":\"Real estate investment that an entrepreneur should consider blog post art: Small busineses in a downtown village.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/the-real-estate-investment-every-entrepreneur-should-consider\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Real Estate Investment Every Entrepreneur Should Consider\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#website\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/\",\"name\":\"Evergreen Small Business\",\"description\":\"Actionable Insights from Small Business CPAs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\",\"name\":\"Stephen Nelson CPA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"caption\":\"Stephen Nelson CPA\"},\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/author\\\/seattlecpa2014\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Real Estate Investment Every Entrepreneur Should Consider - Evergreen Small Business","description":"There's a real estate investment every entrepreneur should consider based on the enormous tax incentives available.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/","og_locale":"en_US","og_type":"article","og_title":"The Real Estate Investment Every Entrepreneur Should Consider","og_description":"There's a real estate investment every entrepreneur should consider based on the enormous tax incentives available.","og_url":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/","og_site_name":"Evergreen Small Business","article_published_time":"2024-12-03T17:06:26+00:00","article_modified_time":"2025-07-08T15:05:23+00:00","og_image":[{"width":1367,"height":768,"url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg","type":"image\/jpeg"}],"author":"Stephen Nelson CPA","twitter_card":"summary_large_image","twitter_creator":"@SeattleCPA","twitter_site":"@SeattleCPA","twitter_misc":{"Written by":"Stephen Nelson CPA","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#article","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/"},"author":{"name":"Stephen Nelson CPA","@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"headline":"The Real Estate Investment Every Entrepreneur Should Consider","datePublished":"2024-12-03T17:06:26+00:00","dateModified":"2025-07-08T15:05:23+00:00","mainEntityOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/"},"wordCount":1056,"commentCount":0,"image":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg","articleSection":["Calculators","entrepreneurship","real estate"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/","url":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/","name":"The Real Estate Investment Every Entrepreneur Should Consider - Evergreen Small Business","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#primaryimage"},"image":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg","datePublished":"2024-12-03T17:06:26+00:00","dateModified":"2025-07-08T15:05:23+00:00","author":{"@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"description":"There's a real estate investment every entrepreneur should consider based on the enormous tax incentives available.","breadcrumb":{"@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#primaryimage","url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg","contentUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/10\/iStock-2152032481.jpg","width":1367,"height":768,"caption":"Real estate investment that an entrepreneur should consider blog post art: Small busineses in a downtown village."},{"@type":"BreadcrumbList","@id":"https:\/\/evergreensmallbusiness.com\/the-real-estate-investment-every-entrepreneur-should-consider\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evergreensmallbusiness.com\/"},{"@type":"ListItem","position":2,"name":"The Real Estate Investment Every Entrepreneur Should Consider"}]},{"@type":"WebSite","@id":"https:\/\/evergreensmallbusiness.com\/#website","url":"https:\/\/evergreensmallbusiness.com\/","name":"Evergreen Small Business","description":"Actionable Insights from Small Business CPAs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evergreensmallbusiness.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36","name":"Stephen Nelson CPA","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","caption":"Stephen Nelson CPA"},"url":"https:\/\/evergreensmallbusiness.com\/author\/seattlecpa2014\/"}]}},"_links":{"self":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/35509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/comments?post=35509"}],"version-history":[{"count":24,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/35509\/revisions"}],"predecessor-version":[{"id":43771,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/35509\/revisions\/43771"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media\/35515"}],"wp:attachment":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media?parent=35509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/categories?post=35509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/tags?post=35509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}