[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"nav-categories":3,"article-google-gets-it-right-introducing-webmcp-the-new-standard-for-ai-agent-website-interactions":70},{"data":4},[5,37,57,64],{"name":6,"slug":7,"categories":8},"Productivity","productivity",[9,13,17,21,25,29,33],{"id":10,"title":11,"slug":12},17,"Branding","branding",{"id":14,"title":15,"slug":16},19,"Marketing","marketing",{"id":18,"title":19,"slug":20},20,"Work","work",{"id":22,"title":23,"slug":24},34,"Community","community",{"id":26,"title":27,"slug":28},21,"For newbies","for-newbies",{"id":30,"title":31,"slug":32},24,"Investment","investment",{"id":34,"title":35,"slug":36},22,"Finance","finance",{"name":38,"slug":39,"categories":40},"Tech","tech",[41,45,49,53],{"id":42,"title":43,"slug":44},28,"Technology","technology",{"id":46,"title":47,"slug":48},32,"Artificial Intelligence","artificial-intelligence",{"id":50,"title":51,"slug":52},26,"Security and protection","security-and-protection",{"id":54,"title":55,"slug":56},31,"YouTube Blog","youtube-blog",{"name":58,"slug":59,"categories":60},"News","news",[61],{"id":62,"title":58,"slug":63},18,"quasanews",{"name":65,"slug":66,"categories":67},"Business","business",[68],{"id":69,"title":65,"slug":66},16,{"post":71,"published_news":95,"popular_news":162,"categories":233},{"title":72,"description":73,"meta_title":72,"meta_description":74,"meta_keywords":75,"text":76,"slug":77,"created_at":78,"publish_at":79,"formatted_created_at":80,"category_id":46,"links":81,"view_type":86,"video_url":87,"views":88,"likes":89,"lang":90,"comments_count":89,"category":91},"Google Gets It Right: Introducing WebMCP, the New Standard for AI-Agent Website Interactions","In a move that's poised to revolutionize how AI agents navigate the web, Google has unveiled WebMCP — a proposed standard designed to enable seamless, structured interactions between AI agents and websites","Currently available in early preview through Chrome's developer program, WebMCP promises to shift the paradigm from clunky, human-like simulations to precise, API-driven communications","This isn't just an incremental update; it's a fundamental rethink of the \"agentic web,\" where websites actively guide AI agents on what actions they can perform.","\u003Cp>In a move that&#39;s poised to revolutionize how AI agents navigate the web, Google has unveiled WebMCP &mdash; a proposed standard designed to enable seamless, structured interactions between AI agents and websites. Currently available in early preview through Chrome&#39;s developer program, WebMCP promises to shift the paradigm from clunky, human-like simulations to precise, API-driven communications.\u003C/p>\n\n\u003Cp>This isn&#39;t just an incremental update; it&#39;s a fundamental rethink of the &quot;\u003Ca href=\"https://developer.chrome.com/blog/webmcp-epp\">agentic web\u003C/a>,&quot; where websites actively guide AI agents on what actions they can perform.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>The Problem with Current AI-Agent Interactions\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163342707.webp\" type=\"image/webp\">\u003Cimg alt=\"Google Gets It Right: Introducing WebMCP, the New Standard for AI-Agent Website Interactions\" class=\"image-align-right\" height=\"169\" src=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163342707.jpg\" width=\"300\" />\u003C/picture>Today&#39;s leading AI agents, such as Google&#39;s Gemini with its computer use capabilities, Anthropic&#39;s Claude, or emerging tools like Operator, rely heavily on manipulating the Document Object Model (DOM) to interact with websites. This means they simulate human behaviors: clicking buttons, filling out forms, scrolling through pages, and parsing visual layouts. While innovative, this approach has significant drawbacks.\u003C/p>\n\n\u003Cp>For starters, it&#39;s slow &mdash; agents must render pages, analyze layouts, and execute actions step-by-step, often leading to delays in real-world tasks. It&#39;s also inherently unreliable; even minor changes in a website&#39;s design or markup can break an agent&#39;s workflow, causing failures in automation. Imagine an AI trying to book a flight only to get stuck because a button&#39;s class name was updated overnight. This DOM-based method is akin to web scraping: effective in controlled scenarios but fragile and inefficient at scale.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Enter WebMCP: A Structured Approach to Agent-Site Collaboration\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163320969.webp\" type=\"image/webp\">\u003Cimg alt=\"Google Gets It Right: Introducing WebMCP, the New Standard for AI-Agent Website Interactions\" class=\"image-align-left\" height=\"402\" src=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163320969.jpg\" width=\"270\" />\u003C/picture>WebMCP addresses these pain points by flipping the script. Instead of agents guessing how to interact with a site, websites themselves declare the available actions through structured tools. This creates a direct communication channel, making interactions faster, more reliable, and less prone to breakage.\u003C/p>\n\n\u003Cp>\u003Cstrong>The standard introduces two complementary APIs, allowing developers to choose the right level of complexity for their needs:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Declarative API\u003C/strong>: This is the straightforward option, where standard actions are defined directly within HTML forms. It&#39;s ideal for common, predictable scenarios like submitting data or triggering basic operations. No heavy scripting required&mdash;sites can expose these tools with minimal effort, making it accessible for quick integrations.\u003C/li>\n\t\u003Cli>\u003Cstrong>Imperative API\u003C/strong>: For more dynamic and logic-heavy interactions, this API leverages JavaScript to handle complex workflows. It supports conditional logic, real-time data processing, and customized responses, perfect for sites with variable user paths or intricate backend integrations.\u003C/li>\n\u003C/ul>\n\n\u003Cp>Together, these APIs transform websites into &quot;agent-ready&quot; platforms, where AI tools can query and execute actions programmatically rather than through trial-and-error DOM poking.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Real-World Applications: From E-Commerce to Support Tickets\u003C/strong>\u003C/h4>\n\n\u003Cp>The potential of WebMCP shines in practical use cases, where structured interactions can automate tasks that currently require human oversight or brittle hacks.\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>E-Commerce\u003C/strong>: An AI agent could search for products, customize options (like size or color), and complete checkout without scanning for elusive &quot;Add to Cart&quot; buttons. By accessing structured APIs, the process becomes predictable, reducing cart abandonment and errors.\u003C/li>\n\t\u003Cli>\u003Cstrong>Travel Booking\u003C/strong>: Agents can efficiently search flights, apply filters (e.g., by price or layovers), and secure reservations using exposed data schemas. This eliminates the guesswork in parsing timetables or forms, leading to quicker and more accurate bookings.\u003C/li>\n\t\u003Cli>\u003Cstrong>Customer Support\u003C/strong>: Imagine an AI automatically generating a support ticket with all relevant technical details&mdash;device info, error logs, and user context&mdash;pulled directly from the site&#39;s tools. This streamlines issue resolution, freeing human agents for higher-level problems.\u003C/li>\n\u003C/ul>\n\n\u003Cp>These examples illustrate WebMCP&#39;s core value: turning ambiguous web experiences into programmable ones, much like how APIs replaced raw data scraping in software development.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Why This Matters: Faster, Reliable, and Human-Independent\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163322675.webp\" type=\"image/webp\">\u003Cimg alt=\"Google Gets It Right: Introducing WebMCP, the New Standard for AI-Agent Website Interactions\" class=\"image-align-right\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-02-18t163322675.jpg\" width=\"300\" />\u003C/picture>At its heart, WebMCP represents a transition from agents &quot;pretending to be human&quot; by mimicking clicks and scrolls to a world where sites explicitly tell agents what&#39;s possible.\u003C/p>\n\n\u003Cp>\u003Cstrong>This shift brings several key benefits:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Speed\u003C/strong>: Direct API calls bypass rendering and simulation, enabling near-instantaneous actions.\u003C/li>\n\t\u003Cli>\u003Cstrong>Reliability\u003C/strong>: Structured tools don&#39;t break with UI changes, as they&#39;re decoupled from visual elements.\u003C/li>\n\t\u003Cli>\u003Cstrong>Predictability\u003C/strong>: Agents get clear schemas, reducing errors and improving user trust in AI-driven automation.\u003C/li>\n\t\u003Cli>\u003Cstrong>Scalability\u003C/strong>: As more sites adopt WebMCP, the ecosystem grows, fostering widespread agent compatibility.\u003C/li>\n\u003C/ul>\n\n\u003Cp>In essence, it&#39;s a step toward a more autonomous web, where humans intervene less and AI handles more &mdash; efficiently and effectively.\u003C/p>\n\n\u003Cp>\u003Cstrong>Also read:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/andon-labs-ai-office-manager-bengt-hires-a-human-a-step-toward-ai-human-collaboration-in-the-physical-world\">Andon Labs&#39; AI Office Manager Bengt Hires a Human: A Step Toward AI-Human Collaboration in the Physical World\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/former-github-ceo-nat-friedman-unveils-entire-revolutionizing-ai-development-with-git-integration\">Former GitHub CEO Nat Friedman Unveils Entire: Revolutionizing AI Development with Git Integration\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/big-tech-s-650-billion-ai-arms-race-four-companies-outspend-entire-nations-on-infrastructure\">Big Tech&#39;s $650 Billion AI Arms Race: Four Companies Outspend Entire Nations on Infrastructure\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/scientists-propose-shooting-200-trillion-worth-of-pulverized-diamonds-into-atmosphere\">Scientists Propose Shooting $200 Trillion Worth of Pulverized Diamonds Into Atmosphere\u003C/a>\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Looking Ahead: Early Preview and Adoption\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Ca href=\"https://developer.chrome.com/blog/webmcp-epp\">WebMCP is still in its nascent stages, available for prototyping via Chrome&#39;s early preview program\u003C/a>. Developers interested in experimenting can access documentation and demos to get started. As adoption grows, we could see a surge in AI-agent capabilities, making everyday web tasks&mdash;from shopping to support&mdash;smarter and more seamless.\u003C/p>\n\n\u003Cp>Google&#39;s launch of WebMCP isn&#39;t just a technical tweak; it&#39;s a bold vision for the future of the web, where AI and sites collaborate intelligently. Keep an eye on this one&mdash;it&#39;s set to change how we (and our agents) interact online.\u003C/p>","google-gets-it-right-introducing-webmcp-the-new-standard-for-ai-agent-website-interactions","2026-02-18T15:35:11.000000Z","2026-03-02T11:26:00.000000Z","02.03.2026",{"image":82,"image_webp":83,"thumb":84,"thumb_webp":85},"https://cdn.quasa.io/images/news/udsSkKWPF0lqTmSeSsfehAD4OFStGcZnWHUvtVD2.jpg","https://cdn.quasa.io/images/news/udsSkKWPF0lqTmSeSsfehAD4OFStGcZnWHUvtVD2.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/udsSkKWPF0lqTmSeSsfehAD4OFStGcZnWHUvtVD2.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/udsSkKWPF0lqTmSeSsfehAD4OFStGcZnWHUvtVD2.webp","small",null,766,0,"en",{"id":46,"title":47,"slug":48,"meta_title":47,"meta_description":92,"meta_keywords":92,"deleted_at":87,"created_at":93,"updated_at":94,"lang":90},"Artificial Intelligence, ai, ml, machine learning, chatgpt, future","2024-09-22T08:08:27.000000Z","2024-09-23T12:49:38.000000Z",[96,111,123,136,149],{"title":97,"description":98,"slug":99,"created_at":100,"publish_at":101,"formatted_created_at":102,"category":103,"links":104,"view_type":86,"video_url":87,"views":109,"likes":89,"lang":90,"comments_count":89,"is_pinned":110},"The Dawn of the Wisdom Era: Why Your Intelligence is No Longer Enough","The era of competing with machines on their home turf — logic and data — is over. To win in the future, you don't need to be a better computer; you need to be a better human. The \"OpenClaw\" setups and frontier models are just the tools. The question is: Do you have the wisdom to know what to do with them?","the-dawn-of-the-wisdom-era-why-your-intelligence-is-no-longer-enough","2026-04-10T17:38:07.000000Z","2026-04-14T11:37:00.000000Z","14.04.2026",{"title":47,"slug":48},{"image":105,"image_webp":106,"thumb":107,"thumb_webp":108},"https://cdn.quasa.io/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.jpg","https://cdn.quasa.io/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.webp",74,false,{"title":112,"description":113,"slug":114,"created_at":115,"publish_at":115,"formatted_created_at":102,"category":116,"links":117,"view_type":86,"video_url":87,"views":122,"likes":89,"lang":90,"comments_count":89,"is_pinned":110},"LinkedIn Wants to Buy beehiiv: The Battle for Creator Independence and the Future of B2B Newsletters","In late 2025, rumors surfaced that LinkedIn quietly explored acquiring beehiiv, the independent newsletter platform that has rapidly become one of the most popular alternatives to Substack.","linkedin-wants-to-buy-beehiiv-the-battle-for-creator-independence-and-the-future-of-b2b-newsletters","2026-04-14T11:09:28.000000Z",{"title":58,"slug":63},{"image":118,"image_webp":119,"thumb":120,"thumb_webp":121},"https://cdn.quasa.io/images/news/T1mPXOj5dDKXlizL20K0ISlR0g26MzBxsHIugBc3.jpg","https://cdn.quasa.io/images/news/T1mPXOj5dDKXlizL20K0ISlR0g26MzBxsHIugBc3.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/T1mPXOj5dDKXlizL20K0ISlR0g26MzBxsHIugBc3.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/T1mPXOj5dDKXlizL20K0ISlR0g26MzBxsHIugBc3.webp",75,{"title":124,"description":125,"slug":126,"created_at":127,"publish_at":128,"formatted_created_at":102,"category":129,"links":130,"view_type":86,"video_url":87,"views":135,"likes":89,"lang":90,"comments_count":89,"is_pinned":110},"Two Seemingly Contradictory Thoughts About AI Transformation","The reality is more nuanced and more interesting: a gradual but substantial restructuring of white-collar work, with meaningful productivity gains and moderate headcount adjustments spread over several years.","two-seemingly-contradictory-thoughts-about-ai-transformation","2026-04-10T17:15:34.000000Z","2026-04-14T09:06:00.000000Z",{"title":19,"slug":20},{"image":131,"image_webp":132,"thumb":133,"thumb_webp":134},"https://cdn.quasa.io/images/news/KZSll5P8ZAZHN96B82NQBSU6YKs8suxhPjm50Z56.jpg","https://cdn.quasa.io/images/news/KZSll5P8ZAZHN96B82NQBSU6YKs8suxhPjm50Z56.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/KZSll5P8ZAZHN96B82NQBSU6YKs8suxhPjm50Z56.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/KZSll5P8ZAZHN96B82NQBSU6YKs8suxhPjm50Z56.webp",89,{"title":137,"description":138,"slug":139,"created_at":140,"publish_at":141,"formatted_created_at":102,"category":142,"links":143,"view_type":86,"video_url":87,"views":148,"likes":89,"lang":90,"comments_count":89,"is_pinned":110},"Stop Projecting Human Qualities onto AI — How to Actually Build Effective AI Systems","The biggest mistake you can make in 2026 is trying to turn an LLM into a digital employee.","stop-projecting-human-qualities-onto-ai-how-to-actually-build-effective-ai-systems","2026-04-10T17:04:18.000000Z","2026-04-14T06:54:00.000000Z",{"title":19,"slug":20},{"image":144,"image_webp":145,"thumb":146,"thumb_webp":147},"https://cdn.quasa.io/images/news/LOfwyulrmZCf8RKjFZq3MXf4PFBXKTitoTcwR6NS.jpg","https://cdn.quasa.io/images/news/LOfwyulrmZCf8RKjFZq3MXf4PFBXKTitoTcwR6NS.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/LOfwyulrmZCf8RKjFZq3MXf4PFBXKTitoTcwR6NS.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/LOfwyulrmZCf8RKjFZq3MXf4PFBXKTitoTcwR6NS.webp",99,{"title":150,"description":151,"slug":152,"created_at":153,"publish_at":154,"formatted_created_at":102,"category":155,"links":156,"view_type":86,"video_url":87,"views":161,"likes":89,"lang":90,"comments_count":89,"is_pinned":110},"You’re Not Building AI Systems — You’re Discovering Them","Here’s a truth most people still refuse to accept when they try to “implement AI” in their business:\nYou are not building a system.\nYou are discovering one.","you-re-not-building-ai-systems-you-re-discovering-them","2026-04-10T16:49:42.000000Z","2026-04-14T03:40:00.000000Z",{"title":27,"slug":28},{"image":157,"image_webp":158,"thumb":159,"thumb_webp":160},"https://cdn.quasa.io/images/news/BiGQ4ooOG2yf5o52eoSEI1c3CBxvOtHxAO1QizJn.jpg","https://cdn.quasa.io/images/news/BiGQ4ooOG2yf5o52eoSEI1c3CBxvOtHxAO1QizJn.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/BiGQ4ooOG2yf5o52eoSEI1c3CBxvOtHxAO1QizJn.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/BiGQ4ooOG2yf5o52eoSEI1c3CBxvOtHxAO1QizJn.webp",115,[163,176,192,204,219],{"title":164,"description":165,"slug":166,"created_at":167,"publish_at":168,"formatted_created_at":169,"category":170,"links":171,"view_type":86,"video_url":87,"views":174,"likes":175,"lang":90,"comments_count":89,"is_pinned":110},"The Anatomy of an Entrepreneur","Entrepreneur is a French word that means an enterpriser. Enterprisers are people who undertake a business or enterprise with the chance of earning profits or suffering from loss.","the-anatomy-of-an-entrepreneur","2021-08-04T15:18:21.000000Z","2025-12-14T06:09:00.000000Z","14.12.2025",{"title":65,"slug":66},{"image":172,"image_webp":87,"thumb":173,"thumb_webp":173},"https://cdn.quasa.io/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp",70211,2,{"title":177,"description":178,"slug":179,"created_at":180,"publish_at":181,"formatted_created_at":182,"category":183,"links":184,"view_type":189,"video_url":87,"views":190,"likes":191,"lang":90,"comments_count":89,"is_pinned":110},"Advertising on QUASA","QUASA MEDIA is read by more than 400 thousand people a month. We offer to place your article, add a link or order the writing of an article for publication.","advertising-on-quasa","2022-07-06T07:33:02.000000Z","2025-12-15T17:33:02.000000Z","15.12.2025",{"title":58,"slug":63},{"image":185,"image_webp":186,"thumb":187,"thumb_webp":188},"https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.webp","large",69960,4,{"title":193,"description":194,"slug":195,"created_at":196,"publish_at":197,"formatted_created_at":198,"category":199,"links":200,"view_type":86,"video_url":87,"views":203,"likes":191,"lang":90,"comments_count":89,"is_pinned":110},"What is a Startup?","A startup is not a new company, not a tech company, nor a new tech company. You can be a new tech company, if your goal is not to grow high and fast; then, you are not a startup. ","what-is-a-startup","2021-08-04T12:05:17.000000Z","2025-12-17T13:02:00.000000Z","17.12.2025",{"title":65,"slug":66},{"image":201,"image_webp":87,"thumb":202,"thumb_webp":202},"https://cdn.quasa.io/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp",67619,{"title":205,"description":206,"slug":207,"created_at":208,"publish_at":209,"formatted_created_at":210,"category":211,"links":212,"view_type":86,"video_url":87,"views":217,"likes":175,"lang":90,"comments_count":218,"is_pinned":110},"Top 5 Tips to Make More Money as a Content Creator","Content creators are one of the most desired job titles right now. Who wouldn’t want to earn a living online?","top-5-tips-to-make-more-money-as-a-content-creator","2022-01-17T17:31:51.000000Z","2026-01-17T11:30:00.000000Z","17.01.2026",{"title":19,"slug":20},{"image":213,"image_webp":214,"thumb":215,"thumb_webp":216},"https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.webp",41651,1,{"title":220,"description":221,"slug":222,"created_at":223,"publish_at":224,"formatted_created_at":225,"category":226,"links":227,"view_type":189,"video_url":87,"views":232,"likes":175,"lang":90,"comments_count":89,"is_pinned":110},"8 Logo Design Tips for Small Businesses","Your logo tells the story of your business and the values you stand for.","8-logo-design-tips-for-small-businesses","2021-12-04T21:59:52.000000Z","2025-05-05T03:30:00.000000Z","05.05.2025",{"title":15,"slug":16},{"image":228,"image_webp":229,"thumb":230,"thumb_webp":231},"https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.webp",40796,[234,235,236,237,238,239,240,241,242,243,244,245,246],{"title":23,"slug":24},{"title":47,"slug":48},{"title":55,"slug":56},{"title":43,"slug":44},{"title":51,"slug":52},{"title":31,"slug":32},{"title":35,"slug":36},{"title":27,"slug":28},{"title":19,"slug":20},{"title":15,"slug":16},{"title":58,"slug":63},{"title":11,"slug":12},{"title":65,"slug":66}]