{"id":977,"date":"2024-07-23T04:44:50","date_gmt":"2024-07-23T04:44:50","guid":{"rendered":"https:\/\/zineausa.com\/blog\/?p=977"},"modified":"2024-07-25T05:36:35","modified_gmt":"2024-07-25T05:36:35","slug":"how-to-root-a-pixel-8","status":"publish","type":"post","link":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/","title":{"rendered":"How to Root a Pixel 8"},"content":{"rendered":"\n<p>There are a ton of guides online for how to root a Pixel 8, but hopefully this is the most straight forward.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enable developer mode by going to &#8220;About Phone&#8221; in your settings, and tapping the &#8220;Build number&#8221; 8 times until it pops up.<\/li>\n\n\n\n<li>Then, turn on &#8220;USB debugging&#8221; and &#8220;OEM Unlocking&#8221;. If you just got your phone and &#8220;OEM Unlocking&#8221; is greyed out, wait a day with it connected to internet and hopefully it unlocks.<\/li>\n\n\n\n<li>Download platform tools here: https:\/\/developer.android.com\/tools\/releases\/platform-tools, unzip that bad boy somewhere.<\/li>\n\n\n\n<li>Download the latest image for your Pixel device here (You&#8217;ll want to navigate to &#8220;shiba&#8221; for Pixel 8 on the right, and pick the one lowest on the list with no specific carrier ideally): https:\/\/developers.google.com\/android\/images#shiba<\/li>\n\n\n\n<li>Now, with the platform tools, you can ensure you have fastboot with &#8220;adb reboot bootloader&#8221;, and &#8220;fastboot devices&#8221; to put it into fastboot.<\/li>\n\n\n\n<li>We&#8217;re going to use PixelFlasher to do this, so get that here: <a href=\"http:\/\/github.com\/badabing2005\/PixelFlasher\">github.com\/badabing2005\/PixelFlasher<\/a><\/li>\n\n\n\n<li>Follow their guide by selecting that folder you put your platform tools in, scan for the device, browse for the image you downloaded earlier, and then hit &#8220;Process&#8221;. Then hit Patch, select a Flash Mode (I did WIPE), and hit flash phone.\n<ul class=\"wp-block-list\">\n<li>If your &#8220;Patch&#8221; button is greyed, you might need to install Magisk under &#8220;Modules&#8221; at the top. Or, you might just want to start the phone if you&#8217;re in the bootloader.\n<ul class=\"wp-block-list\">\n<li><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"767\" class=\"wp-image-978\" style=\"width: 1500px;\" src=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui.png\" alt=\"\" srcset=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui.png 2439w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui-300x153.png 300w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui-1024x524.png 1024w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui-768x393.png 768w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui-1536x785.png 1536w, https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/basic-gui-2048x1047.png 2048w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Once it boots up install root checker to see if it rooted, otherwise install Magisk from here: <a href=\"http:\/\/github.com\/topjohnwu\/Magisk\">github.com\/topjohnwu\/Magisk<\/a>. I would recommend downloading the canary version.<\/li>\n\n\n\n<li>Under Magisk, you can hit install and select &#8220;Direct Install&#8221;.<\/li>\n<\/ol>\n\n\n\n<p>Honestly this is the way I found to work. However, you can probably skip PixelFlasher and patch the image directly via Magisk. Good luck.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Making rooted status\/Magisk a bit more obfuscated:<\/h2>\n\n\n\n<p>If you need to hide the fact that your phone is rooted, or that Magisk is installed, because some apps are sensitive to that, do the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enable Zygisk in the settings of Magisk <\/li>\n\n\n\n<li>Install the following two modules (by downloading the zip, and installing under the &#8220;modules&#8221; tab in Magisk):\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/chiteroman\/PlayIntegrityFix\">Play Integrity Fix<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/LSPosed\/LSPosed.github.io\/releases\">Shamiko<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Under settings of Magisk, hide the application by changing it to a different name<\/li>\n\n\n\n<li>Do not enforce DenyList (Shamiko will do a better job than the built in DenyList)<\/li>\n\n\n\n<li>Download <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=rikka.safetynetchecker&amp;hl=en_US\">Yet Another Safetynet Attestation Checker (YASNAC)<\/a> and run the attestation, you should pass basic integrity and CTS profile match, with no recommendations at the bottom.<\/li>\n\n\n\n<li>That&#8217;s all, if you need, restart your phone and wipe the storage for the play store, and you should be good to go.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Running commands as root via ADB<\/h2>\n\n\n\n<p>So, once you have rooted your phone, you can run commands via ADB with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\\adb.exe shell \"su -c &lt;your command here>\"\n\n#For example, running frida-server would be..\n.\\adb.exe push frida-server \/data\/local\/tmp\n.\\adb.exe shell \"su -c \/data\/local\/tmp\/frida-server\"<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Other resources I found were useful:<\/h2>\n\n\n\n<p>XDA has great guides, this one was OK &#8211; <a href=\"https:\/\/xdaforums.com\/t\/how-to-install-magisk-on-the-pixel-8.4662280\/#post-89615369\">https:\/\/xdaforums.com\/t\/how-to-install-magisk-on-the-pixel-8.4662280\/#post-89615369<\/a><\/p>\n\n\n\n<p>Frida server releases (you&#8217;ll want arm64 server for Pixel 8): <a href=\"https:\/\/github.com\/frida\/frida\/releases\">https:\/\/github.com\/frida\/frida\/releases<\/a><\/p>\n\n\n\n<p>Youtube has how to do this only via Magisk which I probably should have tried too heh:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Easy Google Pixel 8 Root Tutorial with Magisk - Pixel 8 Pro Supported\" width=\"648\" height=\"365\" src=\"https:\/\/www.youtube.com\/embed\/uD6udMEMbPM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>There are a ton of guides online for how to root a Pixel 8, but hopefully this is the most straight forward. Honestly this is the way I found to work. However, you can probably skip PixelFlasher and patch the image directly via Magisk. Good luck. Making rooted status\/Magisk a bit more obfuscated: If you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":979,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-977","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Root a Pixel 8 - Zinea InfoSec Blog<\/title>\n<meta name=\"description\" content=\"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Root a Pixel 8 - Zinea InfoSec Blog\" \/>\n<meta property=\"og:description\" content=\"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Zinea InfoSec Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/zineausa\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-23T04:44:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-25T05:36:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zinea\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ZineaLLC\" \/>\n<meta name=\"twitter:site\" content=\"@ZineaLLC\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zinea\" \/>\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:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/\"},\"author\":{\"name\":\"Zinea\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3c58d4f0650f7fb571c01fcf836b1d0\"},\"headline\":\"How to Root a Pixel 8\",\"datePublished\":\"2024-07-23T04:44:50+00:00\",\"dateModified\":\"2024-07-25T05:36:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/\"},\"wordCount\":539,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/magiskpixel8.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/\",\"name\":\"How to Root a Pixel 8 - Zinea InfoSec Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/magiskpixel8.png\",\"datePublished\":\"2024-07-23T04:44:50+00:00\",\"dateModified\":\"2024-07-25T05:36:35+00:00\",\"description\":\"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#primaryimage\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/magiskpixel8.png\",\"contentUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/magiskpixel8.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/2024\\\/07\\\/how-to-root-a-pixel-8\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Root a Pixel 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\",\"name\":\"Zinea InfoSec Blog\",\"description\":\"Cyber Security Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#organization\",\"name\":\"Zinea LLC\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/zinea-square.png\",\"contentUrl\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/zinea-square.png\",\"width\":876,\"height\":876,\"caption\":\"Zinea LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/zineausa\\\/\",\"https:\\\/\\\/x.com\\\/ZineaLLC\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zineausa.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3c58d4f0650f7fb571c01fcf836b1d0\",\"name\":\"Zinea\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g\",\"caption\":\"Zinea\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Root a Pixel 8 - Zinea InfoSec Blog","description":"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.","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:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/","og_locale":"en_US","og_type":"article","og_title":"How to Root a Pixel 8 - Zinea InfoSec Blog","og_description":"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.","og_url":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/","og_site_name":"Zinea InfoSec Blog","article_publisher":"https:\/\/www.facebook.com\/zineausa\/","article_published_time":"2024-07-23T04:44:50+00:00","article_modified_time":"2024-07-25T05:36:35+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png","type":"image\/png"}],"author":"Zinea","twitter_card":"summary_large_image","twitter_creator":"@ZineaLLC","twitter_site":"@ZineaLLC","twitter_misc":{"Written by":"Zinea","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#article","isPartOf":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/"},"author":{"name":"Zinea","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/person\/e3c58d4f0650f7fb571c01fcf836b1d0"},"headline":"How to Root a Pixel 8","datePublished":"2024-07-23T04:44:50+00:00","dateModified":"2024-07-25T05:36:35+00:00","mainEntityOfPage":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/"},"wordCount":539,"commentCount":0,"publisher":{"@id":"https:\/\/zineausa.com\/blog\/#organization"},"image":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#primaryimage"},"thumbnailUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/","url":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/","name":"How to Root a Pixel 8 - Zinea InfoSec Blog","isPartOf":{"@id":"https:\/\/zineausa.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#primaryimage"},"image":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#primaryimage"},"thumbnailUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png","datePublished":"2024-07-23T04:44:50+00:00","dateModified":"2024-07-25T05:36:35+00:00","description":"There are a ton of guides online for how to root a pixel 8, but hopefully this is the most straight forward.","breadcrumb":{"@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#primaryimage","url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png","contentUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2024\/07\/magiskpixel8.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/zineausa.com\/blog\/2024\/07\/how-to-root-a-pixel-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zineausa.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Root a Pixel 8"}]},{"@type":"WebSite","@id":"https:\/\/zineausa.com\/blog\/#website","url":"https:\/\/zineausa.com\/blog\/","name":"Zinea InfoSec Blog","description":"Cyber Security Resources","publisher":{"@id":"https:\/\/zineausa.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zineausa.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zineausa.com\/blog\/#organization","name":"Zinea LLC","url":"https:\/\/zineausa.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2018\/05\/zinea-square.png","contentUrl":"https:\/\/zineausa.com\/blog\/wp-content\/uploads\/2018\/05\/zinea-square.png","width":876,"height":876,"caption":"Zinea LLC"},"image":{"@id":"https:\/\/zineausa.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/zineausa\/","https:\/\/x.com\/ZineaLLC"]},{"@type":"Person","@id":"https:\/\/zineausa.com\/blog\/#\/schema\/person\/e3c58d4f0650f7fb571c01fcf836b1d0","name":"Zinea","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/81f66095634a4c974693824dc72cd0db7c7c44910d60dda2d1bf1be275ee107d?s=96&d=mm&r=g","caption":"Zinea"}}]}},"_links":{"self":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/comments?post=977"}],"version-history":[{"count":5,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/977\/revisions"}],"predecessor-version":[{"id":987,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/posts\/977\/revisions\/987"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/media\/979"}],"wp:attachment":[{"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/media?parent=977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/categories?post=977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zineausa.com\/blog\/wp-json\/wp\/v2\/tags?post=977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}