{"id":108,"date":"2012-03-28T21:30:08","date_gmt":"2012-03-28T21:30:08","guid":{"rendered":"http:\/\/garysieling.com\/blog\/?p=108"},"modified":"2012-03-28T21:30:08","modified_gmt":"2012-03-28T21:30:08","slug":"how-to-fix-error-namespace_err-dom-exception-14-in-chrome","status":"publish","type":"post","link":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/","title":{"rendered":"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome"},"content":{"rendered":"<p>The only references I&#8217;ve found online are to an old bug in Chrome.<\/p>\n<pre>\nError: NAMESPACE_ERR: DOM Exception 14\n<\/pre>\n<p>I generated this with the following xpath expression generated by Firebug:<\/p>\n<pre>\nid('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]\n<\/pre>\n<p>This causes this javascript line to fail:<\/p>\n<pre>\ndocument.evaluate(\"id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]\", document, null, XPathResult.ANY_TYPE, null)\n<\/pre>\n<p>The fix is very simple: remove the namespaces &#8211; the &#8220;x:&#8221;, like so:<\/p>\n<pre>\nid('content')\/div[2]\/div[3]\/div[1]\/h2[2]\n<\/pre>\n<p>And then the JS code will work:<\/p>\n<pre>\ndocument.evaluate(\"id('content')\/div[2]\/div[3]\/div[1]\/h2[2]\", document, null, XPathResult.ANY_TYPE, null)\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The only references I&#8217;ve found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id(&#8216;content&#8217;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&#8220;id(&#8216;content&#8217;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&#8221;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces &#8211; the &#8220;x:&#8221;, like so: &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[1],"tags":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"The only references I&#039;ve found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&quot;id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&quot;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the &quot;x:&quot;, like so:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"gary\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Gary Sieling - Software Engineer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling\" \/>\n\t\t<meta property=\"og:description\" content=\"The only references I&#039;ve found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&quot;id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&quot;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the &quot;x:&quot;, like so:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-03-28T21:30:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2012-03-28T21:30:08+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The only references I&#039;ve found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&quot;id(&#039;content&#039;)\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&quot;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the &quot;x:&quot;, like so:\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#blogposting\",\"name\":\"How to fix \\u201cError: NAMESPACE_ERR: DOM Exception 14\\u201d in Chrome - Gary Sieling\",\"headline\":\"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome\",\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\"},\"datePublished\":\"2012-03-28T21:30:08+00:00\",\"dateModified\":\"2012-03-28T21:30:08+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#webpage\"},\"articleSection\":\"Uncategorized\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.garysieling.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#listItem\",\"name\":\"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#listItem\",\"position\":3,\"name\":\"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\",\"name\":\"Gary Sieling\",\"description\":\"Software Engineer\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/\",\"name\":\"gary\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0be925276d848ffe98a6a9dc8cf33e67?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"gary\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#webpage\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/\",\"name\":\"How to fix \\u201cError: NAMESPACE_ERR: DOM Exception 14\\u201d in Chrome - Gary Sieling\",\"description\":\"The only references I've found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id('content')\\\/x:div[2]\\\/x:div[3]\\\/x:div[1]\\\/x:h2[2] This causes this javascript line to fail: document.evaluate(\\\"id('content')\\\/x:div[2]\\\/x:div[3]\\\/x:div[1]\\\/x:h2[2]\\\", document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the \\\"x:\\\", like so:\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"datePublished\":\"2012-03-28T21:30:08+00:00\",\"dateModified\":\"2012-03-28T21:30:08+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/\",\"name\":\"Gary Sieling\",\"description\":\"Software Engineer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling","description":"The only references I've found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(\"id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]\", document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the \"x:\", like so:","canonical_url":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#blogposting","name":"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling","headline":"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome","author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"publisher":{"@id":"https:\/\/www.garysieling.com\/blog\/#organization"},"datePublished":"2012-03-28T21:30:08+00:00","dateModified":"2012-03-28T21:30:08+00:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#webpage"},"isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#webpage"},"articleSection":"Uncategorized"},{"@type":"BreadcrumbList","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.garysieling.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/#listItem","position":2,"name":"Uncategorized","item":"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#listItem","name":"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#listItem","position":3,"name":"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome","previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}}]},{"@type":"Organization","@id":"https:\/\/www.garysieling.com\/blog\/#organization","name":"Gary Sieling","description":"Software Engineer","url":"https:\/\/www.garysieling.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author","url":"https:\/\/www.garysieling.com\/blog\/author\/gary\/","name":"gary","image":{"@type":"ImageObject","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0be925276d848ffe98a6a9dc8cf33e67?s=96&d=identicon&r=g","width":96,"height":96,"caption":"gary"}},{"@type":"WebPage","@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#webpage","url":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/","name":"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling","description":"The only references I've found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(\"id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]\", document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the \"x:\", like so:","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/#breadcrumblist"},"author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"creator":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"datePublished":"2012-03-28T21:30:08+00:00","dateModified":"2012-03-28T21:30:08+00:00"},{"@type":"WebSite","@id":"https:\/\/www.garysieling.com\/blog\/#website","url":"https:\/\/www.garysieling.com\/blog\/","name":"Gary Sieling","description":"Software Engineer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.garysieling.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Gary Sieling - Software Engineer","og:type":"article","og:title":"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling","og:description":"The only references I've found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&quot;id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&quot;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the &quot;x:&quot;, like so:","og:url":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/","article:published_time":"2012-03-28T21:30:08+00:00","article:modified_time":"2012-03-28T21:30:08+00:00","twitter:card":"summary_large_image","twitter:title":"How to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome - Gary Sieling","twitter:description":"The only references I've found online are to an old bug in Chrome. Error: NAMESPACE_ERR: DOM Exception 14 I generated this with the following xpath expression generated by Firebug: id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2] This causes this javascript line to fail: document.evaluate(&quot;id('content')\/x:div[2]\/x:div[3]\/x:div[1]\/x:h2[2]&quot;, document, null, XPathResult.ANY_TYPE, null) The fix is very simple: remove the namespaces - the &quot;x:&quot;, like so:"},"aioseo_meta_data":{"post_id":"108","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2023-02-04 16:03:17","updated":"2026-07-06 00:41:32","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.garysieling.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to fix \u201cError: NAMESPACE_ERR: DOM Exception 14\u201d in Chrome\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.garysieling.com\/blog"},{"label":"Uncategorized","link":"https:\/\/www.garysieling.com\/blog\/category\/uncategorized\/"},{"label":"How to fix &#8220;Error: NAMESPACE_ERR: DOM Exception 14&#8221; in Chrome","link":"https:\/\/www.garysieling.com\/blog\/how-to-fix-error-namespace_err-dom-exception-14-in-chrome\/"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/108"}],"collection":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/comments?post=108"}],"version-history":[{"count":0,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/108\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/media?parent=108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/categories?post=108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/tags?post=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}