{"id":1778,"date":"2026-02-03T18:02:58","date_gmt":"2026-02-03T21:02:58","guid":{"rendered":"https:\/\/neoloshop.com\/tutorials\/?p=1778"},"modified":"2026-02-03T18:03:02","modified_gmt":"2026-02-03T21:03:02","slug":"how-to-point-a-subdomain-to-another-server","status":"publish","type":"post","link":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/","title":{"rendered":"How to point a subdomain to another server"},"content":{"rendered":"\n<p>Pointing a subdomain to another server allows you to host different parts of your website on different servers without changing your main domain. This is useful for improving performance, organization, and scalability.<\/p>\n\n\n\n<p>If you have a <a href=\"https:\/\/www.neolo.com\/usa\/register-domain\/\" target=\"_blank\" rel=\"noreferrer noopener\">web domain<\/a> and need a specific part of it to run on another server (for example, a blog, a store, or an internal system), pointing a subdomain to another server is the right solution. You don&#8217;t need advanced knowledge or to change your entire site.<\/p>\n\n\n\n<p>In this guide, we explain what a subdomain is, why it&#8217;s a good idea to use one, and <strong>how to point it to another server step by step<\/strong>, clearly and without unnecessary technical jargon.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is a subdomain?<\/strong><\/h2>\n\n\n\n<p>A subdomain is an extension of your main domain. For example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Main domain: <code>yoursite.com<\/code><\/li>\n\n\n\n<li>Subdomain: <code>blog.yoursite.com<\/code><\/li>\n<\/ul>\n\n\n\n<p>Subdomains function as independent sites, even though they are associated with the same web domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is the purpose of pointing a subdomain to another server?<\/strong><\/h2>\n\n\n\n<p>Pointing a subdomain to another server allows you to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use different hosting services<\/li>\n<\/ul>\n\n\n\n<p>Separate projects without purchasing new domains<\/p>\n\n\n\n<p>Improve speed or stability<\/p>\n\n\n\n<p>Test developments without affecting the main website<\/p>\n\n\n\n<p>It is a common practice in both small projects and large companies.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What you need before you start<\/strong><\/h3>\n\n\n\n<p>Before configuring the subdomain, make sure you have:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An active web domain<\/li>\n\n\n\n<li>Access to the DNS control panel<\/li>\n\n\n\n<li>The destination server address (IP or name)<\/li>\n<\/ul>\n\n\n\n<p>If your domain is registered with <a href=\"https:\/\/www.neolo.com\/usa\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Neolo<\/strong><\/a>, all of this can be managed from one place.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to point a subdomain to another server (step by step)<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Log in to the DNS manager<\/strong><\/h3>\n\n\n\n<p>Access the panel where you manage your web domain. In Neolo, you will find it within domain management.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Create the subdomain<\/strong><\/h3>\n\n\n\n<p>Define the name of the subdomain, for example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>app.yoursite.com<\/code><\/li>\n\n\n\n<li><code>store.yoursite.com<\/code><\/li>\n<\/ul>\n\n\n\n<p>This does not create the site, it only declares it within the domain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Configure the correct record<\/strong><\/h3>\n\n\n\n<p>Here you have two common options:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Option A: Point with an A record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Type: A<\/li>\n\n\n\n<li>Name: subdomain (for example, <code>blog<\/code>)<\/li>\n\n\n\n<li>Value: IP of the other server<\/li>\n<\/ul>\n\n\n\n<p>This is the most commonly used and simplest option.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Option B: Point with a CNAME record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Type: CNAME<\/li>\n\n\n\n<li>Name: subdomain<\/li>\n\n\n\n<li>Value: server address (example: <code>server.otherhosting.com<\/code>)<\/li>\n<\/ul>\n\n\n\n<p>Recommended if the provider changes IPs automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Save the changes and wait<\/strong><\/h3>\n\n\n\n<p>The changes are not immediate. The normal propagation time is:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Between 5 minutes and 24 hours<\/li>\n<\/ul>\n\n\n\n<p>During that time, the subdomain may work intermittently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Practical example<\/strong><\/h2>\n\n\n\n<p>Let&#8217;s suppose that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your domain is with Neolo<\/li>\n\n\n\n<li>Your main website is still with Neolo<\/li>\n\n\n\n<li>You want to host <code>blog.yoursite.com<\/code> on another server<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>You just need to create the subdomain and point it to the IP address provided by the other provider. The main domain is not affected.<\/em><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><em>Common mistakes to avoid<\/em><\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Pointing the subdomain without the destination server being active<\/em><\/li>\n\n\n\n<li><em>Misspelling the IP address or server name<\/em><\/li>\n\n\n\n<li><em>Confusing subdomain with folder<\/em><\/li>\n\n\n\n<li><em>Not waiting for the propagation time<\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><em>Little-known tips about subdomains<\/em><\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>A subdomain <\/em><strong><em>does not automatically inherit<\/em><\/strong><em> security certificates<\/em><\/li>\n\n\n\n<li><em>You can use subdomains for testing without affecting the ranking of the main site<\/em><\/li>\n\n\n\n<li><em>Google treats each subdomain as a separate site<\/em><\/li>\n\n\n\n<li><em>They are ideal for separating services without overloading a single server<\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><em>Does using subdomains affect SEO?<\/em><\/strong><\/h2>\n\n\n\n<p><em>It&#8217;s not negative, but you should keep in mind:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Each subdomain is positioned separately<\/em><\/li>\n\n\n\n<li><em>It needs its own content and optimization<\/em><\/li>\n\n\n\n<li><em>When used well, they improve the structure of the project<\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><em>Conclusion<\/em><\/strong><\/h2>\n\n\n\n<p><em>Pointing a subdomain to another server is a simple and effective way to organize, scale, and optimize your web project. It does not require advanced knowledge and gives you a lot of technical flexibility.<\/em><\/p>\n\n\n\n<p><em>If you manage your web domains at <\/em><a href=\"https:\/\/www.neolo.com\/usa\/register-domain\/\"><strong><em>Neolo<\/em><\/strong><\/a><em>, the process is fast, clear, and supported in Spanish.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><em>FAQs \u2013 Frequently asked questions<\/em><\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><em>Is a subdomain free?<\/em><\/strong><\/h3>\n\n\n\n<p><em>Yes. You do not need to pay for another domain.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><em>Can I have multiple subdomains?<\/em><\/strong><\/h3>\n\n\n\n<p><em>Yes, as many as you need.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><em>Do I need different hosting?<\/em><\/strong><\/h3>\n\n\n\n<p><em>Only if you want to point it to another server.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong><em>Is it reversible?<\/em><\/strong><\/h3>\n\n\n\n<p><em>Yes. You can change the destination whenever you want.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Pointing a subdomain to another server allows you to host different parts of your website on different servers without changing your main domain.<\/p>\n","protected":false},"author":1,"featured_media":1779,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-1778","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-domains"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to point a subdomain to another server - Neolo Shop Tutorials<\/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:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to point a subdomain to another server - Neolo Shop Tutorials\" \/>\n<meta property=\"og:description\" content=\"Pointing a subdomain to another server allows you to host different parts of your website on different servers without changing your main domain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Neolo Shop Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-03T21:02:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-03T21:03:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"896\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"neoloadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\"},\"author\":{\"name\":\"neoloadmin\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/c5791d3e737334e7afed9afbf976ac1c\"},\"headline\":\"How to point a subdomain to another server\",\"datePublished\":\"2026-02-03T21:02:58+00:00\",\"dateModified\":\"2026-02-03T21:03:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\"},\"wordCount\":674,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#organization\"},\"image\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg\",\"articleSection\":[\"Domains\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\",\"url\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\",\"name\":\"How to point a subdomain to another server - Neolo Shop Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg\",\"datePublished\":\"2026-02-03T21:02:58+00:00\",\"dateModified\":\"2026-02-03T21:03:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage\",\"url\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg\",\"contentUrl\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg\",\"width\":1600,\"height\":896},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/neoloshop.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to point a subdomain to another server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#website\",\"url\":\"https:\/\/neoloshop.com\/tutorials\/\",\"name\":\"Neolo Shop Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/neoloshop.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#organization\",\"name\":\"Neolo Shop Tutorials\",\"url\":\"https:\/\/neoloshop.com\/tutorials\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2025\/10\/logo_neolo.png\",\"contentUrl\":\"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2025\/10\/logo_neolo.png\",\"width\":150,\"height\":32,\"caption\":\"Neolo Shop Tutorials\"},\"image\":{\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/c5791d3e737334e7afed9afbf976ac1c\",\"name\":\"neoloadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/be2ddbb78a94586fb8cedbc90457b8b1ba4a3f2f08d58c3b805f869930c10877?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/be2ddbb78a94586fb8cedbc90457b8b1ba4a3f2f08d58c3b805f869930c10877?s=96&d=mm&r=g\",\"caption\":\"neoloadmin\"},\"sameAs\":[\"http:\/\/neoloshop.com\/tutorials\"],\"url\":\"https:\/\/neoloshop.com\/tutorials\/author\/neoloadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to point a subdomain to another server - Neolo Shop Tutorials","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:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/","og_locale":"en_US","og_type":"article","og_title":"How to point a subdomain to another server - Neolo Shop Tutorials","og_description":"Pointing a subdomain to another server allows you to host different parts of your website on different servers without changing your main domain.","og_url":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/","og_site_name":"Neolo Shop Tutorials","article_published_time":"2026-02-03T21:02:58+00:00","article_modified_time":"2026-02-03T21:03:02+00:00","og_image":[{"width":1600,"height":896,"url":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg","type":"image\/jpeg"}],"author":"neoloadmin","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#article","isPartOf":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/"},"author":{"name":"neoloadmin","@id":"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/c5791d3e737334e7afed9afbf976ac1c"},"headline":"How to point a subdomain to another server","datePublished":"2026-02-03T21:02:58+00:00","dateModified":"2026-02-03T21:03:02+00:00","mainEntityOfPage":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/"},"wordCount":674,"commentCount":0,"publisher":{"@id":"https:\/\/neoloshop.com\/tutorials\/#organization"},"image":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage"},"thumbnailUrl":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg","articleSection":["Domains"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/","url":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/","name":"How to point a subdomain to another server - Neolo Shop Tutorials","isPartOf":{"@id":"https:\/\/neoloshop.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage"},"image":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage"},"thumbnailUrl":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg","datePublished":"2026-02-03T21:02:58+00:00","dateModified":"2026-02-03T21:03:02+00:00","breadcrumb":{"@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#primaryimage","url":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg","contentUrl":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2026\/02\/persona-asombrada-con-laptop.jpg","width":1600,"height":896},{"@type":"BreadcrumbList","@id":"https:\/\/neoloshop.com\/tutorials\/how-to-point-a-subdomain-to-another-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/neoloshop.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"How to point a subdomain to another server"}]},{"@type":"WebSite","@id":"https:\/\/neoloshop.com\/tutorials\/#website","url":"https:\/\/neoloshop.com\/tutorials\/","name":"Neolo Shop Tutorials","description":"","publisher":{"@id":"https:\/\/neoloshop.com\/tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/neoloshop.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/neoloshop.com\/tutorials\/#organization","name":"Neolo Shop Tutorials","url":"https:\/\/neoloshop.com\/tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neoloshop.com\/tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2025\/10\/logo_neolo.png","contentUrl":"https:\/\/neoloshop.com\/tutorials\/wp-content\/uploads\/2025\/10\/logo_neolo.png","width":150,"height":32,"caption":"Neolo Shop Tutorials"},"image":{"@id":"https:\/\/neoloshop.com\/tutorials\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/c5791d3e737334e7afed9afbf976ac1c","name":"neoloadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neoloshop.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/be2ddbb78a94586fb8cedbc90457b8b1ba4a3f2f08d58c3b805f869930c10877?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/be2ddbb78a94586fb8cedbc90457b8b1ba4a3f2f08d58c3b805f869930c10877?s=96&d=mm&r=g","caption":"neoloadmin"},"sameAs":["http:\/\/neoloshop.com\/tutorials"],"url":"https:\/\/neoloshop.com\/tutorials\/author\/neoloadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/posts\/1778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/comments?post=1778"}],"version-history":[{"count":2,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/posts\/1778\/revisions"}],"predecessor-version":[{"id":1781,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/posts\/1778\/revisions\/1781"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/media\/1779"}],"wp:attachment":[{"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/media?parent=1778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/categories?post=1778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/neoloshop.com\/tutorials\/wp-json\/wp\/v2\/tags?post=1778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}