{"id":1329,"date":"2025-05-06T12:22:56","date_gmt":"2025-05-06T12:22:56","guid":{"rendered":"https:wyzard.local\/?p=1329"},"modified":"2025-07-22T11:09:49","modified_gmt":"2025-07-22T11:09:49","slug":"guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp","status":"publish","type":"post","link":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/","title":{"rendered":"Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>Prerequisites<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A Google Cloud account with a project.<\/li>\n\n\n\n<li>A DNS zone created for your domain.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Steps to Add Records<\/strong><\/h3>\n\n\n\n<p><strong>Log in to Google Cloud Console<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to https:\/\/console.cloud.google.com\/.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXfp7kr56tb7Ki6QtUkZWjA070KyVYdKFETODSN-4xCLT-vw1C6cleegSMyxvmpMbhBiFzat_DlsW6-aYfgwMkt_qWTmaZyEPF4UIFx6TTNOvhv_6WSnetnGfqNuzlyW1kKLf7Dikg?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Navigate to Cloud DNS<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the left menu, select &#8220;Networking&#8221; &gt; &#8220;Cloud DNS&#8221;.<\/li>\n\n\n\n<li>Click on the DNS zone for your domain (e.g., example-com).<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<p><strong>Add Record Set<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click &#8220;Add record set&#8221;.<\/li>\n<\/ul>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcqauv6iUWsUn6liT5rRjcdy3c-oH9bdj0iOn_N1VyN5pZKQSOyUrU0fDFjES59K3ZfrUV00-QfSMfgu-aUZlf--N1-OfDU1PBs91tWnVLMMBcOc35bUOE2KE0XIv05twUZk6WN7w?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding a TXT Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DNS Name<\/strong>: Enter the subdomain (e.g., sub.example.com.) or just example.com. for the root.<\/li>\n\n\n\n<li><strong>Resource Record Type<\/strong>: Select TXT.<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set to 3600 seconds (or customize).<\/li>\n\n\n\n<li><strong>TXT Data<\/strong>: Enter the text value in quotes (e.g., &#8220;v=spf1 include:_spf.google.com ~all&#8221;).<br><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf1bXXR-5mtpAXlM1UAd33ZzWXQzm6DvB494tkme6o_8Ded3_b8_pE2h0U4QH2DfCcK-CxCUrZiZVYYVmiLLF5cHcuZuDl3d6hlIOBVSq_tHzhnDTPAAWIBCYFk87iKV9CEZ2OX?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding an MX Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DNS Name<\/strong>: Enter example.com. for the root or a subdomain (e.g., mail.example.com.).<\/li>\n\n\n\n<li><strong>Resource Record Type<\/strong>: Select MX.<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set to 3600 seconds.<\/li>\n\n\n\n<li><strong>MX Data<\/strong>: Enter priority and server (e.g., 1 aspmx.l.google.com.), one per line. Include trailing dots.<\/li>\n\n\n\n<li>Click &#8220;Create&#8221;.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf768SSAS6r08xleG5fM21hQKW7oE1vsnGMeGI8fdzGtmy-vSoHRo54kzjh_A0jlmssv8wlbZKbunlx1miNQsoXnMUfiXFVKaSXEb1hRnT25wdMQtEb1NZW2GvPsr_IGAgmowqCHw?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding a CNAME Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DNS Name<\/strong>: Enter the subdomain (e.g., www.example.com.).<\/li>\n\n\n\n<li><strong>Resource Record Type<\/strong>: Select CNAME.<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set to 3600 seconds.<\/li>\n\n\n\n<li><strong>Canonical Name<\/strong>: Enter the target (e.g., example.com. or anotherdomain.com.).<\/li>\n\n\n\n<li>Click &#8220;Create&#8221;.<\/li>\n<\/ul>\n\n\n\n<p><strong>Save Changes<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click &#8220;Create&#8221; for each record. Propagation may take a few minutes to hours.<\/li>\n<\/ul>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXf3VqkRzacDFoU_1pTaQhJ6XVUtvbeFx_ESp2g1JNJQmLHr3Lj-Mo-lf33gGGgzVN1VlWdIIOgB4b_gEeMgLbufhwWK8yUbVPTKAfUs-Go5xdv1WLBWq94SzdIXvMGqOozPC85Qyg?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Reference<\/strong><\/p>\n\n\n\n<p><strong>Video<\/strong>: <a href=\"https:\/\/youtu.be\/HTRwE4rWMZA?t=148\">Create a Google Cloud DNS Zone from scratch in 8mins using Shared VPC<\/a><br><strong>Docs<\/strong>: <a href=\"https:\/\/cloud.google.com\/dns\/docs\/records\">https:\/\/cloud.google.com\/dns\/docs\/records<\/a><\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-black ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title ez-toc-toggle\" style=\"cursor:pointer\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #fcfcfc;color:#fcfcfc\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #fcfcfc;color:#fcfcfc\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#Notes\" >Notes<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Notes\"><\/span><strong>Notes<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Propagation Time<\/strong>: DNS changes may take anywhere from a few minutes to 48 hours to propagate across the internet, depending on TTL settings and DNS provider.<\/li>\n\n\n\n<li><strong>Verification<\/strong>: Use tools like dig (e.g., dig example.com TXT) or nslookup to verify records after adding them.<\/li>\n\n\n\n<li><strong>Trailing Dots<\/strong>: AWS and GCP often require trailing dots for FQDNs (e.g., example.com.), while Azure and GoDaddy typically do not.<\/li>\n<\/ul>\n\n\n\n<p>This guide ensures you can configure DNS records efficiently. For specific use cases (e.g., email setup, domain verification), refer to the service provider\u2019s documentation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prerequisites Steps to Add Records Log in to Google Cloud Console: Navigate to Cloud DNS: Add Record Set: Adding a TXT Record Adding an MX Record Adding a CNAME Record Save Changes: Reference Video: Create a Google Cloud DNS Zone from scratch in 8mins using Shared VPCDocs: https:\/\/cloud.google.com\/dns\/docs\/records Notes This guide ensures you can configure&hellip; <a class=\"more-link\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/\">Continue reading <span class=\"screen-reader-text\">Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)<\/span><\/a><\/p>\n","protected":false},"author":12,"featured_media":1339,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[60],"tags":[],"class_list":["post-1329","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kb","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Add TXT, MX &amp; CNAME Records in Google Cloud DNS (GCP)<\/title>\n<meta name=\"description\" content=\"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add TXT, MX &amp; CNAME Records in Google Cloud DNS (GCP)\" \/>\n<meta property=\"og:description\" content=\"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/\" \/>\n<meta property=\"og:site_name\" content=\"Wyzard \u2014 The Signal-to-Revenue AI\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-06T12:22:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-22T11:09:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Vivek kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vivek kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/\"},\"author\":{\"name\":\"Vivek kumar\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/person\\\/c9c4ba685e6e3285673db3c1a680491f\"},\"headline\":\"Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)\",\"datePublished\":\"2025-05-06T12:22:56+00:00\",\"dateModified\":\"2025-07-22T11:09:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blogg_2.png\",\"articleSection\":[\"Knowledge Base\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/\",\"name\":\"Add TXT, MX & CNAME Records in Google Cloud DNS (GCP)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blogg_2.png\",\"datePublished\":\"2025-05-06T12:22:56+00:00\",\"dateModified\":\"2025-07-22T11:09:49+00:00\",\"description\":\"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blogg_2.png\",\"contentUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blogg_2.png\",\"width\":800,\"height\":400,\"caption\":\"Add MX Records in Google Cloud DNS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\",\"name\":\"Wyzard.ai\",\"description\":\"Wyzard \u2014 The Signal-to-Revenue AI\",\"publisher\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\",\"name\":\"Wyzard.ai - AI Marketing Co-Pilot\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cropped-BETA-LOGO.png\",\"contentUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cropped-BETA-LOGO.png\",\"width\":172,\"height\":39,\"caption\":\"Wyzard.ai - AI Marketing Co-Pilot\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wyzardai\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/person\\\/c9c4ba685e6e3285673db3c1a680491f\",\"name\":\"Vivek kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"caption\":\"Vivek kumar\"},\"sameAs\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\"],\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/author\\\/vivekkumar\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Add TXT, MX & CNAME Records in Google Cloud DNS (GCP)","description":"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.","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:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/","og_locale":"en_US","og_type":"article","og_title":"Add TXT, MX & CNAME Records in Google Cloud DNS (GCP)","og_description":"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.","og_url":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/","og_site_name":"Wyzard \u2014 The Signal-to-Revenue AI","article_published_time":"2025-05-06T12:22:56+00:00","article_modified_time":"2025-07-22T11:09:49+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png","type":"image\/png"}],"author":"Vivek kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vivek kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#article","isPartOf":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/"},"author":{"name":"Vivek kumar","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/person\/c9c4ba685e6e3285673db3c1a680491f"},"headline":"Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)","datePublished":"2025-05-06T12:22:56+00:00","dateModified":"2025-07-22T11:09:49+00:00","mainEntityOfPage":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/wyzard.ai\/blog\/#organization"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#primaryimage"},"thumbnailUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png","articleSection":["Knowledge Base"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/","url":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/","name":"Add TXT, MX & CNAME Records in Google Cloud DNS (GCP)","isPartOf":{"@id":"https:\/\/wyzard.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#primaryimage"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#primaryimage"},"thumbnailUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png","datePublished":"2025-05-06T12:22:56+00:00","dateModified":"2025-07-22T11:09:49+00:00","description":"Learn how to configure DNS records in Google Cloud Platform (GCP) to verify domains, set up email, and deploy AI tools easily.","breadcrumb":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#primaryimage","url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png","contentUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blogg_2.png","width":800,"height":400,"caption":"Add MX Records in Google Cloud DNS"},{"@type":"BreadcrumbList","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-google-cloud-dns-gcp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wyzard.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Guide to Adding TXT, MX, and CNAME Records in Google Cloud DNS (GCP)"}]},{"@type":"WebSite","@id":"https:\/\/wyzard.ai\/blog\/#website","url":"https:\/\/wyzard.ai\/blog\/","name":"Wyzard.ai","description":"Wyzard \u2014 The Signal-to-Revenue AI","publisher":{"@id":"https:\/\/wyzard.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wyzard.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wyzard.ai\/blog\/#organization","name":"Wyzard.ai - AI Marketing Co-Pilot","url":"https:\/\/wyzard.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2024\/05\/cropped-BETA-LOGO.png","contentUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2024\/05\/cropped-BETA-LOGO.png","width":172,"height":39,"caption":"Wyzard.ai - AI Marketing Co-Pilot"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/wyzardai\/"]},{"@type":"Person","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/person\/c9c4ba685e6e3285673db3c1a680491f","name":"Vivek kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","caption":"Vivek kumar"},"sameAs":["https:\/\/wyzard.ai\/blog\/"],"url":"https:\/\/wyzard.ai\/blog\/author\/vivekkumar\/"}]}},"_links":{"self":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts\/1329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/comments?post=1329"}],"version-history":[{"count":0,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts\/1329\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/media\/1339"}],"wp:attachment":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/media?parent=1329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/categories?post=1329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/tags?post=1329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}