{"id":6352,"date":"2020-03-30T13:00:12","date_gmt":"2020-03-30T13:00:12","guid":{"rendered":"https:\/\/www.garysieling.com\/blog\/?p=6352"},"modified":"2020-03-30T13:02:40","modified_gmt":"2020-03-30T13:02:40","slug":"using-geospatial-data-in-search-engine-ranking","status":"publish","type":"post","link":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/","title":{"rendered":"Using Geospatial Data in Search Engine Ranking"},"content":{"rendered":"\n<p class=\"has-drop-cap\">Search engines can use geospatial information to enhance search results. Let&#8217;s consider scenarios where an end user looks for something that requires travel: a restaurant, meetup, or job.<\/p>\n\n\n\n<ul><li>a restaurant in walking distance (e.g. 0-1.5 miles)<\/li><li>a restaurant in a reasonable driving distance in an urban area (e.g. 1-5 miles) <\/li><li>a restaurant in driving distance in a rural area (1-15 miles)<\/li><li>a restaurant in driving distance, but near another popular location (e.g. I need gas too)<\/li><li>a restaurant in driving distance, and also easy to get to (e.g. no left turns)<\/li><li>a restaurant outside a reasonable driving distance, in a vacation destination (e.g. 50+ miles away)<\/li><\/ul>\n\n\n\n<p>We can resolve these queries by treating distance as a ranking signal, or by providing the user a way to filter within an area.<\/p>\n\n\n\n<p>Distance may also not be enough &#8211; we likely need to obtain additional context clues to give good results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Search in an Area<\/h2>\n\n\n\n<p class=\"has-drop-cap\"><a href=\"https:\/\/lucene.apache.org\/solr\/guide\/6_6\/spatial-search.html\">In Solr<\/a>, you can filter to items within a circle with &#8220;<code><strong>geofilt<\/strong>\"<\/code> (filter within X miles), or filter to within a square with &#8220;<code><strong>bbox<\/strong><\/code>&#8220;. There is also an add-on to search 2D polygons. Unsurprisingly, <a href=\"https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/reference\/current\/geo-queries.html\">Elasticsearch offers similar options<\/a>.  <a href=\"https:\/\/postgis.net\/docs\/manual-3.0\/\">Postgres also has a robust extension for geospatial search called PostGIS.<\/a><\/p>\n\n\n\n<p>If you know more about your users, you can use the polygon search to give better results.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"462\" src=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2020\/03\/Screen-Shot-2020-03-30-at-8.11.37-AM.png\" alt=\"\" class=\"wp-image-6483\" srcset=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2020\/03\/Screen-Shot-2020-03-30-at-8.11.37-AM.png 814w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2020\/03\/Screen-Shot-2020-03-30-at-8.11.37-AM-300x170.png 300w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2020\/03\/Screen-Shot-2020-03-30-at-8.11.37-AM-768x436.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>For instance, if you know the areas your customer normally travels (e.g. work, school, and home), you could draw an artificial bounding box around this area and rank results within it higher.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using Distance in Ranking<\/h2>\n\n\n\n<p class=\"has-drop-cap\">You can combine a Solr\/Elasticsearch relevance score with distance by simply dividing the score by the distance. Experimentally this seems to work well, with some caveats.<\/p>\n\n\n\n<p>The two typical formulas for measuring distance on a sphere are Haversine and Vincenty. <a href=\"https:\/\/stackoverflow.com\/questions\/38248046\/is-the-haversine-formula-or-the-vincentys-formula-better-for-calculating-distan\">For most search applications these will be indistinguishable<\/a>, but Haversine will use less computation resources.<\/p>\n\n\n\n<p>An interesting alternative way to measure distance is to assign items to a grid &#8211; then distance is the number of discrete steps between one grid point an another.  (See this fascinating talk: &#8220;<a href=\"https:\/\/www.youtube.com\/watch?v=ay2uwtRO3QE\">Tiling the Earth with Hexagons<\/a>&#8220;)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Providing Additional Context<\/h2>\n\n\n\n<p class=\"has-drop-cap\">I&#8217;m a fan of using step functions to give hints to rank search results. We can also often improve search results by incorporating secondary datasets.<\/p>\n\n\n\n<p>For instance, let&#8217;s consider ways we could improve search results within walking distance:<\/p>\n\n\n\n<ul><li>If a result is within a mile give the score +5<\/li><li>If we can get a dataset of neighborhood walkability scores, boost results near the user by that score<\/li><li>If we can get a dataset of population density, we could use this as a proxy for walkability (i.e. use the inverse of density to represent walkability)<\/li><\/ul>\n\n\n\n<p>In urban areas, the direction and route to the destination are also pretty important.<\/p>\n\n\n\n<p>A dataset of population density would help people who are driving. If we&#8217;re traveling across a county that transitions from rural -> urban, it could be used to weight results in a direction. <\/p>\n\n\n\n<p>In some cases, we might need to tune results for a locale. For example, if we were building a job search engine for NYC, we might penalize results based on the number of bridges we have to cross.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: A Note on Ethics<\/h2>\n\n\n\n<p class=\"has-drop-cap\">As software developers we try to solve business problems in the most direct means available.<\/p>\n\n\n\n<p>The above methods of tuning results for walkability capture a contemporary cultural value. To tune a search engine, they implicitly encode the mental impression a group of people has on the state of a neighborhood. <\/p>\n\n\n\n<p>If this impression is formed entirely by people outside of the neighborhood, we create a power dynamic that can causes  oppressive systems live on from generation to generation.<\/p>\n\n\n\n<p>For instance, if we use the existence of physical barriers or the presence of superfund sites as quality signs for a neighborhood, we implicitly re-code the redlining of the past, which we have an ethical duty to avoid.<\/p>\n\n\n\n<p>These impressions will also change over time as a neighborhood changes, and we don&#8217;t want to lock an area into our current perceptions. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>arch engines can use geospatial information to enhance search results.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[6],"tags":[185,627,348,437,438,517],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"arch engines can use geospatial information to enhance search results.\" \/>\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\/using-geospatial-data-in-search-engine-ranking\/\" \/>\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=\"Using Geospatial Data in Search Engine Ranking - Gary Sieling\" \/>\n\t\t<meta property=\"og:description\" content=\"arch engines can use geospatial information to enhance search results.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-30T13:00:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-30T13:02:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Using Geospatial Data in Search Engine Ranking - Gary Sieling\" \/>\n\t\t<meta name=\"twitter:description\" content=\"arch engines can use geospatial information to enhance search results.\" \/>\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\\\/using-geospatial-data-in-search-engine-ranking\\\/#blogposting\",\"name\":\"Using Geospatial Data in Search Engine Ranking - Gary Sieling\",\"headline\":\"Using Geospatial Data in Search Engine Ranking\",\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/Screen-Shot-2020-03-30-at-8.11.37-AM.png\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#articleImage\",\"width\":814,\"height\":462},\"datePublished\":\"2020-03-30T13:00:12+00:00\",\"dateModified\":\"2020-03-30T13:02:40+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#webpage\"},\"articleSection\":\"Data Science, elasticsearch, geospatial, lucene, postgres, postgresql, solr\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#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\\\/data-science\\\/#listItem\",\"name\":\"Data Science\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/#listItem\",\"position\":2,\"name\":\"Data Science\",\"item\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#listItem\",\"name\":\"Using Geospatial Data in Search Engine Ranking\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#listItem\",\"position\":3,\"name\":\"Using Geospatial Data in Search Engine Ranking\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/#listItem\",\"name\":\"Data Science\"}}]},{\"@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\\\/using-geospatial-data-in-search-engine-ranking\\\/#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\\\/using-geospatial-data-in-search-engine-ranking\\\/#webpage\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/\",\"name\":\"Using Geospatial Data in Search Engine Ranking - Gary Sieling\",\"description\":\"arch engines can use geospatial information to enhance search results.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/using-geospatial-data-in-search-engine-ranking\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"datePublished\":\"2020-03-30T13:00:12+00:00\",\"dateModified\":\"2020-03-30T13:02:40+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":"Using Geospatial Data in Search Engine Ranking - Gary Sieling","description":"arch engines can use geospatial information to enhance search results.","canonical_url":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#blogposting","name":"Using Geospatial Data in Search Engine Ranking - Gary Sieling","headline":"Using Geospatial Data in Search Engine Ranking","author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"publisher":{"@id":"https:\/\/www.garysieling.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2020\/03\/Screen-Shot-2020-03-30-at-8.11.37-AM.png","@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#articleImage","width":814,"height":462},"datePublished":"2020-03-30T13:00:12+00:00","dateModified":"2020-03-30T13:02:40+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#webpage"},"isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#webpage"},"articleSection":"Data Science, elasticsearch, geospatial, lucene, postgres, postgresql, solr"},{"@type":"BreadcrumbList","@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#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\/data-science\/#listItem","name":"Data Science"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/#listItem","position":2,"name":"Data Science","item":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#listItem","name":"Using Geospatial Data in Search Engine Ranking"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#listItem","position":3,"name":"Using Geospatial Data in Search Engine Ranking","previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/#listItem","name":"Data Science"}}]},{"@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\/using-geospatial-data-in-search-engine-ranking\/#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\/using-geospatial-data-in-search-engine-ranking\/#webpage","url":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/","name":"Using Geospatial Data in Search Engine Ranking - Gary Sieling","description":"arch engines can use geospatial information to enhance search results.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/#breadcrumblist"},"author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"creator":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"datePublished":"2020-03-30T13:00:12+00:00","dateModified":"2020-03-30T13:02:40+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":"Using Geospatial Data in Search Engine Ranking - Gary Sieling","og:description":"arch engines can use geospatial information to enhance search results.","og:url":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/","article:published_time":"2020-03-30T13:00:12+00:00","article:modified_time":"2020-03-30T13:02:40+00:00","twitter:card":"summary_large_image","twitter:title":"Using Geospatial Data in Search Engine Ranking - Gary Sieling","twitter:description":"arch engines can use geospatial information to enhance search results."},"aioseo_meta_data":{"post_id":"6352","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 17:22:44","updated":"2026-07-06 02:36:37","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\/data-science\/\" title=\"Data Science\">Data Science<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tUsing Geospatial Data in Search Engine Ranking\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.garysieling.com\/blog"},{"label":"Data Science","link":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/"},{"label":"Using Geospatial Data in Search Engine Ranking","link":"https:\/\/www.garysieling.com\/blog\/using-geospatial-data-in-search-engine-ranking\/"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6352"}],"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=6352"}],"version-history":[{"count":9,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6352\/revisions"}],"predecessor-version":[{"id":6489,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6352\/revisions\/6489"}],"wp:attachment":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/media?parent=6352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/categories?post=6352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/tags?post=6352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}