{"id":1535,"date":"2013-05-27T12:20:22","date_gmt":"2013-05-27T17:20:22","guid":{"rendered":"https:\/\/www.bodhost.com\/blog\/?p=1535"},"modified":"2026-02-26T13:58:48","modified_gmt":"2026-02-26T13:58:48","slug":"website-content-resolution-and-css","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/","title":{"rendered":"Website Content Resolution and CSS"},"content":{"rendered":"<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" class=\"wp-image-1536\" src=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2013\/05\/th.jpg\" alt=\"\" srcset=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2013\/05\/th.jpg 300w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2013\/05\/th-150x150.jpg 150w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"has-text-align-left wp-block-paragraph\">How to adjust content to the resolution of the visitor? What resolution should I choose?<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"has-text-align-left wp-block-paragraph\">Simply apply a relative width, which changes depending on the size of the Window and the screen of the visitor page. The most common is to use the body tag. If you use a #div or body tag to adjust the size of the page, use the below CSS code:<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">body {width: 100%;}<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">With the above code, your page will take 100% of the Window, regardless of its size. Obviously, you can set the width you want such as 90%, 80%, etc\u2026 If you define a smaller width, it can focus with \u201cmargin auto\u201d.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Note: You must define a width in %, not other units because % is a percentage of the width of the Window, unlike the row heights whose sizes are predefined. You do not have to remember this, but if you are confused then do not mind, just make sure you follow these directions.<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">Facts<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">It is important that your page is not smaller than a certain size, you can use the min-width property (which does not work in IE browser). You can also use the max-width property to set the maximum extent. Although, this practice is not recommended because it is not nice to have a smaller page than the Window.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Example: A page with 80% width, centered alignment, a minimum width of 500 pixels, and a maximum width of 1000 pixels:<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">body {width: 80%; margin: auto; min-width: 500px; max-width: 1000px}<\/p>\r\n<\/blockquote>\r\n","protected":false},"excerpt":{"rendered":"<p>How to adjust content to the resolution of the visitor? What resolution should I choose? Simply apply a relative width, which changes depending on the size of the Window and&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[275],"tags":[220],"class_list":["post-1535","post","type-post","status-publish","format-standard","hentry","category-css-2","tag-css"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Paul Lopez\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bodHOST | Web Hosting - Tips &amp; Tricks\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Website Content Resolution and CSS | bodHOST\" \/>\n\t\t<meta property=\"og:description\" content=\"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-05-27T17:20:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-26T13:58:48+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Website Content Resolution and CSS | bodHOST\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#article\",\"name\":\"Website Content Resolution and CSS | bodHOST\",\"headline\":\"Website Content Resolution and CSS\",\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/paullopez\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2013\\\/05\\\/th.jpg\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#articleImage\",\"width\":300,\"height\":300},\"datePublished\":\"2013-05-27T12:20:22+00:00\",\"dateModified\":\"2026-02-26T13:58:48+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#webpage\"},\"articleSection\":\"CSS, css\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/css-2\\\/#listItem\",\"name\":\"CSS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/css-2\\\/#listItem\",\"position\":2,\"name\":\"CSS\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/css-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#listItem\",\"name\":\"Website Content Resolution and CSS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#listItem\",\"position\":3,\"name\":\"Website Content Resolution and CSS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/css-2\\\/#listItem\",\"name\":\"CSS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Profile-Pic.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#organizationLogo\",\"width\":96,\"height\":96,\"caption\":\"bodHOST\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/paullopez\\\/#author\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/paullopez\\\/\",\"name\":\"Paul Lopez\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Paul Lopez\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#webpage\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/\",\"name\":\"Website Content Resolution and CSS | bodHOST\",\"description\":\"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/website-content-resolution-and-css\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/paullopez\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/paullopez\\\/#author\"},\"datePublished\":\"2013-05-27T12:20:22+00:00\",\"dateModified\":\"2026-02-26T13:58:48+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Website Content Resolution and CSS | bodHOST","description":"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.","canonical_url":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#article","name":"Website Content Resolution and CSS | bodHOST","headline":"Website Content Resolution and CSS","author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/paullopez\/#author"},"publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2013\/05\/th.jpg","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#articleImage","width":300,"height":300},"datePublished":"2013-05-27T12:20:22+00:00","dateModified":"2026-02-26T13:58:48+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#webpage"},"isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#webpage"},"articleSection":"CSS, css"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.bodhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/css-2\/#listItem","name":"CSS"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/css-2\/#listItem","position":2,"name":"CSS","item":"https:\/\/www.bodhost.com\/blog\/category\/css-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#listItem","name":"Website Content Resolution and CSS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#listItem","position":3,"name":"Website Content Resolution and CSS","previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/css-2\/#listItem","name":"CSS"}}]},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/blog\/#organization","name":"bodHOST","description":"Web Hosting - Tips & Tricks","url":"https:\/\/www.bodhost.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#organizationLogo","width":96,"height":96,"caption":"bodHOST"},"image":{"@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/blog\/author\/paullopez\/#author","url":"https:\/\/www.bodhost.com\/blog\/author\/paullopez\/","name":"Paul Lopez","image":{"@type":"ImageObject","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Paul Lopez"}},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#webpage","url":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/","name":"Website Content Resolution and CSS | bodHOST","description":"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/#breadcrumblist"},"author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/paullopez\/#author"},"creator":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/paullopez\/#author"},"datePublished":"2013-05-27T12:20:22+00:00","dateModified":"2026-02-26T13:58:48+00:00"},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/blog\/#website","url":"https:\/\/www.bodhost.com\/blog\/","name":"bodHOST","description":"Web Hosting - Tips & Tricks","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"bodHOST | Web Hosting - Tips &amp; Tricks","og:type":"article","og:title":"Website Content Resolution and CSS | bodHOST","og:description":"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.","og:url":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/","og:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","og:image:secure_url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","article:published_time":"2013-05-27T17:20:22+00:00","article:modified_time":"2026-02-26T13:58:48+00:00","twitter:card":"summary","twitter:title":"Website Content Resolution and CSS | bodHOST","twitter:description":"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.","twitter:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png"},"aioseo_meta_data":{"post_id":"1535","title":null,"description":"Are you struggling with website content resolution and CSS? Dive into the basics of CSS and learn how to create a responsive design that adjusts to every screen size.","keywords":[],"keyphrases":{"focus":{"keyphrase":"CSS","score":76,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":1},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":{"score":3,"maxScore":9,"error":1}}},"additional":[]},"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":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"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":null,"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":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-05-18 14:29:09","updated":"2026-02-27 09:43:47","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.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.bodhost.com\/blog\/category\/css-2\/\" title=\"CSS\">CSS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWebsite Content Resolution and CSS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.bodhost.com\/blog"},{"label":"CSS","link":"https:\/\/www.bodhost.com\/blog\/category\/css-2\/"},{"label":"Website Content Resolution and CSS","link":"https:\/\/www.bodhost.com\/blog\/website-content-resolution-and-css\/"}],"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/1535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/comments?post=1535"}],"version-history":[{"count":6,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/1535\/revisions"}],"predecessor-version":[{"id":5444,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/1535\/revisions\/5444"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/media?parent=1535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/categories?post=1535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/tags?post=1535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}