It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.bostonmagazine.com/sponsor-content/5-tips-for-planning-a-move-in-boston/

  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  6. <meta content="utf-8" http-equiv="encoding">
  7. <script type="text/javascript" id="OptanonWrapper">
  8. /**
  9. * Delete all cookies except whitelisted ones
  10. */
  11. function deleteUnconsentedCookies() {
  12. // Get all cookies
  13. const cookies = document.cookie.split(';');
  14.  
  15. // Get whitelisted cookies from PHP
  16. const whitelistedCookies = ["wordpress_logged_in","wordpress_logged_in_*","wordpress_sec_*","OptanonConsent","OptanonAlertBoxClosed","eupubconsent-v2","OneTrustWPCCPANotice","OneTrustGroupConsent","gform_*","gf_csrf_token_*","ep_auth_token","wp-query-monitor-*","wp_fail2ban_*","srm_redirect_*"];
  17.  
  18. // Get all domains to try
  19. const domain  = window.location.hostname;
  20. const domains = domain.split('.');
  21. const paths   = ['/', ''];
  22.  
  23. // Try to delete each cookie
  24. cookies.forEach(cookie => {
  25. const cookieName = cookie.split('=')[0].trim();
  26.  
  27. // Check if cookie matches any whitelist pattern
  28. const isWhitelisted = whitelistedCookies.some(pattern => {
  29. const regexPattern = pattern
  30. .replace(/\./g, '\\.')
  31. .replace(/\*/g, '.*');
  32. return new RegExp('^' + regexPattern + '$').test(cookieName);
  33. });
  34.  
  35. if (!isWhitelisted) {
  36.  
  37. // Try every combination of domain and path
  38. domains.forEach((d, i) => {
  39. const domainPart = '.' + domains.slice(i).join('.');
  40. paths.forEach(path => {
  41. // Try with domain
  42. document.cookie = `${cookieName}=; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=${domainPart}; path=${path}`;
  43. // Try without domain
  44. document.cookie = `${cookieName}=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=${path}`;
  45. // Try with exact domain
  46. document.cookie = `${cookieName}=; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=${domain}; path=${path}`;
  47. });
  48. });
  49. }
  50. });
  51. }
  52. /**
  53. * OptanonWrapper callback function. We use the OptanonWrapper function to listen
  54. * for a user event and determine script behavior based on the user event.
  55. *
  56. * @return void
  57. */
  58. function OptanonWrapper() {
  59.  
  60. // Get all registered script IDs from js_onetrust_handles.
  61. const scriptIds = ["mc-datalayer-yaml","criteo","gpt","mc-ads","mc-hubspot-subscription-form","mc-integrations-hubspot","mc-integrations-hubspot-legacy","metrocorp-ads-secondary","nativo-tracking"];
  62.  
  63. // These will be needed for the fetch request, to delete HttpOnly cookies.
  64. const ajaxurl = 'https://www.bostonmagazine.com/wp-admin/admin-ajax.php';
  65. const nonce = 'f105cdbcb7';
  66.  
  67.  
  68. // OneTrust event listener that fires when a user confirms consent preferences in the banner.
  69. Optanon.OnConsentChanged( function() {
  70.  
  71. // Get the active groups from a OneTrust global.
  72. const activeGroups = window.OnetrustActiveGroups;
  73. const hasDeclinedCategories = !activeGroups.includes('C0002') ||
  74. !activeGroups.includes('C0003') ||
  75. !activeGroups.includes('C0004');
  76.  
  77. // if any category is declined, disable all OT registered scripts.
  78. if (hasDeclinedCategories) {
  79. // Disable all tracked scripts
  80. scriptIds.forEach(id => {
  81. const script = document.getElementById(id);
  82. if (script) {
  83. script.type = 'text/plain';
  84. }
  85. });
  86. // Delete all client side cookies except whitelisted ones.
  87. deleteUnconsentedCookies();
  88.  
  89. // Server request to delete server side (HttpOnly) cookies.
  90. fetch(ajaxurl, {
  91. method: 'POST',
  92. credentials: 'same-origin',
  93. headers: {
  94. 'Content-Type': 'application/x-www-form-urlencoded',
  95. },
  96. body: new URLSearchParams({
  97. action: 'delete_unconsented_cookies',
  98. nonce: nonce
  99. })
  100. });
  101. }
  102. });
  103. }
  104. </script>
  105. <script type="text/javascript" id="ot-inserter">
  106. (function() {
  107. const otUrl    = 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js';
  108. const otScript = document.createElement('script');
  109. otScript.async = true;
  110. otScript.type  = 'text/javascript';
  111. otScript.src   = otUrl;
  112. otScript.setAttribute('id', 'onetrustSDK');
  113. otScript.setAttribute('charset', 'UTF-8');
  114. otScript.setAttribute('data-domain-script', '01947541-75bb-7dce-8570-43f9ca73af23');
  115. const otNode = document.getElementById('ot-inserter');
  116. otNode.parentNode.insertBefore(otScript, otNode.nextSibling);
  117. })();
  118. </script>
  119. <link rel="preconnect" href="https://securepubads.g.doubleclick.net" /><link rel="preconnect" href="https://www.googleadservices.com" /><link rel="preconnect" href="https://s.ntv.io" /><link rel="preconnect" href="https://ib.adnxs.com" /><link rel="preconnect" href="https://ap.lijit.com" /><link rel="preconnect" href="https://static.criteo.net" /> <!-- Below is a recommended list of pre-connections, which allow the network to establish each connection quicker, speeding up response times and improving ad performance. -->
  120. <link rel="preconnect" href="https://a.pub.network/" crossorigin />
  121. <link rel="preconnect" href="https://b.pub.network/" crossorigin />
  122. <link rel="preconnect" href="https://c.pub.network/" crossorigin />
  123. <link rel="preconnect" href="https://d.pub.network/" crossorigin />
  124. <link rel="preconnect" href="https://btloader.com/" crossorigin />
  125. <link rel="preconnect" href="https://api.btloader.com/" crossorigin />
  126. <link rel="preconnect" href="https://cdn.confiant-integrations.net" crossorigin />
  127. <!-- Below is a link to a CSS file that accounts for Cumulative Layout Shift, a new Core Web Vitals subset that Google uses to help rank your site in search -->
  128. <!-- The file is intended to eliminate the layout shifts that are seen when ads load into the page. If you don't want to use this, simply remove this file -->
  129. <!-- To find out more about CLS, visit https://web.dev/vitals/ -->
  130. <link rel="stylesheet" href="https://a.pub.network/bostonmagazine-com/cls.css">
  131. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  132. var freestar = freestar || {};
  133. freestar.queue = freestar.queue || [];
  134. freestar.config = freestar.config || {};
  135. freestar.config.enabled_slots = [];
  136. freestar.config.targeting = [
  137. {
  138. "bostonmagazine_banner-1": {
  139. "pos": ["1"],
  140. }
  141. },
  142. {
  143. "bostonmagazine_banner-2": {
  144. "pos": ["2"],
  145. }
  146. },
  147. {
  148. "bostonmagazine_banner-3": {
  149. "pos": ["3"],
  150. }
  151. },
  152. {
  153. "bostonmagazine_rail-1": {
  154. "pos": ["1"],
  155. }
  156. },
  157. {
  158. "bostonmagazine_rail-2": {
  159. "pos": ["2"],
  160. }
  161. },
  162. {
  163. "bostonmagazine_rail-3": {
  164. "pos": ["3"],
  165. }
  166. },
  167. {
  168. "bostonmagazine_curated_module-1": {
  169. "pos": ["1"],
  170. }
  171. },
  172. {
  173. "bostonmagazine_curated_module-2": {
  174. "pos": ["2"],
  175. }
  176. },
  177. {
  178. "bostonmagazine_curated_module-3": {
  179. "pos": ["3"],
  180. }
  181. },
  182. {
  183. "bostonmagazine_directory_edl-1": {
  184. "pos": ["1"],
  185. }
  186. },
  187. {
  188. "bostonmagazine_directory_edl-2": {
  189. "pos": ["3"],
  190. }
  191. },
  192. {
  193. "bostonmagazine_native_related": {
  194. "pos": ["2"],
  195. }
  196. },
  197. ];
  198. freestar.initCallback = function () { (freestar.config.enabled_slots.length === 0) ? freestar.initCallbackCalled = false : freestar.newAdSlots(freestar.config.enabled_slots) }
  199. </script>
  200. <script src="https://a.pub.network/bostonmagazine-com/pubfig.min.js" data-cfasync="false" async type="text/plain" class="optanon-category-C0004"></script>
  201. <style>
  202. #pmLink {
  203. visibility: hidden;
  204. text-decoration: none;
  205. cursor: pointer;
  206. background: transparent;
  207. border: none;
  208. }
  209.  
  210. #pmLink:hover {
  211. visibility: visible;
  212. color: grey;
  213. }
  214. </style>
  215. <script type="text/plain" class="optanon-category-C0004">
  216. freestar.config.disabledProducts = {
  217. dynamicAds: true,
  218. superflex: true,
  219. video: true
  220. };
  221. </script>
  222. <link rel="preconnect" href="https://cdn10.bostonmagazine.com/" /><link rel="preconnect" href="https://s.ntv.io/" /><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  223.  
  224. <!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v23.3) - https://yoast.com/wordpress/plugins/seo/ -->
  225. <title>5 Tips for Planning a Move in Boston - Boston Magazine</title>
  226. <link rel="canonical" href="https://www.bostonmagazine.com/sponsor-content/5-tips-for-planning-a-move-in-boston/" />
  227. <meta property="og:locale" content="en_US" />
  228. <meta property="og:type" content="article" />
  229. <meta property="og:title" content="5 Tips for Planning a Move in Boston" />
  230. <meta property="og:description" content="With thousands of college students and professionals living — and moving — within Boston each year, the onset of a new month in the Hub [&hellip;]" />
  231. <meta property="og:url" content="https://www.bostonmagazine.com/sponsor-content/5-tips-for-planning-a-move-in-boston/" />
  232. <meta property="og:site_name" content="Boston Magazine" />
  233. <meta property="article:modified_time" content="2017-10-31T13:04:56+00:00" />
  234. <meta property="og:image" content="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2016/06/marathon-moving-400.jpg" />
  235. <meta property="og:image:width" content="400" />
  236. <meta property="og:image:height" content="400" />
  237. <meta property="og:image:type" content="image/jpeg" />
  238. <meta name="twitter:card" content="summary_large_image" />
  239. <meta name="twitter:label1" content="Est. reading time" />
  240. <meta name="twitter:data1" content="3 minutes" />
  241. <meta name="twitter:label2" content="Written by" />
  242. <meta name="twitter:data2" content="Alexa Burrows" />
  243. <!-- / Yoast SEO Premium plugin. -->
  244.  
  245.  
  246. <link rel='dns-prefetch' href='//securepubads.g.doubleclick.net' />
  247. <link rel='dns-prefetch' href='//static.criteo.net' />
  248. <link rel='dns-prefetch' href='//s.ntv.io' />
  249. <script type="text/javascript">
  250. /* <![CDATA[ */
  251. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/cdn10.bostonmagazine.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}};
  252. /*! This file is auto-generated */
  253. !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
  254. /* ]]> */
  255. </script>
  256. <style id='wp-emoji-styles-inline-css' type='text/css'>
  257.  
  258. img.wp-smiley, img.emoji {
  259. display: inline !important;
  260. border: none !important;
  261. box-shadow: none !important;
  262. height: 1em !important;
  263. width: 1em !important;
  264. margin: 0 0.07em !important;
  265. vertical-align: -0.1em !important;
  266. background: none !important;
  267. padding: 0 !important;
  268. }
  269. </style>
  270. <style id='co-authors-plus-coauthors-style-inline-css' type='text/css'>
  271. .wp-block-co-authors-plus-coauthors.is-layout-flow [class*=wp-block-co-authors-plus]{display:inline}
  272.  
  273. </style>
  274. <style id='co-authors-plus-avatar-style-inline-css' type='text/css'>
  275. .wp-block-co-authors-plus-avatar :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-avatar :where(img){vertical-align:middle}.wp-block-co-authors-plus-avatar:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-avatar.aligncenter{display:table;margin-inline:auto}
  276.  
  277. </style>
  278. <style id='co-authors-plus-image-style-inline-css' type='text/css'>
  279. .wp-block-co-authors-plus-image{margin-bottom:0}.wp-block-co-authors-plus-image :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-image :where(img){vertical-align:middle}.wp-block-co-authors-plus-image:is(.alignfull,.alignwide) :where(img){width:100%}.wp-block-co-authors-plus-image:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-image.aligncenter{display:table;margin-inline:auto}
  280.  
  281. </style>
  282. <style id='elasticpress-related-posts-style-inline-css' type='text/css'>
  283. .editor-styles-wrapper .wp-block-elasticpress-related-posts ul,.wp-block-elasticpress-related-posts ul{list-style-type:none;padding:0}.editor-styles-wrapper .wp-block-elasticpress-related-posts ul li a>div{display:inline}
  284.  
  285. </style>
  286. <style id='classic-theme-styles-inline-css' type='text/css'>
  287. /*! This file is auto-generated */
  288. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  289. </style>
  290. <style id='global-styles-inline-css' type='text/css'>
  291. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  292. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  293. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  294. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  295. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  296. </style>
  297. <link rel='stylesheet' id='bostonmagazine-css' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/css/boston.min.css?ver=114' type='text/css' media='all' />
  298. <link rel='stylesheet' id='elasticpress-autosuggest-css' href='https://cdn10.bostonmagazine.com/wp-content/plugins/elasticpress/dist/css/autosuggest-styles.css?ver=a5ed365ed625d30e1557' type='text/css' media='all' />
  299. <script type="text/javascript" id="gpt-js-extra">
  300. /* <![CDATA[ */
  301. var mcAds = {"advertiserSlug":"marathon-moving-company","currentSite":"bostonmagazine","gptNetworkID":"\/61381659\/site195.tmus\/","hasBannerThree":"false","isArchive":"false","isGeodir":"false","isSingle":"1","postType":"mc-sponsored-content","slots":{"banner-1":{"adUnit":"banner","adSizes":"[[728, 90], [320, 100], [970, 250], [320, 50], [970, 90]]","id":"banner-1","mapping":"bannerOneMapping","hasSettings":true,"targeting":{"pos":"1"},"isRefresh":"true","isLazy":"false","isPrebid":"true"},"banner-2":{"adUnit":"banner","adSizes":"[[728, 90], [320, 100], [970, 250], [300, 250], [320, 50], [970, 90]]","id":"banner-2","mapping":"bannerMapping","hasSettings":true,"targeting":{"pos":"2"},"isRefresh":"true","isLazy":"true","isPrebid":"true"},"native_related":{"adUnit":"native_related","adSizes":"fluid","id":"native_related","targeting":{"pos":"2"}},"directory_edl-1":{"adUnit":"directory_edl","adSizes":"fluid","id":"directory_edl-1","targeting":{"pos":"1"}},"directory_edl-2":{"adUnit":"directory_edl","adSizes":"fluid","id":"directory_edl-2","targeting":{"pos":"2"}},"curated_module-1":{"adUnit":"curated_module","adSizes":"fluid","id":"curated_module-1","hasSettings":true,"targeting":{"pos":"1"},"isRefresh":"false","isLazy":"true","isPrebid":"false"},"curated_module-2":{"adUnit":"curated_module","adSizes":"fluid","id":"curated_module-2","hasSettings":true,"targeting":{"pos":"2"},"isRefresh":"false","isLazy":"true","isPrebid":"false"},"curated_module-3":{"adUnit":"curated_module","adSizes":"fluid","id":"curated_module-3","hasSettings":true,"targeting":{"pos":"3"},"isRefresh":"false","isLazy":"true","isPrebid":"false"},"rail-1":{"adUnit":"rail","adSizes":"[[320, 100], [320, 50], [300, 250], [300, 600], [1,1]]","id":"rail-1","mapping":"railMapping","hasSettings":true,"targeting":{"pos":"1"},"isRefresh":"true","isLazy":"true","isPrebid":"true"},"mobile_sticky":{"adUnit":"mobile_sticky","adSizes":"[320, 50]","id":"mobile_sticky","isMobile":true,"hasSettings":true,"isRefresh":"true","isLazy":"false","isPrebid":"true"},"interstitial":{"adUnit":"interstitial","id":"interstitial","outOfPage":true},"skin":{"adUnit":"skin","adSizes":"[1, 1]","id":"skin"},"ad-reveal":{"adUnit":"ad-reveal","adSizes":"[[1300, 500], [780, 300], [360, 585]]","id":"ad-reveal","hasSettings":true,"mapping":"adrevealMapping","isRefresh":"false","isLazy":"false","isPrebid":"false"}},"slotsFired":[],"slotsViewed":[],"targeting":{"vertical":"property","sponsor":"Marathon Moving Company","post_ID":"2095649","cat":[],"environment":"production","post_type":"sponsored"},"debug":""};
  302. /* ]]> */
  303. </script>
  304. <script type="text/plain" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"  id="gpt" class="optanon-category-C0004"></script><script type="text/plain" src="https://static.criteo.net/js/ld/publishertag.js?ver=6.5.5"  id="criteo" class="optanon-category-C0004"></script><script type="text/plain" src="https://s.ntv.io/serve/load.js"  id="nativo-tracking" class="optanon-category-C0004"></script><link rel="https://api.w.org/" href="https://www.bostonmagazine.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.bostonmagazine.com/wp-json/wp/v2/mc-sponsored-content/2095649" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.bostonmagazine.com/xmlrpc.php?rsd" />
  305. <meta name="generator" content="WordPress 6.5.5" />
  306. <link rel='shortlink' href='https://www.bostonmagazine.com/?p=2095649' />
  307.  
  308. <meta property="og:published_time" content="2016-07-01T18:42:28+00:00" />
  309. <meta property="og:modified_time" content="2017-10-31T13:04:56+00:00" />
  310. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/FoundersGrotesk/FoundersGroteskX-CondensedWeb-Medium.woff' as='font' type='font/woff' crossorigin>
  311. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/inter/inter-v12-latin-regular.woff2' as='font' type='font/woff' crossorigin>
  312. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/inter/inter-v12-latin-500.woff2' as='font' type='font/woff' crossorigin>
  313. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/inter-v12-latin-600.woff2' as='font' type='font/woff' crossorigin>
  314. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/inter-v12-latin-700.woff2' as='font' type='font/woff' crossorigin>
  315. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/chronicle-display/ChronicleDispCondRoman_normal_condensed.woff2' as='font' type='font/woff2' crossorigin>
  316. <link rel='preload' href='https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/fonts/chronicle-display/ChronicleDisplayRoman_normal_normal.woff2' as='font' type='font/woff2' crossorigin>
  317. <script type="application/ld+json">{
  318.    "@context": "http:\/\/schema.org",
  319.    "@type": "WebPage",
  320.    "publisher": {
  321.        "@type": "Organization",
  322.        "name": "Boston Magazine",
  323.        "logo": {
  324.            "@type": "ImageObject",
  325.            "url": "https:\/\/www.bostonmagazine.com\/wp-content\/themes\/metrocorp-bostonmagazine\/images\/logo-bostonmag.png"
  326.        }
  327.    },
  328.    "mainEntityOfPage": {
  329.        "@type": "WebPage",
  330.        "@id": "https:\/\/www.bostonmagazine.com\/sponsor-content\/5-tips-for-planning-a-move-in-boston\/"
  331.    }
  332. }</script><meta name="google-site-verification" content="0XaV9QKUdAM56rDbamBZ6GVmS2NqzAhSO1DgPDye__o" /><link rel="icon" href="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2017/10/cropped-boston-magazine-favicon-32x32.png" sizes="32x32" />
  333. <link rel="icon" href="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2017/10/cropped-boston-magazine-favicon-192x192.png" sizes="192x192" />
  334. <link rel="apple-touch-icon" href="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2017/10/cropped-boston-magazine-favicon-180x180.png" />
  335. <meta name="msapplication-TileImage" content="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2017/10/cropped-boston-magazine-favicon-270x270.png" />
  336. <script type="text/plain" class="optanon-category-C0004">window.dataLayer = window.dataLayer || []; dataLayer.push({"content_type":"non-post","post_id":"non-post"}); var gtmLoaded=true;</script><!-- Google Tag Manager -->
  337. <noscript>
  338. <iframe data-src="//www.googletagmanager.com/ns.html?id=GTM-WFHFBM" height="0" width="0" class="optanon-category-C0004" style="display:none;visibility:hidden"></iframe></noscript>
  339. <script type="text/plain" class="optanon-category-C0004">
  340. window.dataLayer = window.dataLayer || [];
  341. if ( typeof dataLayer[0].gaReferer === 'undefined' ) {
  342. var referrer = document.referrer, siteURL = window.location.origin;
  343. if ( ! referrer || referrer.indexOf( siteURL ) === 0 ) {
  344. dataLayer[0].gaReferer = null;
  345. } else {
  346. dataLayer[0].gaReferer = referrer;
  347. }
  348. }
  349.  
  350. dataLayer.push({
  351. 'gtm.start': new Date().getTime(),
  352. event: 'gtm.js'
  353. });
  354. </script>
  355. <script async type="text/plain" class="optanon-category-C0004" src="https://www.googletagmanager.com/gtm.js?id=GTM-WFHFBM"></script><!-- End Google Tag Manager -->
  356. <!-- Start of HubSpot Embed Code -->
  357. <script type="text/plain" class="optanon-category-C0004" id="hs-script-loader" async defer src="//js.hs-scripts.com/43837035.js"></script>
  358. <!-- End of HubSpot Embed Code -->
  359. <meta name="p:domain_verify" content="3a9adbe7c6bf24035a0284a21da2840a"/>
  360. </head>
  361. <body class="mc-sponsored-content-template-default single single-mc-sponsored-content postid-2095649 current-site-bostonmagazine">
  362. <div align="center" data-freestar-ad="__360x585 __1300x500" id="bostonmagazine_ad-reveal" class="gpt-ad">
  363. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  364. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_ad-reveal", slotId: "bostonmagazine_ad-reveal" });
  365. </script>
  366. </div><div id="under-reveal"></div><div class="header-navigation-spacer"></div>
  367. <div class="header-navigation js-header-menu-full" id="js-header-navigation">
  368. <div class="container header-navigation-inner">
  369. <div class="navigation-logo">
  370. <a href="//www.bostonmagazine.com">
  371. <svg class="mc-icon bostonmagazine-logo" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-logo"></svg> </a>
  372. </div>
  373. <button id="js-mobile-menu-toggle" class="mobile-menu-toggle" aria-hidden="true">
  374. <svg class="mc-icon hamburger" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-hamburger"></svg> <svg class="mc-icon close" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-close"></svg> </button>
  375.  
  376. <div class="header-menu-wrapper" id="js-header-navigation-wrapper">
  377.  
  378. <div class="header-menu"><ul id="menu-primary-menu" class="menu-header-main"><li id="menu-item-2417140" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2417140"><a href="/find-it-boston-search/">Find It / Boston</a>
  379. <ul class="sub-menu">
  380. <li id="menu-item-2417143" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2417143"><a href="/find-a-doctor/">Doctors</a></li>
  381. <li id="menu-item-2417146" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2417146"><a href="/dentists/">Dentists</a></li>
  382. <li id="menu-item-2669250" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2669250"><a href="/lawyers/">Lawyers</a></li>
  383. <li id="menu-item-2763054" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2763054"><a href="/senior-living/">Senior Living</a></li>
  384. <li id="menu-item-2452224" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2452224"><a href="/wedding/">Wedding Experts</a></li>
  385. <li id="menu-item-2464168" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2464168"><a href="/private-schools/">Private Schools</a></li>
  386. <li id="menu-item-2477508" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2477508"><a href="/home-design/">Home Design Experts</a></li>
  387. <li id="menu-item-2511746" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2511746"><a href="/real-estate-agents/">Real Estate Agents</a></li>
  388. </ul>
  389. </li>
  390. <li id="menu-item-2351177" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351177"><a href="https://www.bostonmagazine.com/news">City Life</a>
  391. <ul class="sub-menu">
  392. <li id="menu-item-2351201" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351201"><a href="https://www.bostonmagazine.com/news">The Latest</a></li>
  393. <li id="menu-item-2667249" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2667249"><a href="/fashion-style/">Style</a></li>
  394. <li id="menu-item-2351199" class="no-children menu-item menu-item-type-custom menu-item-object-custom menu-item-2351199"><a href="/education/">Education</a></li>
  395. <li id="menu-item-2429289" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2429289"><a href="/private-schools/">Find a Private School</a></li>
  396. </ul>
  397. </li>
  398. <li id="menu-item-2351186" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351186"><a href="https://www.bostonmagazine.com/restaurants">Restaurants</a>
  399. <ul class="sub-menu">
  400. <li id="menu-item-2593121" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2593121"><a href="https://www.bostonmagazine.com/restaurants">The Feed</a></li>
  401. <li id="menu-item-2593122" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2593122"><a href="/best-restaurants-in-boston/">50 Best Restaurants</a></li>
  402. </ul>
  403. </li>
  404. <li id="menu-item-2351180" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351180"><a href="https://www.bostonmagazine.com/health">Wellness</a>
  405. <ul class="sub-menu">
  406. <li id="menu-item-2351202" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351202"><a href="https://www.bostonmagazine.com/health">Be Well Boston</a></li>
  407. <li id="menu-item-2351205" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351205"><a href="/dentists/">Find a Dentist</a></li>
  408. <li id="menu-item-2351206" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351206"><a href="/find-a-doctor/">Find a Doctor</a></li>
  409. </ul>
  410. </li>
  411. <li id="menu-item-2456643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2456643"><a href="/weddings/">Weddings</a>
  412. <ul class="sub-menu">
  413. <li id="menu-item-2593127" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2593127"><a href="https://www.bostonmagazine.com/weddings">Guides &#038; Advice</a></li>
  414. <li id="menu-item-2351247" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351247"><a href="/weddings/2024/01/03/best-of-boston-weddings-2024/">Best of Boston Weddings</a></li>
  415. <li id="menu-item-2351214" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351214"><a href="/wedding/">Find a Wedding Expert</a></li>
  416. <li id="menu-item-2351244" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351244"><a href="/category/real-weddings/">Real Weddings</a></li>
  417. <li id="menu-item-2757961" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2757961"><a href="/bubblybrunch">Bubbly Brunch Event</a></li>
  418. </ul>
  419. </li>
  420. <li id="menu-item-2351189" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical current-mc-sponsored-content-ancestor current-menu-parent current-mc-sponsored-content-parent menu-item-has-children menu-item-2351189"><a href="https://www.bostonmagazine.com/property">Home &amp; Property</a>
  421. <ul class="sub-menu">
  422. <li id="menu-item-2593129" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical current-mc-sponsored-content-ancestor current-menu-parent current-mc-sponsored-content-parent menu-item-2593129"><a href="https://www.bostonmagazine.com/property">Properties &#038; News</a></li>
  423. <li id="menu-item-2477503" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2477503"><a href="/home-design/">Find a Home Design Expert</a></li>
  424. <li id="menu-item-2511748" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2511748"><a href="/realestate-agents/">Find a Real Estate Agent</a></li>
  425. <li id="menu-item-2351248" class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351248"><a href="/tag/real-estate/">Real Estate</a></li>
  426. <li id="menu-item-2351251" class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351251"><a href="/tag/home-design">Home Design</a></li>
  427. <li id="menu-item-2351253" class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351253"><a href="/property/2024/11/14/best-of-boston-home-2025/">Best of Boston Home</a></li>
  428. </ul>
  429. </li>
  430. <li id="menu-item-2351183" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351183"><a href="https://www.bostonmagazine.com/arts-entertainment">Things To Do</a>
  431. <ul class="sub-menu">
  432. <li id="menu-item-2351220" class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351220"><a href="https://www.bostonmagazine.com/arts-entertainment">Arts &amp; Entertainment</a></li>
  433. <li id="menu-item-2351223" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351223"><a href="/events/">Boston magazine Events</a></li>
  434. </ul>
  435. </li>
  436. <li id="menu-item-2351197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351197"><a href="/travel/">Travel</a></li>
  437. <li id="menu-item-174761" class="menuBes menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-174761"><a href="/best-of-boston/">Best of Boston</a>
  438. <ul class="sub-menu">
  439. <li id="menu-item-2734635" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2734635"><a href="/best-of-boston/">Latest Winners</a></li>
  440. </ul>
  441. </li>
  442. </ul></div>
  443. <div class="header-tablet-elements">
  444. <div class="header-subscribe">
  445. <div class="thin-line">
  446. <span class="screen-reader-text">Subscribe</span>
  447. <svg class="mc-icon bostonmagazine-subscribe" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-subscribe"></svg> </div>
  448. <ul id="menu-top-left" class="menu-header-subscribe"><li id="menu-item-2351233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351233"><a href="https://w1.buysub.com/pubs/PB/BOS/BOS_sub.jsp?cds_page_id=270289&#038;cds_mag_code=BOS&#038;id=1732211763015&#038;lsid=43261101552083486&#038;vid=6">ALL ACCESS</a></li>
  449. <li id="menu-item-2655360" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2655360"><a href="/newsletters">NEWSLETTERS</a></li>
  450. <li id="menu-item-2351235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351235"><a href="https://bostonglobemedia.cloud.buysub.com">MY ACCOUNT</a></li>
  451. </ul> </div>
  452.  
  453. <div class="header-social">
  454. <div class="thin-line">
  455. <span class="screen-reader-text">Follow</span>
  456. <svg class="mc-icon bostonmagazine-follow" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-follow"></svg> </div>
  457. <ul id="menu-social" class="menu-header-social"><li id="menu-item-2351226" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351226"><a target="_blank" rel="noopener" href="https://www.facebook.com/bostonmagazine"><span class="screen-reader-text">Facebook</span></a></li>
  458. <li id="menu-item-2351228" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351228"><a target="_blank" rel="noopener" href="https://www.instagram.com/bostonmagazine/"><span class="screen-reader-text">Instagram</span></a></li>
  459. <li id="menu-item-2351231" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351231"><a target="_blank" rel="noopener" href="https://www.twitter.com/bostonmagazine"><span class="screen-reader-text">Twitter</span></a></li>
  460. </ul> </div>
  461. </div>
  462.  
  463. </div>
  464. <div class="header-search">
  465. <div class="search-form-wrapper" id="js-search-form-wrapper" aria-hidden="true">
  466. <form role="search" method="get" class="search-form" action="https://www.bostonmagazine.com/">
  467. <label>
  468. <span class="screen-reader-text">Search for:</span>
  469. <input type="search" class="search-field"
  470. placeholder="Search …"
  471. value="" name="s"
  472. title="Search for:" />
  473. </label>
  474. <button type="submit">
  475. <svg class="mc-icon icon-search" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-icon-search"></svg> <span class="screen-reader-text">Search</span>
  476. </button>
  477. </form>
  478. </div>
  479. <button id="js-toggle-search" aria-expanded="false" aria-controls="js-search-form-wrapper">
  480. <svg class="mc-icon icon-search" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-icon-search"></svg> <svg class="mc-icon close" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-close"></svg> </button>
  481. </div>
  482. </div>
  483. </div>
  484. </div>
  485. <header class="site-header" role="banner" id="js-header">
  486.  
  487. <div class="site-header-inner container">
  488.  
  489. <div class="header-social">
  490. <div class="thin-line">
  491. <span class="screen-reader-text">Follow</span>
  492. <svg class="mc-icon bostonmagazine-follow" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-follow"></svg> </div>
  493. <ul id="menu-social-1" class="menu-header-social"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351226"><a target="_blank" rel="noopener" href="https://www.facebook.com/bostonmagazine"><span class="screen-reader-text">Facebook</span></a></li>
  494. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351228"><a target="_blank" rel="noopener" href="https://www.instagram.com/bostonmagazine/"><span class="screen-reader-text">Instagram</span></a></li>
  495. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351231"><a target="_blank" rel="noopener" href="https://www.twitter.com/bostonmagazine"><span class="screen-reader-text">Twitter</span></a></li>
  496. </ul> </div>
  497.  
  498. <div class="header-logo">
  499. <div itemscope itemtype="https://schema.org/Organization"> <a href="https://www.bostonmagazine.com/property">
  500. <svg class="mc-icon bostonmagazine-section-home-property" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-section-home-property"></svg> <span class="screen-reader-text">Boston Magazine</span>
  501. </a>
  502. <span class="section-front-tagline"></span></div></div>
  503.  
  504. <div class="header-subscribe">
  505. <div class="thin-line">
  506. <span class="screen-reader-text">Subscribe</span>
  507. <svg class="mc-icon bostonmagazine-subscribe" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-subscribe"></svg> </div>
  508. <ul id="menu-top-left-1" class="menu-header-subscribe"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351233"><a href="https://w1.buysub.com/pubs/PB/BOS/BOS_sub.jsp?cds_page_id=270289&#038;cds_mag_code=BOS&#038;id=1732211763015&#038;lsid=43261101552083486&#038;vid=6">ALL ACCESS</a></li>
  509. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2655360"><a href="/newsletters">NEWSLETTERS</a></li>
  510. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351235"><a href="https://bostonglobemedia.cloud.buysub.com">MY ACCOUNT</a></li>
  511. </ul> </div>
  512.  
  513. </div>
  514. </header>
  515. <div class="mobile-section-front">
  516. <a href="https://www.bostonmagazine.com/property">
  517. <svg class="mc-icon bostonmagazine-section-home-property" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-section-home-property"></svg> </a>
  518. <span class="section-front-tagline">
  519. </span>
  520. </div>
  521. <div class="header-navigation-secondary container"><ul id="menu-primary-menu-1" class="menu-topics"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2417140"><a href="/find-it-boston-search/">Find It / Boston</a>
  522. <ul class="sub-menu">
  523. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2417143"><a href="/find-a-doctor/">Doctors</a></li>
  524. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2417146"><a href="/dentists/">Dentists</a></li>
  525. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2669250"><a href="/lawyers/">Lawyers</a></li>
  526. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2763054"><a href="/senior-living/">Senior Living</a></li>
  527. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2452224"><a href="/wedding/">Wedding Experts</a></li>
  528. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2464168"><a href="/private-schools/">Private Schools</a></li>
  529. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2477508"><a href="/home-design/">Home Design Experts</a></li>
  530. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2511746"><a href="/real-estate-agents/">Real Estate Agents</a></li>
  531. </ul>
  532. </li>
  533. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351177"><a href="https://www.bostonmagazine.com/news">City Life</a>
  534. <ul class="sub-menu">
  535. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351201"><a href="https://www.bostonmagazine.com/news">The Latest</a></li>
  536. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2667249"><a href="/fashion-style/">Style</a></li>
  537. <li class="no-children menu-item menu-item-type-custom menu-item-object-custom menu-item-2351199"><a href="/education/">Education</a></li>
  538. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2429289"><a href="/private-schools/">Find a Private School</a></li>
  539. </ul>
  540. </li>
  541. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351186"><a href="https://www.bostonmagazine.com/restaurants">Restaurants</a>
  542. <ul class="sub-menu">
  543. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2593121"><a href="https://www.bostonmagazine.com/restaurants">The Feed</a></li>
  544. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2593122"><a href="/best-restaurants-in-boston/">50 Best Restaurants</a></li>
  545. </ul>
  546. </li>
  547. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351180"><a href="https://www.bostonmagazine.com/health">Wellness</a>
  548. <ul class="sub-menu">
  549. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351202"><a href="https://www.bostonmagazine.com/health">Be Well Boston</a></li>
  550. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351205"><a href="/dentists/">Find a Dentist</a></li>
  551. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351206"><a href="/find-a-doctor/">Find a Doctor</a></li>
  552. </ul>
  553. </li>
  554. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2456643"><a href="/weddings/">Weddings</a>
  555. <ul class="sub-menu">
  556. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2593127"><a href="https://www.bostonmagazine.com/weddings">Guides &#038; Advice</a></li>
  557. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351247"><a href="/weddings/2024/01/03/best-of-boston-weddings-2024/">Best of Boston Weddings</a></li>
  558. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351214"><a href="/wedding/">Find a Wedding Expert</a></li>
  559. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351244"><a href="/category/real-weddings/">Real Weddings</a></li>
  560. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2757961"><a href="/bubblybrunch">Bubbly Brunch Event</a></li>
  561. </ul>
  562. </li>
  563. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical current-mc-sponsored-content-ancestor current-menu-parent current-mc-sponsored-content-parent menu-item-has-children menu-item-2351189"><a href="https://www.bostonmagazine.com/property">Home &amp; Property</a>
  564. <ul class="sub-menu">
  565. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical current-mc-sponsored-content-ancestor current-menu-parent current-mc-sponsored-content-parent menu-item-2593129"><a href="https://www.bostonmagazine.com/property">Properties &#038; News</a></li>
  566. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2477503"><a href="/home-design/">Find a Home Design Expert</a></li>
  567. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2511748"><a href="/realestate-agents/">Find a Real Estate Agent</a></li>
  568. <li class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351248"><a href="/tag/real-estate/">Real Estate</a></li>
  569. <li class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351251"><a href="/tag/home-design">Home Design</a></li>
  570. <li class="topics-only menu-item menu-item-type-custom menu-item-object-custom menu-item-2351253"><a href="/property/2024/11/14/best-of-boston-home-2025/">Best of Boston Home</a></li>
  571. </ul>
  572. </li>
  573. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-has-children menu-item-2351183"><a href="https://www.bostonmagazine.com/arts-entertainment">Things To Do</a>
  574. <ul class="sub-menu">
  575. <li class="menu-item menu-item-type-taxonomy menu-item-object-mc-tax-vertical menu-item-2351220"><a href="https://www.bostonmagazine.com/arts-entertainment">Arts &amp; Entertainment</a></li>
  576. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351223"><a href="/events/">Boston magazine Events</a></li>
  577. </ul>
  578. </li>
  579. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351197"><a href="/travel/">Travel</a></li>
  580. <li class="menuBes menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-174761"><a href="/best-of-boston/">Best of Boston</a>
  581. <ul class="sub-menu">
  582. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2734635"><a href="/best-of-boston/">Latest Winners</a></li>
  583. </ul>
  584. </li>
  585. </ul></div>
  586. <div style="width:1px;height:1px;margin:-1px 0 0 0;padding:0;display:block;">
  587. <div align="center" data-freestar-ad="" id="bostonmagazine_skin" class="gpt-ad">
  588. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  589. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_skin", slotId: "bostonmagazine_skin" });
  590. </script>
  591. </div> </div>
  592. <div align="center" data-freestar-ad="" id="bostonmagazine_interstitial" class="gpt-ad out-of-page">
  593. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  594. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_interstitial", slotId: "bostonmagazine_interstitial" });
  595. </script>
  596. </div>
  597. <div class="container">
  598. <hr class="double">
  599. </div>
  600.  
  601. <div align="center" data-freestar-ad="__320x100 __970x250" id="bostonmagazine_banner-1" class="gpt-ad advertisement container">
  602. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  603. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_banner", slotId: "bostonmagazine_banner-1" });
  604. </script>
  605. </div>
  606. <div class="container" role="main">
  607. <span class="title-line presented-by"><span>Sponsor Content</span></span>
  608.  
  609. <div class="list-post" style="display:none">
  610. <a href="https://www.bostonmagazine.com/scrapertrap" class="post-image-link"><img width="400" height="250" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="attachment-image-list size-image-list wp-post-image" alt=""></a>
  611.  
  612. <div class="list-post-card">
  613. <a href="https://www.bostonmagazine.com/scrapertrap" class="post-slug">I'm a scraper</a>
  614. <div class="post-title">
  615. <a href="https://www.bostonmagazine.com/scrapertrap">This search result is here to prevent scraping</a>
  616. </div>
  617. <div class="post-excerpt">
  618. <p>If you're a human and see this, please ignore it. If you're a scraper, please click the link below :-)
  619.  Note that clicking the link below will block access to this site for 24 hours.</p>
  620. </div>
  621. <span class="byline-wrapper">By <a href="https://www.bostonmagazine.com/scrapertrap" class="byline">I'm a scraper</a></span>
  622. </div>
  623. </div>
  624.  
  625. <div class="content-with-sidebar">
  626.  
  627. <div class="wysiwyg post-article-wrapper" >
  628. <article id="post-2095649" class="post-article">
  629. <div>
  630.  
  631. <h1 class="post-title" itemprop="headline">5 Tips for Planning a Move in Boston</h1>
  632. <div class="byline-wrapper">
  633. <div class="author-date-wrapper">
  634. Presented by: <a href="https://www.bostonmagazine.com/advertiser/marathon-moving-company/" class="post-slug">Marathon Moving Company</a> </div>
  635. <div class="social-sharing">
  636. </div>
  637. </div>
  638. <!-- ZEPHR_FEATURE article -->
  639. <p><a href="https://cdn10.bostonmagazine.com/wp-content/uploads/2016/06/marathon-moving.jpg" rel="attachment wp-att-2096651"><img class="aligncenter size-full wp-image-2096651 lazyload" data-src="https://cdn10.bostonmagazine.com/wp-content/uploads/2016/06/marathon-moving.jpg" alt="" width="940" height="540" srcset="https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2016/06/marathon-moving.jpg 940w, https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2016/06/marathon-moving-600x345.jpg 600w, https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2016/06/marathon-moving-768x441.jpg 768w, https://cdn10.bostonmagazine.com/wp-content/uploads/sites/2/2016/06/marathon-moving-850x488.jpg 850w" sizes="(max-width: 940px) 100vw, 940px" /></a></p>
  640. <p>With thousands of college students and professionals living — <em>and</em> moving — within Boston each year, the onset of a new month in the Hub can require way more heavy lifting than a flip of a calendar page.<div id="FreeStarVideoAdContainer"><div id="freestar-video-parent"><div id="freestar-video-child"></div></div></div></p>
  641. <p>After all, whether transitioning from Allston to Brighton, Back Bay to Beacon Hill, or North to South End, the same logistical struggles like <a rel="sponsored" href="http://marathonmoving.com/storage">finding storage space</a>, <a rel="sponsored" href="http://marathonmoving.com/packing-services">packing</a>, cleaning, and battling traffic on route plagues us all.</p>
  642. <p>We heeded the call of panicked movers and consulted one of Boston’s largest moving companies<em> — </em>Best of Boston winner, <a rel="sponsored" href="http://marathonmoving.com/index">Marathon Moving</a>. Here’s their expert advice for a better move between living spaces:</p>
  643. <p><strong>Tip 1: Find Reputable Movers</strong></p>
  644. <p>Marathon Moving suggests Boston-area residents on-the-move research moving companies prior to contacting one directly. Try getting direct referrals from your <a rel="sponsored" href="http://marathonmoving.com/recommended-vendors-buyingselling-your-home">realtor</a>, <a rel="sponsored" href="http://marathonmoving.com/recommended-vendors-buyingselling-your-home">mortgage broker</a>, co-workers, or neighbors. You can look online for help in vetting movers and access sites like Better Business Bureau at <a rel="sponsored" href="https://www.bbb.org/">BBB.org</a>, <a rel="sponsored" href="https://www.angieslist.com/">Angie’s List</a>, and <a rel="sponsored" href="http://www.yelp.com/boston">Yelp</a> can be good resources, but you should avoid sites that allow companies to contact you or offer to provide quotes from multiple moving companies.</p>
  645. <p><strong>Tip 2: Plan Ahead</strong></p>
  646. <p>Marathon Moving suggests <a rel="sponsored" href="http://marathonmoving.com/moving-calendar">planning ahead with a moving calendar</a> and contacting a mover 6-8 weeks prior to your move date. This will allow time to schedule an in-home estimate with multiple firms, receive and review quotes, and then schedule the mover of choice.  This should also give enough time for those moving into or from Boston who require parking permits and or elevator reservations to arrange for these as well.</p>
  647. <p><strong>Tip 3: Declutter</strong></p>
  648. <p>Don’t try to pack as you declutter. Go through your entire home — storage areas included — and identify the items you won’t need in your new home. This will allow you to start early so there’s plenty of time to set up pick-ups or drop-offs to charities, friends, family, consignment stores, or the dump. You may find great joy in finding a second home for all your things! Plus, it can reduce your tax bill and moving costs.</p>
  649. <p><strong>Tip 4: Be Prepared</strong></p>
  650. <p>If you’re packing by yourself, give yourself enough time. Start in the storage areas or least used rooms in your home. Use professional packing materials and watch tutorial videos online to learn tips from the pros. If you’ve hired your mover to pack as well, you should go through the areas they will be packing to remove personal papers, currency, and jewelry. These items generally aren’t covered by moving insurance so it’s best if they can be moved by you.</p>
  651. <p><strong>Tip 5: Be There</strong></p>
  652. <p>It’s always preferable for you to be there on moving day. Having your attorney represent you at closing, having a sitter for the kids, or someone to watch your pets are great ways to reduce stress and keep you focused during the move. Being there and being available to answer questions for your move crew will help make for a smoother process.</p>
  653. <p>It’s your move now, Boston: <a rel="sponsored" href="http://marathonmoving.com/contact-us" target="_blank">Contact Marathon Moving</a> today for more expert tips and start preparing for your new digs without all the hassle.</p>
  654.  
  655. <!-- ZEPHR_FEATURE_END article -->
  656. <span class="sponsor-disclaimer">This is a paid partnership between Marathon Moving Company and <em>Boston</em> Magazine</span><div class="pagination">  </div></div>
  657. <div class="post-tags">
  658. <div class="sticky"><div align="center" data-freestar-ad="__336x280 __300x600" id="bostonmagazine_rail-1" class="gpt-ad freestar-sticky">
  659. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  660. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_rail", slotId: "bostonmagazine_rail-1" });
  661. </script>
  662. </div></div> </div>
  663.  
  664. <hr class="solid">
  665.  
  666. </article>
  667. </div>
  668.  
  669. <div class="sidebar">
  670. <div class="trending-widget">
  671. <h2 class="title-line">Trending</h2>
  672. <ol>
  673. <li>
  674. <h3 class="trending-post-title post-title">
  675. <a href="https://www.bostonmagazine.com/property/2025/03/11/the-quin-lunasol-ken-fulk/">
  676. The &#8216;Quin House&#8217;s New Restaurant is a Vibrant, Playful Escape </a>
  677. </h3>
  678. </li>
  679. <li>
  680. <h3 class="trending-post-title post-title">
  681. <a href="https://www.bostonmagazine.com/property/2025/04/01/seaport-condo-newton-tudor/">
  682. A Sparkling Seaport High-Rise vs. a 1930s Newton Tudor </a>
  683. </h3>
  684. </li>
  685. <li>
  686. <h3 class="trending-post-title post-title">
  687. <a href="https://www.bostonmagazine.com/property/2025/03/17/jacob-albert/">
  688. Architect Jacob Albert Fuses Bold Styles in a Barn and Pool House </a>
  689. </h3>
  690. </li>
  691. <li>
  692. <h3 class="trending-post-title post-title">
  693. <a href="https://www.bostonmagazine.com/property/2025/03/18/wayland-vs-brookline/">
  694. A MetroWest Beauty vs. a Coolidge Corner Condo </a>
  695. </h3>
  696. </li>
  697. <li>
  698. <h3 class="trending-post-title post-title">
  699. <a href="https://www.bostonmagazine.com/property/2025/03/24/weston-mansion-basketball-court-indoor-slide/">
  700. For Sale: A Weston, Mass. Mansion with an Indoor Two-Story Slide </a>
  701. </h3>
  702. </li>
  703. </ol>
  704. </div>
  705.  
  706. </div>
  707. </div>
  708.  
  709. </div><!-- .col-main -->
  710.  
  711. <div class="container post-article-container">
  712. <hr class="double">
  713. <div class="newsletter">
  714. <h2 class="newsletter-title">
  715. Sign up for our weekly home and property newsletter, featuring homes for sale, neighborhood happenings, and more. </h2>
  716. <div class="newsletter-inner">
  717. <div class="hbspt-form js-hubspot-newsletter"></div>
  718. </div>
  719. </div>
  720. </div>
  721.  
  722. <div class="three-column-module container">
  723. <h2 class="title-line">IN THIS SECTION</h2>
  724. <div class="grid-content with-separator">
  725. <div class="grid-post"><div align="center" data-freestar-ad="__372x409 __300x390" id="bostonmagazine_curated_module-1" class="gpt-ad">
  726. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  727. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_curated_module", slotId: "bostonmagazine_curated_module-1" });
  728. </script>
  729. </div></div><div class="grid-post"><div align="center" data-freestar-ad="__372x409 __300x390" id="bostonmagazine_curated_module-2" class="gpt-ad">
  730. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  731. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_curated_module", slotId: "bostonmagazine_curated_module-2" });
  732. </script>
  733. </div></div><div class="grid-post"><div align="center" data-freestar-ad="__372x409 __300x390" id="bostonmagazine_curated_module-3" class="gpt-ad">
  734. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  735. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_curated_module", slotId: "bostonmagazine_curated_module-3" });
  736. </script>
  737. </div></div> </div>
  738. </div>
  739. <div align="center" data-freestar-ad="__320x100 __970x250" id="bostonmagazine_banner-2" class="gpt-ad advertisement container">
  740. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  741. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_banner", slotId: "bostonmagazine_banner-2" });
  742. </script>
  743. </div>
  744.  
  745. <footer class="site-footer" role="contentinfo" id="js-footer">
  746. <div class="footer-navigation"><ul id="menu-footer-menu" class="menu-footer-main container"><li id="menu-item-174641" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174641"><a href="https://www.bostonmagazine.com/about/">About</a></li>
  747. <li id="menu-item-203231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-203231"><a href="https://www.bostonmagazine.com/contact/">Contact</a></li>
  748. <li id="menu-item-461741" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-461741"><a href="https://www.bostonmagazine.com/masthead/">Masthead</a></li>
  749. <li id="menu-item-2498582" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2498582"><a href="https://www.bostonmagazine.com/issues/">Magazine</a></li>
  750. <li id="menu-item-174651" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174651"><a href="https://w1.buysub.com/pubs/BM/BOS/BOS_sub.jsp?cds_page_id=270289&#038;cds_mag_code=BOS&#038;id=1739901742813&#038;lsid=50491202228084314&#038;vid=1">Subscribe</a></li>
  751. <li id="menu-item-174671" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174671"><a href="/boston-magazine-media-kit/">Advertise</a></li>
  752. <li id="menu-item-174661" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174661"><a href="https://bostonglobemedia.cloud.buysub.com">Customer Service</a></li>
  753. <li id="menu-item-2323712" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2323712"><a href="https://www.bostonmagazine.com/careers/">Careers and Internships at Boston Magazine</a></li>
  754. <li id="menu-item-174681" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174681"><a href="https://www.bostonmagazine.com/privacy-policy/">Privacy Policy</a></li>
  755. <li id="menu-item-2796278" class="ot-info-display menu-item menu-item-type-custom menu-item-object-custom menu-item-2796278"><a href="#">Your Privacy Choices</a></li>
  756. </ul></div> <div class="site-footer-inner container">
  757. <a href="https://www.bostonmagazine.com" class="footer-logo">
  758. <span><svg class="mc-icon bostonmagazine-logo" aria-hidden="true"><use xlink:href="/wp-content/themes/metrocorp/images/sprite.svg?ver=114#mc-icon-bostonmagazine-logo"></svg></span>
  759. <span class="screen-reader-text">Boston Magazine</span>
  760. </a>
  761. <ul id="menu-social-2" class="menu-footer-social"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351226"><a target="_blank" rel="noopener" href="https://www.facebook.com/bostonmagazine"><span class="screen-reader-text">Facebook</span></a></li>
  762. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351228"><a target="_blank" rel="noopener" href="https://www.instagram.com/bostonmagazine/"><span class="screen-reader-text">Instagram</span></a></li>
  763. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2351231"><a target="_blank" rel="noopener" href="https://www.twitter.com/bostonmagazine"><span class="screen-reader-text">Twitter</span></a></li>
  764. </ul> <p class="footer-copyright">&copy;2025 Boston Globe Media Partners, LLC</p>
  765. </div>
  766. <div class="sticky-footer-ad" id="js-mobile-sticky">
  767. <button id="js-remove-sticky">X</button>
  768. <div align="center" data-freestar-ad="" id="bostonmagazine_mobile_sticky" class="gpt-ad">
  769. <script data-cfasync="false" type="text/plain" class="optanon-category-C0004">
  770. freestar.config.enabled_slots.push({ placementName: "bostonmagazine_mobile_sticky", slotId: "bostonmagazine_mobile_sticky" });
  771. </script>
  772. </div> </div>
  773. </footer>
  774.  
  775. <div class="container" id="gutter-container"></div>
  776.  
  777. <button id="pmLink">Privacy Manager</button> <script type="text/javascript" id="ot-manage-links">
  778. const otDisplayClassEl = document.getElementsByClassName("ot-info-display");
  779. for ( const otLinkEl of otDisplayClassEl ) {
  780. let otLinks = otLinkEl.getElementsByTagName("a");
  781. for ( const otLinkEl of otLinks ) {
  782. let otLinkElAttr = otLinkEl.getAttribute("href")
  783. if( otLinkElAttr === "#" ) {
  784. otLinkEl.addEventListener( "click", function() {
  785. OneTrust.ToggleInfoDisplay();
  786. event.preventDefault();
  787. });
  788. }
  789. }
  790. }
  791. </script>
  792. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-content/mu-plugins/metrocorp-breakingnewsbanner/assets/js/breaking-news-bar.js?ver=1" id="mc-breaking-news-banner-script-js"></script>
  793. <script type="text/javascript" id="metrocorp-js-extra">
  794. /* <![CDATA[ */
  795. var mcGlobal = {"isSingle":"1","directoryName":"Boston Magazine"};
  796. /* ]]> */
  797. </script>
  798. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/js/metrocorp.min.js?ver=114" id="metrocorp-js" defer></script>
  799. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-content/themes/metrocorp/dist/js/metrocorp-secondary.min.js?ver=114" id="metrocorp-secondary-js" defer></script>
  800. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
  801. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
  802. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
  803. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
  804. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
  805. <script type="text/javascript" id="wp-i18n-js-after">
  806. /* <![CDATA[ */
  807. wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
  808. /* ]]> */
  809. </script>
  810. <script type="text/javascript" id="elasticpress-autosuggest-js-extra">
  811. /* <![CDATA[ */
  812. var epas = {"query":"{\"from\":0,\"size\":10,\"post_filter\":{\"bool\":{\"must\":[{\"terms\":{\"post_type.raw\":[\"post\",\"page\",\"mc-shoes\",\"mc-sponsored-content\",\"mc-best-of\",\"mp-microsite\"]}},{\"term\":{\"post_status\":\"publish\"}},{\"bool\":{\"must_not\":[{\"terms\":{\"meta.ep_exclude_from_search.raw\":[\"1\"]}}]}}]}},\"query\":{\"function_score\":{\"query\":{\"bool\":{\"should\":[{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"post_title.suggest^1\",\"term_suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"post\"}}]}},{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"post_title.suggest^1\",\"term_suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"page\"}}]}},{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"post_title.suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"mc-shoes\"}}]}},{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"post_title.suggest^1\",\"term_suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.category.name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"mc-sponsored-content\"}}]}},{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"post_title.suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"mc-best-of\"}}]}},{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"phrase\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.ep_custom_result.name^9999\"],\"boost\":3}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"post_title.suggest^1\",\"term_suggest^1\"],\"operator\":\"and\",\"boost\":1,\"fuzziness\":\"auto\"}},{\"multi_match\":{\"query\":\"ep_autosuggest_placeholder\",\"type\":\"cross_fields\",\"fields\":[\"post_title^1\",\"post_excerpt^1\",\"post_content^1\",\"post_author.display_name^1\",\"terms.post_tag.name^1\",\"terms.ep_custom_result.name^1\"],\"boost\":1,\"analyzer\":\"standard\",\"tie_breaker\":0.5,\"operator\":\"and\"}}]}}],\"filter\":[{\"match\":{\"post_type.raw\":\"mp-microsite\"}}]}}]}},\"functions\":[{\"exp\":{\"post_date_gmt\":{\"scale\":\"14d\",\"decay\":0.25,\"offset\":\"7d\"}}},{\"weight\":0.001}],\"score_mode\":\"sum\",\"boost_mode\":\"multiply\"}},\"sort\":[{\"_score\":{\"order\":\"desc\"}}]}","placeholder":"ep_autosuggest_placeholder","endpointUrl":"https:\/\/c337b7a8d50553e62a92ceb846c0cf1b.clients.hosted-elasticpress.io\/c337b7a8d50553e62a92ceb846c0cf1b-bostonmagazinecom-post-2\/autosuggest","selector":"ep-autosuggest","defaultSelectors":".ep-autosuggest, input[type=\"search\"], .search-field","action":"navigate","mimeTypes":[],"http_headers":[],"triggerAnalytics":"","addSearchTermHeader":"1","requestIdBase":"c337b7a8d50553e62a92ceb846c0cf1b"};
  813. /* ]]> */
  814. </script>
  815. <script type="text/javascript" src="https://cdn10.bostonmagazine.com/wp-content/plugins/elasticpress/dist/js/autosuggest-script.js?ver=a2cbf75a8fdd9c2cf540" id="elasticpress-autosuggest-js"></script>
  816. <script type="text/plain" src="https://cdn10.bostonmagazine.com/wp-content/mu-plugins/metrocorp-google-tag-manager/assets/js/datalayer-yaml.js?ver=1.0.0"  id="mc-datalayer-yaml" class="optanon-category-C0003"></script><script type="text/plain" src="https://cdn10.bostonmagazine.com/wp-content/mu-plugins/metrocorp-ads//dist/js/metrocorp-ads-secondary.js?ver=842a0c154e5d9bc4a95b"  id="metrocorp-ads-secondary" class="optanon-category-C0004"></script><script type="text/plain" src="//js.hsforms.net/forms/v2-legacy.js?ver=1.0.0"  id="mc-integrations-hubspot-legacy" class="optanon-category-C0004"></script><script type="text/plain" src="//js.hsforms.net/forms/v2.js?ver=1.0.0"  id="mc-integrations-hubspot" class="optanon-category-C0004"></script><script type="text/javascript" id="mc-hubspot-subscription-form-js-extra">
  817. /* <![CDATA[ */
  818. var mcHubSpot = {"portalId":"43837035","formId":"7bd49711-00da-4e12-8733-fe62fcf0c031","isSingle":"true","title":"5 Tips for Planning a Move in Boston","vertical":"Home & Property"};
  819. /* ]]> */
  820. </script>
  821. <script type="text/plain" src="https://cdn10.bostonmagazine.com/wp-content/mu-plugins/metrocorp-hubspot/assets/js/metrocorp-hubspot-subscription-form.js?ver=114"  id="mc-hubspot-subscription-form" class="optanon-category-C0004"></script><!-- Start of AdCellerant Embed Code -->
  822. <script src="https://js.adsrvr.org/up_loader.1.1.0.js" type="text/plain" class="optanon-category-C0004"></script>
  823. <script type="text/plain" class="optanon-category-C0004">
  824. function initAdCellerant() {
  825. if (typeof ttd_dom_ready === 'undefined') {
  826. setTimeout(initAdCellerant, 100);
  827. return;
  828. }
  829. ttd_dom_ready(function() {
  830. if (typeof TTDUniversalPixelApi === 'function') {
  831. var universalPixelApi = new TTDUniversalPixelApi();
  832. universalPixelApi.init("1qqfa0h", ["g7kke2y"], "https://insight.adsrvr.org/track/up");
  833. }
  834. });
  835. }
  836. initAdCellerant();
  837. </script>
  838. <!-- End of AdCellerant Embed Code -->
  839.  
  840.  
  841. </body>
  842. </html>
  843.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda