{"id":7936,"date":"2024-01-16T08:03:43","date_gmt":"2024-01-16T14:03:43","guid":{"rendered":"https:\/\/www.atom.com\/blog\/?p=7936"},"modified":"2025-04-24T06:17:06","modified_gmt":"2025-04-24T11:17:06","slug":"domain-redirection","status":"publish","type":"post","link":"https:\/\/www.atom.com\/blog\/domain-redirection\/","title":{"rendered":"Domain Redirection: How to Redirect a Domain to Another"},"content":{"rendered":"\n<p>For many new website owners, domain redirection can be daunting. Initially, things seem straightforward &#8211; you have a few basic pages, so navigation is a breeze. Plus, you don\u2019t have to worry about complicated backend URL routing.<\/p>\n\n\n\n<p>However, as your website grows and evolves, things can get more complex. As you add new categories, subpages, and content, the number of URLs multiplies. Some of these URLs may not be as clean and user-friendly as you\u2019d like. Or <a href=\"https:\/\/uxcam.com\/blog\/ux-audit\/\">an audit<\/a> might reveal underperforming pages that need tweaking. Before you know it, you\u2019ve gathered a bunch of outdated URLs that clutter things up.<\/p>\n\n\n\n<p>So, what can you do? It\u2019s simple \u2013 redirect old URLs! This ensures that all previous website links still direct web traffic to the correct destination pages. In some cases, you might also need to redirect one domain to another. This can be necessary when you merge to websites, upgrade your domain (from one TLD to another, for example), or rename your business.&nbsp;<\/p>\n\n\n\n<p>Now, I know the idea of setting up redirects might sound complicated, but don\u2019t worry! It\u2019s quite simple. Today, we\u2019ll walk you through:&nbsp;<\/p>\n\n\n\n<ul>\n<li>how domain redirection works&nbsp;<\/li>\n\n\n\n<li>types of domain redirects<\/li>\n\n\n\n<li>how to redirect one URL to another on a single domain<\/li>\n\n\n\n<li>How to redirect one domain to another<\/li>\n<\/ul>\n\n\n\n<p>And you won\u2019t need a computer science degree to understand the process!<\/p>\n\n\n\n<p>Alright, let\u2019s dive right in, shall we?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is a Domain Redirect?<\/strong><\/h2>\n\n\n\n<p>Every website has a primary domain name that users visit often. For instance, ours is Atom.com.&nbsp;<\/p>\n\n\n\n<p>However, Atom\u2019s online presence extends beyond just this main domain. We have other related web addresses that users may have come across through links. Every visitor needs to end up in the right place, regardless of which URL they use, which is where redirects come in.<\/p>\n\n\n\n<p>A redirect takes anyone visiting an old or alternate web address and guides them to the primary domain. It all happens behind the scenes, so visitors don\u2019t even know they\u2019re being \u201credirected\u201d. Redirects can be used when merging two sites, getting rid of old pages that are linked elsewhere on the web, making sure users end up on the homepage when they may otherwise have encountered an error, and much more.&nbsp;<\/p>\n\n\n\n<p>When you use a redirect, the address bar will simply update to reflect the destination site URL, even if accessed indirectly.&nbsp;<\/p>\n\n\n\n<p>In a nutshell, redirects make sure that all roads lead to Rome, so to speak. They ensure a unified user experience by mapping outdated links to your intended landing pages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Types of Domain Redirect<\/strong><\/h2>\n\n\n\n<p>There are several options to choose from when redirecting a domain or redirecting from one URL to another within your domain. Here are the main ones:<\/p>\n\n\n\n<ul>\n<li><strong>301 Redirects<\/strong>&nbsp; \u2013 This permanent redirect passes along the same page rank and link equity from the old URL to the new one. It\u2019s best suited for redirects after a long-term or definitive URL structure change. Permanent redirects are recognized by Google as such, and the old URL is removed from the search engine\u2019s index. This has a small negative effect on SEO but is clearer and easier to manage in the long term if a redirect is permanent.&nbsp;<\/li>\n\n\n\n<li><strong>302 Redirects<\/strong> \u2013 302 Redirects indicate a temporary change, while 301 signals a permanent one. Use 302 redirects only when it\u2019s a shorter redirect, like testing a new domain when redesigning a site. Google views 302 redirects as temporary and keeps the original URL listed. Your browser also won\u2019t cache sites with 301 redirects.<\/li>\n\n\n\n<li><strong>Meta Refresh<\/strong> \u2013 This is an older redirect method that implements code in the HTML &lt;head&gt; to redirect after a delay. However, this can negatively impact the user experience compared to other options.<\/li>\n\n\n\n<li><strong>JavaScript Redirects<\/strong> \u2013&nbsp; Using JS code for a redirect works, but many consider it bad for accessibility and security.<\/li>\n\n\n\n<li><strong>HTACCESS Redirects<\/strong> \u2013&nbsp; For Apache servers, .htaccess files allow easy redirect setup right from your FTP folder. It is perfect for most basic domain redirects<\/li>\n<\/ul>\n\n\n\n<p>301s are usually the way to go unless you need a temporary 302. There are also 303, 307, and 308 redirects but these are a little more complicated and not usually necessary for webpage redirects.<\/p>\n\n\n\n<p>Of course, before you create a domain redirect, you need to make sure everything else is in order.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Preparing For Domain Redirection<\/strong><\/h2>\n\n\n\n<ul>\n<li>Back up your site files. Also, document any custom configs like DNS or email addresses. You&#8217;ll need them in case the domain redirection process goes wrong.<\/li>\n\n\n\n<li>Update internal links pointing to pages with the old domain name.<\/li>\n\n\n\n<li>Reach out to sites linking to you externally to point them right.<\/li>\n\n\n\n<li>Watch for conflicts like clashing email addresses on the new domain.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Redirect One Domain to Another<\/strong><\/h2>\n\n\n\n<p>Redirecting your domain to another domain \u2013 for example, redirecting MyNamePhotography.com to MyName.com&nbsp; is simple if your domain registrar is also your host. The easiest way to redirect a domain is through your domain registrar.<\/p>\n\n\n\n<p>To redirect a domain\u2026<\/p>\n\n\n\n<ol>\n<li>Log into your domain registrar. This is where you&#8217;ll manage your <a href=\"https:\/\/www.atom.com\/blog\/what-is-dns-domain-name-system\/\">DNS settings<\/a>.<\/li>\n\n\n\n<li>Once logged in, find the section for managing redirects, usually within a sidebar menu or settings tabs.<\/li>\n\n\n\n<li>Enter the redirect details.<\/li>\n<\/ol>\n\n\n\n<ul>\n<li>The incoming or source domain or URL path you want to redirect<\/li>\n\n\n\n<li>The outgoing or destination domain or URL the traffic will be directed to<\/li>\n<\/ul>\n\n\n\n<ol start=\"4\">\n<li>Choose your preferred redirect type (usually 301 permanent)<\/li>\n\n\n\n<li>Check that any pages, images, or files on the old domain get redirected, too.<\/li>\n\n\n\n<li>Give it some time, usually under an hour, but it can take 24-48 hours max.<\/li>\n\n\n\n<li>Test it out and make any needed adjustments. Type in the old domain and check you get bounced to the new one.<\/li>\n<\/ol>\n\n\n\n<p>What if you have purchased a domain but don\u2019t yet have hosting set up?&nbsp; Not to worry! You can still redirect a domain to another through your domain registrar.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Redirecting a Domain Without Hosting<\/strong><\/h2>\n\n\n\n<ul>\n<li>Log in to your domain registrar\u2019s control panel and go to the domain redirection management area.<\/li>\n\n\n\n<li>Locate the option to set up forwarding or redirects for the domain, then select \u201cForward Domain\u201d.<\/li>\n\n\n\n<li>Next, enter your destination URL. For security, HTTPS is best. Then, choose between a permanent redirect (best for long-term links) or a temporary one if things change.<\/li>\n\n\n\n<li>Once that\u2019s filled out, hit \u201ccreate\u201d, and voila &#8211; visitors to your domain will automatically be redirected to the specified destination.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Over to You!<\/strong><\/h3>\n\n\n\n<p>Whether you need to redirect a single page or migrate an entire site after <a href=\"https:\/\/www.Atom.com\/premium-domains-for-sale\">purchasing a new domain name<\/a>, following best practices will serve you well. Some key things to remember: Always back up your site first, update links, and notify users of the upcoming change. Also, pay attention to any domain-specific settings that need modifying, and of course, monitor things post-launch.<\/p>\n","protected":false},"excerpt":{"rendered":"<p> redirect takes anyone visiting an old or alternate web address and guides them to the primary domain. It all happens behind the scenes, so visitors don\u2019t even know they\u2019re being \u201credirected\u201d. Redirects can be used when merging two sites, getting rid of old pages that are linked elsewhere on the web, making sure users end up on the homepage when they may otherwise have encountered an error, and much more.<\/p>\n","protected":false},"author":107,"featured_media":10334,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1137],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Domain Redirection: How to Redirect a Domain to Another - Atom<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.atom.com\/blog\/domain-redirection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Domain Redirection: How to Redirect a Domain to Another - Atom\" \/>\n<meta property=\"og:description\" content=\"redirect takes anyone visiting an old or alternate web address and guides them to the primary domain. It all happens behind the scenes, so visitors don\u2019t even know they\u2019re being \u201credirected\u201d. Redirects can be used when merging two sites, getting rid of old pages that are linked elsewhere on the web, making sure users end up on the homepage when they may otherwise have encountered an error, and much more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.atom.com\/blog\/domain-redirection\/\" \/>\n<meta property=\"og:site_name\" content=\"Atom\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/atomdotcom\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-16T14:03:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-24T11:17:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Callie Lavit\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@atomhq\" \/>\n<meta name=\"twitter:site\" content=\"@atomhq\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Callie Lavit\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/\"},\"author\":{\"name\":\"Callie Lavit\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/df31db712c83720b56e095ebd77aca56\"},\"headline\":\"Domain Redirection: How to Redirect a Domain to Another\",\"datePublished\":\"2024-01-16T14:03:43+00:00\",\"dateModified\":\"2025-04-24T11:17:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/\"},\"wordCount\":1148,\"publisher\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg\",\"articleSection\":[\"Domains\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/\",\"url\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/\",\"name\":\"Domain Redirection: How to Redirect a Domain to Another - Atom\",\"isPartOf\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg\",\"datePublished\":\"2024-01-16T14:03:43+00:00\",\"dateModified\":\"2025-04-24T11:17:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.atom.com\/blog\/domain-redirection\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage\",\"url\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg\",\"contentUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg\",\"width\":1792,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.atom.com\/blog\/domain-redirection\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.atom.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Domain Redirection: How to Redirect a Domain to Another\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.atom.com\/blog\/#website\",\"url\":\"https:\/\/www.atom.com\/blog\/\",\"name\":\"Atom\",\"description\":\"Insights from 50,000+ Domain, Naming and Branding Projects\",\"publisher\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\"},\"alternateName\":\"Atom.com\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.atom.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.atom.com\/blog\/#organization\",\"name\":\"Atom\",\"alternateName\":\"Atom.com\",\"url\":\"https:\/\/www.atom.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png\",\"contentUrl\":\"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png\",\"width\":766,\"height\":226,\"caption\":\"Atom\"},\"image\":{\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/atomdotcom\",\"https:\/\/x.com\/atomhq\",\"https:\/\/www.linkedin.com\/company\/atomdotcom\/\",\"https:\/\/www.youtube.com\/@atomdotcom\",\"https:\/\/www.instagram.com\/workwithatom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/df31db712c83720b56e095ebd77aca56\",\"name\":\"Callie Lavit\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.atom.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/143b07ef5f334c6aaea9d6ad7b9a4556?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/143b07ef5f334c6aaea9d6ad7b9a4556?s=96&d=mm&r=g\",\"caption\":\"Callie Lavit\"},\"url\":\"https:\/\/www.atom.com\/blog\/author\/callie\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Domain Redirection: How to Redirect a Domain to Another - Atom","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:\/\/www.atom.com\/blog\/domain-redirection\/","og_locale":"en_US","og_type":"article","og_title":"Domain Redirection: How to Redirect a Domain to Another - Atom","og_description":"redirect takes anyone visiting an old or alternate web address and guides them to the primary domain. It all happens behind the scenes, so visitors don\u2019t even know they\u2019re being \u201credirected\u201d. Redirects can be used when merging two sites, getting rid of old pages that are linked elsewhere on the web, making sure users end up on the homepage when they may otherwise have encountered an error, and much more.","og_url":"https:\/\/www.atom.com\/blog\/domain-redirection\/","og_site_name":"Atom","article_publisher":"https:\/\/www.facebook.com\/atomdotcom","article_published_time":"2024-01-16T14:03:43+00:00","article_modified_time":"2025-04-24T11:17:06+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg","type":"image\/jpeg"}],"author":"Callie Lavit","twitter_card":"summary_large_image","twitter_creator":"@atomhq","twitter_site":"@atomhq","twitter_misc":{"Written by":"Callie Lavit","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#article","isPartOf":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/"},"author":{"name":"Callie Lavit","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/df31db712c83720b56e095ebd77aca56"},"headline":"Domain Redirection: How to Redirect a Domain to Another","datePublished":"2024-01-16T14:03:43+00:00","dateModified":"2025-04-24T11:17:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/"},"wordCount":1148,"publisher":{"@id":"https:\/\/www.atom.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage"},"thumbnailUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg","articleSection":["Domains"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/","url":"https:\/\/www.atom.com\/blog\/domain-redirection\/","name":"Domain Redirection: How to Redirect a Domain to Another - Atom","isPartOf":{"@id":"https:\/\/www.atom.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage"},"image":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage"},"thumbnailUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg","datePublished":"2024-01-16T14:03:43+00:00","dateModified":"2025-04-24T11:17:06+00:00","breadcrumb":{"@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.atom.com\/blog\/domain-redirection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#primaryimage","url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg","contentUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/01\/domain-redirection.jpeg","width":1792,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.atom.com\/blog\/domain-redirection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.atom.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Domain Redirection: How to Redirect a Domain to Another"}]},{"@type":"WebSite","@id":"https:\/\/www.atom.com\/blog\/#website","url":"https:\/\/www.atom.com\/blog\/","name":"Atom","description":"Insights from 50,000+ Domain, Naming and Branding Projects","publisher":{"@id":"https:\/\/www.atom.com\/blog\/#organization"},"alternateName":"Atom.com","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.atom.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.atom.com\/blog\/#organization","name":"Atom","alternateName":"Atom.com","url":"https:\/\/www.atom.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png","contentUrl":"https:\/\/www.atom.com\/blog\/wp-content\/uploads\/2024\/04\/Atom-03.png","width":766,"height":226,"caption":"Atom"},"image":{"@id":"https:\/\/www.atom.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/atomdotcom","https:\/\/x.com\/atomhq","https:\/\/www.linkedin.com\/company\/atomdotcom\/","https:\/\/www.youtube.com\/@atomdotcom","https:\/\/www.instagram.com\/workwithatom"]},{"@type":"Person","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/df31db712c83720b56e095ebd77aca56","name":"Callie Lavit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atom.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/143b07ef5f334c6aaea9d6ad7b9a4556?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/143b07ef5f334c6aaea9d6ad7b9a4556?s=96&d=mm&r=g","caption":"Callie Lavit"},"url":"https:\/\/www.atom.com\/blog\/author\/callie\/"}]}},"_links":{"self":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7936"}],"collection":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/users\/107"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/comments?post=7936"}],"version-history":[{"count":3,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7936\/revisions"}],"predecessor-version":[{"id":11147,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/posts\/7936\/revisions\/11147"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/media\/10334"}],"wp:attachment":[{"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/media?parent=7936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/categories?post=7936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.atom.com\/blog\/wp-json\/wp\/v2\/tags?post=7936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}