{"id":3353,"date":"2023-04-12T15:32:48","date_gmt":"2023-04-12T15:32:48","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/"},"modified":"2026-01-16T15:00:04","modified_gmt":"2026-01-16T15:00:04","slug":"linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/","title":{"rendered":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page?"},"content":{"rendered":"<p><strong><em>Wow, now I can add a URL link to my Cognos Analytics (CA) Welcome Page!<\/em><\/strong><\/p>\n<p><strong>Business Case:\u00a0 <\/strong><\/p>\n<p>In an earlier QueBIT Knowledge Base article, \u201c<em><a href=\"https:\/\/quebit.com\/askquebit\/business-intelligence-data-management\/creating-and-setting-a-default-welcome-page-for-cognos-analytics-11-0-4\/\">Setting a Default Welcome Page in Cognos Analytics 11.0.4+\u201d<\/a>, <\/em>you learned how to set up a custom welcome page in CA.\u00a0 In this article, we are going to add a URL link to the welcome page, giving the users easy access to additional resources right from the welcome screen.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-299\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome1-min.jpg\" alt=\"\" width=\"619\" height=\"281\" \/><\/p>\n<p>For this example, we are specifically adding a URL link to our \u201cAskQueBIT\u201d site, providing our users quick access to our \u201cAsk the Expert\u201d blogs and articles under the Quebit website (www.quebit.com).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-300\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome2-min-1024x550.jpg\" alt=\"\" width=\"605\" height=\"325\" \/><\/p>\n<p>Please note, I recommend you review the earlier article on how to customize the welcome page prior to starting this article.<\/p>\n<p><strong>Procedure:<\/strong><\/p>\n<ol>\n<li>When creating the new Welcome Page, you updated some Sample files and stored them in the QueBIT_Welcome folder.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-301\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome3-min.jpg\" alt=\"\" width=\"895\" height=\"247\" \/><\/p>\n<ol start=\"2\">\n<li>Drill down to QueBIt_Welome\/js\/views\/ folder and open the SampleWelcomeView.html file<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-302\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome4-min.jpg\" alt=\"\" width=\"865\" height=\"175\" \/><\/p>\n<ol start=\"3\">\n<li>Using a code editor, add the following code to the html file:<\/li>\n<\/ol>\n<p>&lt;div class=&#8221;samplePrimaryWelcomeMsg&#8221; style=&#8221;display: inline-block; font-size: 20px; color: #FFFFFF; margin-top: 50px&#8221;&gt;Please choose an action from the navigation bar on the left, or ask the experts\u00a0 &lt;a href=&#8221;https:\/\/quebit.com\/askquebit\/business-intelligence-data-management\/&#8221;target=_blank&#8221;&gt;&lt;b&gt;AskQueBIT&lt;\/b&gt;&lt;\/a&gt; &#8230;&lt;\/div&gt;<\/p>\n<p>Here is some additional information on the HTML code used above:<\/p>\n<ul>\n<li>&lt;div&gt;: Definition of a section in a document<\/li>\n<li>\u201cClass = \u201d specifies one or more class names for an element and is mostly used to point to a class in a style sheet. However, it can also be used by a JavaScript (via the HTML DOM) to make changes to HTML elements with a specified class.<\/li>\n<li>\u201cStyle = \u201c defines style information for an HTML document. Inside the &lt;style&gt; element you specify how HTML elements should render in a browser.<\/li>\n<li>\u201chref = \u201c Specifies the URL of the page the link goes to. If the href attribute is not present, the &lt;a&gt; tag is not a hyperlink.<\/li>\n<li>\u201ctarget=_blank\u201d specifies the new target will open in a new browser window.<\/li>\n<\/ul>\n<ol start=\"4\">\n<li>Below is a screen print of the added code to the HTML file<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-303\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome5-min-1024x271.jpg\" alt=\"\" width=\"605\" height=\"160\" \/><\/p>\n<p>&nbsp;<\/p>\n<ol start=\"5\">\n<li>Zip the image, js, ccs folders and the spec.json file using any zip program available to you. For this example, we are writing over the original \u201cQueBIT_Welcom.zip\u201d file already created.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-304\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome6-min-1024x257.jpg\" alt=\"\" width=\"605\" height=\"152\" \/><\/p>\n<ol start=\"6\">\n<li>Open CA. In the Manage &gt; Customizations slide-out panel, select the Extensions tab, click the \u201c\u2026\u201d symbol next to \u201cQueBIT_Welcome\u201d and choose \u201cUpdate\u201d<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-305\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome7-min.jpg\" alt=\"\" width=\"521\" height=\"338\" \/><\/p>\n<ol start=\"7\">\n<li>Browse to the folder where the zip file is located, and select QueBIT_Welcom.zip to open<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-306\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome8-min.jpg\" alt=\"\" width=\"516\" height=\"307\" \/><\/p>\n<ol start=\"8\">\n<li>The following message will appear showing you have successfully uploaded the file.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-297\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome9-min.jpg\" alt=\"\" width=\"863\" height=\"51\" \/><\/p>\n<ol start=\"9\">\n<li>Refresh the browser, and you will see the updated welcome page with the URL link.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-298\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome10-min.jpg\" alt=\"\" width=\"615\" height=\"267\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wow, now I can add a URL link to my Cognos Analytics (CA) Welcome Page! Business Case:\u00a0 In an earlier QueBIT Knowledge Base article, \u201cSetting a Default Welcome Page in Cognos Analytics 11.0.4+\u201d, you learned how to set up a custom welcome page in CA.\u00a0 In this article, we are going to add a URL&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[39,47,38],"class_list":["post-3353","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-cognos-analytics","tag-cognos-analytics-how-tos","tag-how-tos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT<\/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:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Wow, now I can add a URL link to my Cognos Analytics (CA) Welcome Page! Business Case:\u00a0 In an earlier QueBIT Knowledge Base article, \u201cSetting a Default Welcome Page in Cognos Analytics 11.0.4+\u201d, you learned how to set up a custom welcome page in CA.\u00a0 In this article, we are going to add a URL&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:32:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T15:00:04+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page?\",\"datePublished\":\"2023-04-12T15:32:48+00:00\",\"dateModified\":\"2026-01-16T15:00:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/\"},\"wordCount\":485,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/link2Welcome1-min.jpg\",\"keywords\":[\"Cognos Analytics\",\"Cognos Analytics How To's\",\"How To\u2019s\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/\",\"name\":\"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/link2Welcome1-min.jpg\",\"datePublished\":\"2023-04-12T15:32:48+00:00\",\"dateModified\":\"2026-01-16T15:00:04+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/link2Welcome1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/link2Welcome1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT","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:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT","og_description":"Wow, now I can add a URL link to my Cognos Analytics (CA) Welcome Page! Business Case:\u00a0 In an earlier QueBIT Knowledge Base article, \u201cSetting a Default Welcome Page in Cognos Analytics 11.0.4+\u201d, you learned how to set up a custom welcome page in CA.\u00a0 In this article, we are going to add a URL&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:32:48+00:00","article_modified_time":"2026-01-16T15:00:04+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page?","datePublished":"2023-04-12T15:32:48+00:00","dateModified":"2026-01-16T15:00:04+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/"},"wordCount":485,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome1-min.jpg","keywords":["Cognos Analytics","Cognos Analytics How To's","How To\u2019s"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/","url":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/","name":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome1-min.jpg","datePublished":"2023-04-12T15:32:48+00:00","dateModified":"2026-01-16T15:00:04+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2018\/07\/link2Welcome1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/linking-a-website-url-to-my-cognos-analytics-11-0-4-welcome-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Add a Website URL Link to My Cognos Analytics 11.0.4+ Welcome Page?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3353"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3353\/revisions"}],"predecessor-version":[{"id":4935,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3353\/revisions\/4935"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}