{"id":4304,"date":"2025-09-08T00:00:00","date_gmt":"2025-09-08T00:00:00","guid":{"rendered":"https:\/\/godofprompt.io\/blog\/2025\/09\/08\/write-json-prompts-for-gemini-nano-banana\/"},"modified":"2026-05-01T10:51:41","modified_gmt":"2026-05-01T10:51:41","slug":"write-json-prompts-for-gemini-nano-banana","status":"publish","type":"post","link":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/","title":{"rendered":"How to Write JSON Prompts for Gemini Nano Banana"},"content":{"rendered":"<p id>Most people prompt Gemini Nano Banana like they\u2019re texting a friend: \u201cmake a cool picture of a robot.\u201d <\/p>\n<p id>That works\u2026 but it won\u2019t get you the sharp, consistent, high-quality results you\u2019re looking for.<\/p>\n<p id>Nano Banana actually understands something much better: JSON-structured prompts. <\/p>\n<p id>Think of JSON as the blueprint for your AI request.&nbsp;<\/p>\n<p id>When you use it, you\u2019re not just tossing ideas into the air \u2014 you\u2019re giving Gemini clear instructions, piece by piece.<\/p>\n<p id>In this guide, I\u2019ll show you exactly how to write JSON prompts for Gemini Nano Banana, starting from the basics all the way to polished, production-ready examples.<\/p>\n<p id><strong id>ALSO READ:<\/strong><a href=\"https:\/\/godofprompt.ai\/blog\/how-to-research-with-chatgpt-projects\" id> How to Research With ChatGPT Projects (Step-by-Step for Entrepreneurs)<\/a><\/p>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:1200px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1200px\"><a id><\/p>\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a4d5674c51adc7dce1e8_675f5a351b3337145eb8c021_BiggestAIPromptLibrary_OpenGraph_Button-47.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div>\n<p><\/a><figcaption id>Discover The <a href=\"https:\/\/godofprompt.ai\/prompt-library\" id>Biggest AI Prompt Library<\/a> by God Of Prompt<\/figcaption><\/figure>\n<h2 id>Why JSON Prompts Work Better in Gemini Nano Banana<\/h2>\n<p id>Plain text prompts are vague.&nbsp;<\/p>\n<p id>JSON prompts are precise.<\/p>\n<p id>Here\u2019s why JSON makes a difference:<\/p>\n<ul id>\n<li id>Cleaner output: Nano Banana processes structured data more reliably.\n<\/li>\n<li id>Sharper images: Clear categories = fewer weird AI artifacts.\n<\/li>\n<li id>Control: Define style, environment, composition, and technical details separately.\n<\/li>\n<li id>Repeatability: Once you\u2019ve got a JSON format you like, you can reuse it for consistent results.\n<\/li>\n<\/ul>\n<p id>If you\u2019ve ever been frustrated by \u201calmost right\u201d images, JSON is how you fix that.<\/p>\n<h3 id>The Anatomy of a JSON Prompt<\/h3>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:1408px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1408px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d67_68ca900d7099a5c7750d6ad3_The-Anatomy-of-a-JSON-Prompt.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>The Anatomy of a JSON Prompt<\/figcaption><\/figure>\n<p id>At its core, a Gemini Nano Banana JSON prompt looks like this:<\/p>\n<blockquote id><p>{<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;style&#8221;: {},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;technical&#8221;: {},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;materials&#8221;: {},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;environment&#8221;: {},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;composition&#8221;: {},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;quality&#8221;: {}<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id><strong id>Each block tells Gemini something specific:<\/strong><\/p>\n<ul id>\n<li id>style \u2192 the look and feel\n<\/li>\n<li id>technical \u2192 camera-like details\n<\/li>\n<li id>materials \u2192 textures, fabrics, surfaces\n<\/li>\n<li id>environment \u2192 the setting or background\n<\/li>\n<li id>composition \u2192 how it\u2019s arranged in the frame\n<\/li>\n<li id>quality \u2192 resolution and polish\n<\/li>\n<\/ul>\n<p id>Now let\u2019s break each part down with examples.<\/p>\n<h3 id><strong id>Style Comes First<\/strong><\/h3>\n<p id>Style is the mood. Do you want cinematic drama? Documentary realism? A surreal oil painting? Start here.<\/p>\n<p id><strong id>Example:<\/strong><\/p>\n<blockquote id><p>&#8220;style&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;primary&#8221;: &#8220;photorealistic&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;rendering_quality&#8221;: &#8220;high-resolution&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;lighting&#8221;: &#8220;natural&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<ul id>\n<li id>primary defines the artistic base (photorealistic, cinematic, painterly, surreal).\n<\/li>\n<li id>rendering_quality ensures clarity.\n<\/li>\n<li id>lighting sets the atmosphere.<\/li>\n<\/ul>\n<h3 id>Add Technical Details (Think Like a Camera)<\/h3>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:2816px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"2816px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d6a_68ca90259e1b60b5d08af2e7_Add-Technical-Details-Think-Like-a-Camera-scaled.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>Add Technical Details (Think Like a Camera)<\/figcaption><\/figure>\n<p id>This is where you play photographer. Depth of field, aperture, exposure \u2014 all the details that make an image pop.<\/p>\n<p id><strong id>Example<\/strong>:<\/p>\n<blockquote id><p>&#8220;technical&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;aperture&#8221;: &#8220;f\/1.8&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;depth_of_field&#8221;: &#8220;shallow&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;exposure&#8221;: &#8220;balanced&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id>With these, you can make Gemini behave like you\u2019re holding a DSLR.<\/p>\n<h3 id>Define Materials (What Things Are Made Of)<\/h3>\n<p id>If you\u2019re generating products, environments, or props, specify the materials.<\/p>\n<p id><strong id>Example:<\/strong><\/p>\n<blockquote id><p>&#8220;materials&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;primary&#8221;: &#8220;oak wood&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;secondary&#8221;: &#8220;glass&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;texture&#8221;: &#8220;smooth&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id>This is crucial for product mockups or design visuals where surfaces matter.<\/p>\n<h3 id>Add Environment (Where the Scene Lives)<\/h3>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:2816px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"2816px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d70_68ca903dcfdef8dbba49ddf6_Add-Environment-Where-the-Scene-Lives-scaled.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>Add Environment (Where the Scene Lives)<\/figcaption><\/figure>\n<p id>Gemini needs context.&nbsp;<\/p>\n<p id>Is your subject on a beach, in a caf\u00e9, or in space?<\/p>\n<p id><strong id>Example:<\/strong><\/p>\n<blockquote id><p>&#8220;environment&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;location&#8221;: &#8220;modern office&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;time_of_day&#8221;: &#8220;sunset&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;weather&#8221;: &#8220;clear&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id>Environment helps Nano Banana build the background and vibe.<\/p>\n<h3 id>Set Composition (How It\u2019s Arranged)<\/h3>\n<p id>Composition controls how the subject is framed.<\/p>\n<p id><strong id>Example:<\/strong><\/p>\n<blockquote id><p>&#8220;composition&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;framing&#8221;: &#8220;rule of thirds&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;angle&#8221;: &#8220;low-angle shot&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;focus_subject&#8221;: &#8220;center&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id>This is where you tell Gemini whether you want a portrait close-up, a wide landscape, or a cinematic angle.<\/p>\n<h3 id>Finish With Quality Settings<\/h3>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:2816px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"2816px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d73_68ca9053c808a7366262d91e_Finish-With-Quality-Settings-scaled.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>Finish With Quality Settings<\/figcaption><\/figure>\n<p id>Finally, give Gemini the polish instructions.<\/p>\n<p id><strong id>Example:<\/strong><\/p>\n<blockquote id><p>&#8220;quality&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;resolution&#8221;: &#8220;4K&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;sharpness&#8221;: &#8220;ultra-sharp&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;post_processing&#8221;: &#8220;cinematic grading&#8221;<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id>This ensures your images don\u2019t just look \u201cgood enough\u201d \u2014 they look production-ready.<\/p>\n<h3 id>Putting It All Together<\/h3>\n<p id>Here\u2019s a complete JSON prompt that combines everything:<\/p>\n<blockquote id><p>{<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;style&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;primary&#8221;: &#8220;photorealistic&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;rendering_quality&#8221;: &#8220;high-resolution&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;lighting&#8221;: &#8220;soft natural light&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;technical&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;aperture&#8221;: &#8220;f\/1.8&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;depth_of_field&#8221;: &#8220;shallow&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;exposure&#8221;: &#8220;balanced&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;materials&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;primary&#8221;: &#8220;stainless steel&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;secondary&#8221;: &#8220;glass&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;texture&#8221;: &#8220;polished&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;environment&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;location&#8221;: &#8220;urban caf\u00e9&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;time_of_day&#8221;: &#8220;morning&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;weather&#8221;: &#8220;clear&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;composition&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;framing&#8221;: &#8220;rule of thirds&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;angle&#8221;: &#8220;eye-level&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;focus_subject&#8221;: &#8220;coffee cup on table&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;},<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&#8220;quality&#8221;: {<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;resolution&#8221;: &#8220;4K&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;sharpness&#8221;: &#8220;crisp&#8221;,<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;&nbsp;&nbsp;&#8220;post_processing&#8221;: &#8220;cinematic color grading&#8221;<\/p><\/blockquote>\n<blockquote id><p>&nbsp;&nbsp;}<\/p><\/blockquote>\n<blockquote id><p>}<\/p><\/blockquote>\n<p id><strong id>Output:<\/strong><\/p>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:1024px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"1024px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d6d_68ca9079cfdef8dbba4a12f1_Putting-It-All-Together.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>Putting It All Together<\/figcaption><\/figure>\n<h3 id>Beginner Mistakes to Avoid<\/h3>\n<ul id>\n<li id>Mixing plain text with JSON. Keep the prompt purely JSON.\n<\/li>\n<li id>Forgetting braces. One missing bracket = invalid prompt.\n<\/li>\n<li id>Overstuffing details. If you contradict yourself (\u201clow-light\u201d + \u201cbright exposure\u201d), Gemini gets confused.<\/li>\n<\/ul>\n<h3 id>Pro Tips for Better JSON Prompts<\/h3>\n<figure id class=\"w-richtext-figure-type-image w-richtext-align-fullwidth\" style=\"max-width:2816px\" data-rt-type=\"image\" data-rt-align=\"fullwidth\" data-rt-max-width=\"2816px\">\n<div id><img decoding=\"async\" src=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/6956a70d63ea825b1c197d64_68ca908fc808a7366262fead_Pro-Tips-for-Better-JSON-Prompts-scaled.webp\" loading=\"lazy\" alt=\"__wf_reserved_inherit\" width=\"auto\" height=\"auto\" id><\/div><figcaption id>Pro Tips for Better JSON Prompts<\/figcaption><\/figure>\n<ul id>\n<li id>Start with style, then add layers.\n<\/li>\n<li id>Keep prompts modular \u2014 swap \u201cenvironment\u201d blocks to reuse.\n<\/li>\n<li id>Always use Thinking Mode in Gemini for smarter, step-by-step reasoning.\n<\/li>\n<li id>Test small tweaks: one change in aperture or lighting can transform the output.<\/li>\n<\/ul>\n<h3 id>JSON vs Plain Text Prompts<\/h3>\n<p id>When should you use JSON and when should you stick to text?<\/p>\n<ul id>\n<li id>JSON: when you need precision, repeatability, or polished images.\n<\/li>\n<li id>Plain text: when you\u2019re brainstorming, experimenting, or exploring.\n<\/li>\n<\/ul>\n<p id>Pro workflow: Start in plain text to test ideas \u2192 switch to JSON for your final outputs.<\/p>\n<h3 id>Real-World Use Cases<\/h3>\n<p id>Entrepreneurs and creators can use JSON prompts for:<\/p>\n<ul id>\n<li id>Product photography mockups (without expensive shoots).\n<\/li>\n<li id>Marketing visuals (ad campaigns, social posts).\n<\/li>\n<li id>Branded design assets (logos, style-consistent graphics).\n<\/li>\n<li id>Storytelling (consistent characters across multiple images).<\/li>\n<\/ul>\n<h3 id>Conclusion<\/h3>\n<p id>If plain text prompts are casual notes, JSON prompts are blueprints.<\/p>\n<p id>Gemini Nano Banana understands them better, giving you sharper, cleaner, and more professional images. <\/p>\n<p id>Start small: write a JSON prompt with just style + environment.&nbsp;<\/p>\n<p id>Then layer in technical, materials, and composition.<\/p>\n<p id>And if you want plug-and-play JSON templates that already work out of the box, grab my<a href=\"https:\/\/godofprompt.ai\/complete-ai-bundle\" id> Complete AI Bundle<\/a>. <\/p>\n<p id>It includes 30,000+ prompts, custom structures, and workflows you can adapt instantly.<\/p>\n<div class=\"gop-cta\" style=\"margin:32px 0;padding:24px;border-radius:12px;background:#f5f5f5;text-align:center;\"><a href=\"https:\/\/godofprompt.ai\/prompt-library\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;padding:14px 28px;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;\">Discover The Biggest AI Prompt Library By God Of Prompt<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to write effective JSON prompts for Gemini Nano Banana with step-by-step examples, best practices, and tips to optimize AI performance.<\/p>\n","protected":false},"author":2,"featured_media":4303,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[23,25],"class_list":["post-4304","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-tools","tag-tag-gemini","tag-tag-nano-banana"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Write JSON Prompts for Gemini Nano Banana | God of Prompt<\/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:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Write JSON Prompts for Gemini Nano Banana | God of Prompt\" \/>\n<meta property=\"og:description\" content=\"Learn how to write effective JSON prompts for Gemini Nano Banana with step-by-step examples, best practices, and tips to optimize AI performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/\" \/>\n<meta property=\"og:site_name\" content=\"God of Prompt\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-08T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-01T10:51:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"829\" \/>\n\t<meta property=\"og:image:height\" content=\"465\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Prompt Copilot\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@godofprompt\" \/>\n<meta name=\"twitter:site\" content=\"@godofprompt\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prompt Copilot\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/\"},\"author\":{\"name\":\"Prompt Copilot\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#\\\/schema\\\/person\\\/f35bf51bd15fe9c3177ee570be8876da\"},\"headline\":\"How to Write JSON Prompts for Gemini Nano Banana\",\"datePublished\":\"2025-09-08T00:00:00+00:00\",\"dateModified\":\"2026-05-01T10:51:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/\"},\"wordCount\":1039,\"publisher\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp\",\"keywords\":[\"Gemini\",\"Nano Banana\"],\"articleSection\":[\"AI Tool Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/\",\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/\",\"name\":\"How to Write JSON Prompts for Gemini Nano Banana | God of Prompt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp\",\"datePublished\":\"2025-09-08T00:00:00+00:00\",\"dateModified\":\"2026-05-01T10:51:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#primaryimage\",\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp\",\"contentUrl\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp\",\"width\":829,\"height\":465,\"caption\":\"How to Write JSON Prompts for Gemini Nano Banana\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/write-json-prompts-for-gemini-nano-banana\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Write JSON Prompts for Gemini Nano Banana\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/\",\"name\":\"God of Prompt\",\"description\":\"AI prompts, guides &amp; playbooks for ChatGPT, Claude, Gemini &amp; Midjourney\",\"publisher\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#organization\",\"name\":\"God of Prompt\",\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/gop-logo.png\",\"contentUrl\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/gop-logo.png\",\"width\":512,\"height\":512,\"caption\":\"God of Prompt\"},\"image\":{\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/godofprompt\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/god-of-prompt\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@god-of-prompt\",\"https:\\\/\\\/www.instagram.com\\\/godofprompt\\\/\"],\"description\":\"God of Prompt is the AI prompt platform trusted by 100,000+ marketers, founders, and creators. We publish prompts, guides, and playbooks for ChatGPT, Claude, Gemini, and Midjourney.\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/#\\\/schema\\\/person\\\/f35bf51bd15fe9c3177ee570be8876da\",\"name\":\"Prompt Copilot\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g\",\"caption\":\"Prompt Copilot\"},\"description\":\"Prompt Copilot is your AI prompting partner \u2014 a focused team of prompt engineers building the next generation of frameworks, templates, and playbooks for ChatGPT, Claude, Gemini, and Midjourney. We publish hands-on tutorials and battle-tested prompts on God of Prompt that ship real outcomes for marketers, founders, and operators. Our Mission To make prompt engineering practical. Every framework we share has been pressure-tested in real workflows \u2014 no toy examples, no clickbait. If a technique earns a place in our library, it has already shipped results in production. What you\u2019ll find on our author page Prompt frameworks \u2014 reusable structures that turn fuzzy goals into reliable outputs Tool tutorials \u2014 step-by-step guides for ChatGPT, Claude, Gemini, Midjourney Industry playbooks \u2014 vertical-specific prompt libraries for marketing, sales, ops, and more News &amp; analysis \u2014 what just shipped in AI and how it changes prompting Visit our home base Explore the full Prompt Copilot platform at prompt-copilot.ai \u2014 where the prompts live alongside our tooling, evaluations, and team workflows.\",\"sameAs\":[\"https:\\\/\\\/prompt-copilot.ai\"],\"url\":\"https:\\\/\\\/godofprompt.ai\\\/blog\\\/author\\\/prompt-copilot\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Write JSON Prompts for Gemini Nano Banana | God of Prompt","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:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/","og_locale":"en_US","og_type":"article","og_title":"How to Write JSON Prompts for Gemini Nano Banana | God of Prompt","og_description":"Learn how to write effective JSON prompts for Gemini Nano Banana with step-by-step examples, best practices, and tips to optimize AI performance.","og_url":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/","og_site_name":"God of Prompt","article_published_time":"2025-09-08T00:00:00+00:00","article_modified_time":"2026-05-01T10:51:41+00:00","og_image":[{"width":829,"height":465,"url":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp","type":"image\/webp"}],"author":"Prompt Copilot","twitter_card":"summary_large_image","twitter_creator":"@godofprompt","twitter_site":"@godofprompt","twitter_misc":{"Written by":"Prompt Copilot","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#article","isPartOf":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/"},"author":{"name":"Prompt Copilot","@id":"https:\/\/godofprompt.ai\/blog\/#\/schema\/person\/f35bf51bd15fe9c3177ee570be8876da"},"headline":"How to Write JSON Prompts for Gemini Nano Banana","datePublished":"2025-09-08T00:00:00+00:00","dateModified":"2026-05-01T10:51:41+00:00","mainEntityOfPage":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/"},"wordCount":1039,"publisher":{"@id":"https:\/\/godofprompt.ai\/blog\/#organization"},"image":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#primaryimage"},"thumbnailUrl":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp","keywords":["Gemini","Nano Banana"],"articleSection":["AI Tool Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/","url":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/","name":"How to Write JSON Prompts for Gemini Nano Banana | God of Prompt","isPartOf":{"@id":"https:\/\/godofprompt.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#primaryimage"},"image":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#primaryimage"},"thumbnailUrl":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp","datePublished":"2025-09-08T00:00:00+00:00","dateModified":"2026-05-01T10:51:41+00:00","breadcrumb":{"@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#primaryimage","url":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp","contentUrl":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/69ea6cba6c0e633fc8d26e76_68bec611b50c5b61b3bc44f4_JSON-Prompts-for-Gemini-Nano-Banana.webp","width":829,"height":465,"caption":"How to Write JSON Prompts for Gemini Nano Banana"},{"@type":"BreadcrumbList","@id":"https:\/\/godofprompt.ai\/blog\/write-json-prompts-for-gemini-nano-banana\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/godofprompt.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Write JSON Prompts for Gemini Nano Banana"}]},{"@type":"WebSite","@id":"https:\/\/godofprompt.ai\/blog\/#website","url":"https:\/\/godofprompt.ai\/blog\/","name":"God of Prompt","description":"AI prompts, guides &amp; playbooks for ChatGPT, Claude, Gemini &amp; Midjourney","publisher":{"@id":"https:\/\/godofprompt.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/godofprompt.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/godofprompt.ai\/blog\/#organization","name":"God of Prompt","url":"https:\/\/godofprompt.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/godofprompt.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/gop-logo.png","contentUrl":"https:\/\/godofprompt.ai\/blog\/wp-content\/uploads\/2026\/05\/gop-logo.png","width":512,"height":512,"caption":"God of Prompt"},"image":{"@id":"https:\/\/godofprompt.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/godofprompt","https:\/\/www.linkedin.com\/company\/god-of-prompt\/","https:\/\/www.youtube.com\/@god-of-prompt","https:\/\/www.instagram.com\/godofprompt\/"],"description":"God of Prompt is the AI prompt platform trusted by 100,000+ marketers, founders, and creators. We publish prompts, guides, and playbooks for ChatGPT, Claude, Gemini, and Midjourney."},{"@type":"Person","@id":"https:\/\/godofprompt.ai\/blog\/#\/schema\/person\/f35bf51bd15fe9c3177ee570be8876da","name":"Prompt Copilot","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6c70d2e519eaf28b535ff1dfae246737e95380c606b9f72a163215e11b2bc824?s=96&d=mm&r=g","caption":"Prompt Copilot"},"description":"Prompt Copilot is your AI prompting partner \u2014 a focused team of prompt engineers building the next generation of frameworks, templates, and playbooks for ChatGPT, Claude, Gemini, and Midjourney. We publish hands-on tutorials and battle-tested prompts on God of Prompt that ship real outcomes for marketers, founders, and operators. Our Mission To make prompt engineering practical. Every framework we share has been pressure-tested in real workflows \u2014 no toy examples, no clickbait. If a technique earns a place in our library, it has already shipped results in production. What you\u2019ll find on our author page Prompt frameworks \u2014 reusable structures that turn fuzzy goals into reliable outputs Tool tutorials \u2014 step-by-step guides for ChatGPT, Claude, Gemini, Midjourney Industry playbooks \u2014 vertical-specific prompt libraries for marketing, sales, ops, and more News &amp; analysis \u2014 what just shipped in AI and how it changes prompting Visit our home base Explore the full Prompt Copilot platform at prompt-copilot.ai \u2014 where the prompts live alongside our tooling, evaluations, and team workflows.","sameAs":["https:\/\/prompt-copilot.ai"],"url":"https:\/\/godofprompt.ai\/blog\/author\/prompt-copilot\/"}]}},"_links":{"self":[{"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/posts\/4304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/comments?post=4304"}],"version-history":[{"count":1,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/posts\/4304\/revisions"}],"predecessor-version":[{"id":6095,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/posts\/4304\/revisions\/6095"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/media\/4303"}],"wp:attachment":[{"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/media?parent=4304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/categories?post=4304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/godofprompt.ai\/blog\/wp-json\/wp\/v2\/tags?post=4304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}