{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dkqKhoCZjKQkJJoraOJd/nwZIzA2k8IDRHOSRDqIj/ewhHuyXZI-13.js"],
  "sourcesContent": ["import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{Link as i}from\"framer\";import{motion as n}from\"framer-motion\";import*as r from\"react\";export const richText=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"Minifying HTML, CSS, and JavaScript files is one of the simplest yet most effective ways to improve website speed. By reducing file sizes, you enable faster downloads, lower bandwidth usage, and better user engagement. Here\u2019s how to optimize your code for peak performance.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Why Minification Matters\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Minification strips unnecessary characters (whitespace, comments, line breaks) and shortens variable names without altering functionality.\\xa0\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"For example: A 1MB JavaScript file can shrink to 300KB after minification.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Smaller files load faster, improving metrics like Largest Contentful Paint (LCP) and SEO rankings.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"This is critical for JavaScript-heavy sites, where unminified code can delay interactivity and frustrate users.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"How to Minify HTML, CSS, and JavaScript\"})}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"1. HTML Minification\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Process: Remove whitespace, comments, and redundant tags.\"})})}),/*#__PURE__*/e(\"p\",{children:\"Tools:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"HTML Minifier (command-line or Node.js).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Plugins for static site generators (e.g., Jekyll, Hugo).\"})})]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Example:\"})}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"332\",src:\"https://framerusercontent.com/images/iUNeZhW1T8SoGLnbS18AaBFV1co.png\",style:{aspectRatio:\"1400 / 664\"},width:\"700\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"2. CSS Minification\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"\\xa0CSS Minification\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Process: Remove whitespace, merge duplicate rules, and shorten hex codes (e.g., #FFFFFF \u2192 #fff).\"})}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:\"Tools:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"CSSNano or csso.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Build tools like Webpack, Gulp, or Grunt\"})})]})]})]}),/*#__PURE__*/e(\"p\",{children:\"Build tools like Webpack, Gulp, or Grunt.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"317\",src:\"https://framerusercontent.com/images/OudF1GnHIp86DSg7fY8wFJSRHFE.png\",style:{aspectRatio:\"1400 / 635\"},width:\"700\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"3. JavaScript Minification\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Process: Remove comments, whitespace, and rename variables (e.g., calculateTotal() \u2192 c()).\"})}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:\"Tools:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"UglifyJS or Closure Compiler.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Bundlers like ESBuild or Vite.\"})})]})]})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"305\",src:\"https://framerusercontent.com/images/vppXWyWRJVnHU8rqvghs4KoM6jM.png\",style:{aspectRatio:\"1400 / 611\"},width:\"700\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Automating Minification\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Build Tools: Configure Webpack, Rollup, or Parcel to minify code during production builds.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"CMS Plugins: Use WordPress plugins like Autoptimize or WP Rocket.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Server Modules: Deploy Google\u2019s PageSpeed Module (Apache/Nginx) for automatic optimization.\"})})]}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Common Questions\"})}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: Does minifying CSS improve performance?\"})}),/*#__PURE__*/e(\"p\",{children:\"Yes\u2014smaller CSS files download faster and reduce render-blocking delays.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: How do I automatically minify CSS?\"})}),/*#__PURE__*/e(\"p\",{children:\"Use tools like CSSNano in a build pipeline or enable minification in WordPress via caching plugins.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: What\u2019s the best tool to minify CSS?\"})}),/*#__PURE__*/e(\"p\",{children:\"CSSNano is widely recommended for its efficiency and integration with PostCSS.\"}),/*#__PURE__*/e(\"h3\",{children:\"Best Practices\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[\"Test Minified Code: Ensure no functionality breaks post-optimization\",/*#__PURE__*/e(i,{href:\"https://tillison.co.uk/blog/pagespeed-minification-code/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"1\"})}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Combine with Compression: Use Brotli or GZIP to shrink files further (up to 90% reduction).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Lighthouse Audits: Check Google Lighthouse for minification opportunities under the \u201CDiagnostics\u201D tab.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"By integrating minification into your workflow, you\u2019ll achieve faster load times, happier users, and better search rankings. Start with simple tools like HTMLMinifier or CSSNano, then scale up to automated solutions for long-term gains.\"})]});export const richText1=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Introduction: The AI SEO Revolution\"}),/*#__PURE__*/e(\"p\",{children:\"In the ever-evolving landscape of digital marketing, AI SEO has emerged as a game-changing force, reshaping how brands approach organic search optimization.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"As the demand for high-quality, SEO-optimized content skyrockets, four AI powerhouses\u2014Kimi, Qwen, ChatGPT, and DeepSeek\u2014have risen to the forefront, each promising to revolutionize content creation and search engine rankings.But in this AI-driven SEO arms race, which tool truly delivers the perfect blend of keyword precision, content depth, and human-like engagement?\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"To answer this burning question, we've developed a comprehensive 5-Star Metric System, pitting these AI giants against each other in a head-to-head showdown.Our analysis dives deep into the core pillars of SEO success:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Content Quality: Evaluating readability, relevance, and originality\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Keyword Optimization: Assessing research capabilities and strategic implementation\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Content Depth: Measuring the ability to produce comprehensive, authoritative articles\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Linking Strategy: Examining internal and external linking proficiency\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Content Personalization: Testing adaptability to brand voice and audience personas\"})})]}),/*#__PURE__*/e(\"p\",{children:\"By dissecting each tool's performance across these critical areas, we aim to provide marketers, content creators, and SEO specialists with a clear roadmap for choosing the AI ally that best aligns with their organic search goals.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Whether you're looking to dominate SERPs with AI-powered keyword research or seeking to enhance your content strategy with ChatGPT for SEO, this comparison will illuminate the strengths and weaknesses of each platform.\"}),/*#__PURE__*/e(\"p\",{children:\"Prepare to dive into a data-driven analysis that goes beyond the hype, offering actionable insights on leveraging AI for SEO content creation that not only ranks but resonates with your target audience.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"444\",src:\"https://framerusercontent.com/images/8PSRV2RDLigEjlm0LK1Daxc9xHg.png\",style:{aspectRatio:\"1264 / 888\"},width:\"632\"}),/*#__PURE__*/e(\"p\",{children:\"Our 5 star metric thorough analyses the content from these AI models. AI for SEO is grabbing alot of attention from both marketing and tech people. What is better: AI with KIMI, AI seo with Qwen, SEO with Chatgpt or SEO with Deepseek? Here we have shown only what stood out in our comparison and not the entire outputs.\\xa0\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Star 1: To check content quality\"})}),/*#__PURE__*/e(\"p\",{children:\"How to write SEO optimized content: (in 400 words)\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Content Quality\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Readability and clarity\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Relevance to the target audience\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Originality and uniqueness\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Engaging and informative content\"})})]}),/*#__PURE__*/t(\"p\",{children:[\"What stood out: \",/*#__PURE__*/e(\"br\",{}),\"The output was generated with Kimi\u2019s most advanced version and in comparison with its peers it stood out in the flow, the details it covered and readability. Special mention to Deepseek R1 which also mentions Google's E-A-T framework.\\xa0\",/*#__PURE__*/e(\"br\",{}),\"Output by Kimi\"]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"360\",src:\"https://framerusercontent.com/images/f2YXg31VPIe5a93QGADYTeHphI.png\",style:{aspectRatio:\"559 / 721\"},width:\"279\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Kimi: 1 star\"})})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 0.25\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"ChatGPT: 0.85\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"R1: 0.65\"})})]}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Star 2: Keyword Optimization: Find me keywords on pickleball paddles\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Keyword research capabilities\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Ability to incorporate primary and secondary keywords\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Keyword density and distribution\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Long-tail keyword optimization\"})})]}),/*#__PURE__*/e(\"p\",{children:\"What stood out: It was a close competition and no clear winner because not one single output could match the satisfaction of the team. What outshines in certain particular LLMs is shown below\"}),/*#__PURE__*/e(\"p\",{children:\"For KW research Deepseek stood out with the list of competitors and detailed information on the same.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"output by R1\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"413\",src:\"https://framerusercontent.com/images/oN8vQBTcP8kPP7KsiKKho4nBoA.png\",style:{aspectRatio:\"1400 / 827\"},width:\"700\"}),/*#__PURE__*/e(\"p\",{children:\"Output by O3\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"230\",src:\"https://framerusercontent.com/images/srePECWzG4DrvKgiav74NyrMo.png\",style:{aspectRatio:\"1400 / 460\"},width:\"700\"}),/*#__PURE__*/e(\"p\",{children:\"Output by Kimi\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"328\",src:\"https://framerusercontent.com/images/virkZfYVfMdQT2zEX6xWicNdXmM.png\",style:{aspectRatio:\"1400 / 657\"},width:\"700\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Kimi: 0.75 for metrics and overview\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 0.65 for the ease of understanding\\xa0\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"ChatGPT: 0.75 for integration tips\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"R1: 0.85 for competitor list and information on that\"})})})]}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Star 3: Content Length and Depth: give me an article of 1000 words on Trump\u2019s foreign policy developments\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Ability to generate comprehensive, in-depth content\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Optimal content length for target keywords and topics\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Coverage of related subtopics and questions\"})})]}),/*#__PURE__*/e(\"h2\",{children:\"What stood out:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Kimi: 1 star for the accuracy of data\"})})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 0.40 (vague answers and no factual data)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"ChatGPT: 0.70\"})}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:\"R1: 0.70 (Numerous hallucinations but the output was really on point)\"}),/*#__PURE__*/e(\"p\",{children:\"Output by Kimi\"})]})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"500\",src:\"https://framerusercontent.com/images/VxCLLfjQpgARuJLFeSTWvRAGAzc.png\",style:{aspectRatio:\"851 / 1000\"},width:\"425\"}),/*#__PURE__*/e(\"p\",{children:\"Kimi gave one of the most brilliant news articles/ research articles on How America\u2019s foreign policy is changing under Trump with very clear factual data.\\xa0\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Star 4: Linking Strategy: write a blog on niacinamide usage in 500 words\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Internal linking suggestions\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"External linking to authoritative sources\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Anchor text optimization\"})})]}),/*#__PURE__*/t(\"p\",{children:[\"What stood out:\",/*#__PURE__*/e(\"br\",{}),\"Output by O3\"]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"500\",src:\"https://framerusercontent.com/images/eFU9fN5eWmmzxhLVPP6jJB9bx1E.png\",style:{aspectRatio:\"984 / 1000\"},width:\"492\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",src:\"failed-asset-upload-placeholder\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Kimi: 0.4 (alot of hallucinations and no internal linking, only hyperlinks)\\xa0\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 1 (great overall answer)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"ChatGPT: 1 ( Great output comprehensive and analytical with no jargons)\\xa0\"})})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"R1: 0.85 (the flow was not that natural in readability)\"})})]}),/*#__PURE__*/e(\"p\",{children:\"O3 stood out because of the comprehensiveness of the article and the ease with which the internal links were linked in the article itself.\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Star 5: Content Personalization:\\xa0\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Ability to tailor content to specific buyer personas\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Customization options for tone, style, and voice\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Adaptation to brand guidelines and preferences\"})})]}),/*#__PURE__*/e(\"p\",{children:\"What stood out:\"}),/*#__PURE__*/e(\"p\",{children:\"Output by R1\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Kimi: 0.5 (not that detailed)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 0.5 (very vague and not accurate)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"ChatGPT: 0.90 (it was good but some details were missed out)\\xa0\"})}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"R1: 1 ( best output with proper tonality and crisp answer)\"})}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"500\",src:\"https://framerusercontent.com/images/kmpnrvCIqLjY0cEP1yJZTUiJFXg.png\",style:{aspectRatio:\"931 / 1000\"},width:\"465\"})]})]}),/*#__PURE__*/e(\"p\",{children:\"Best mimicking of the Vogue tonality and with crisp mention of the details and everything in one power packed article was great.\\xa0\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Kimi: 3.65\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Qwen: 2.8\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"ChatGPT: 4.2\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"R1: 4.02\"})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"500\",src:\"https://framerusercontent.com/images/itHj09yO3xnrjgBeaCtxVbbW0.png\",style:{aspectRatio:\"1138 / 1000\"},width:\"569\"}),/*#__PURE__*/e(\"h3\",{children:\"The Human Touch in AI-Driven SEO\"}),/*#__PURE__*/e(\"p\",{children:\"While AI models like Kimi, Qwen, ChatGPT, and DeepSeek have demonstrated impressive capabilities in generating SEO-optimized content, the true power lies in combining their outputs with human expertise. This is where platforms like Passion Fruit shine, offering a unique blend of AI efficiency and human creativity.\"}),/*#__PURE__*/e(\"p\",{children:\"Passion Fruit's approach leverages the strengths of AI SEO tools\u2014such as Kimi's data-driven insights and ChatGPT's language fluency\u2014and enhances them with the nuanced understanding and strategic thinking of seasoned content experts. Our human-in-the-loop model ensures that AI-generated drafts are refined into compelling, link-worthy assets that not only satisfy search algorithms but also engage and convert real audiences.\"}),/*#__PURE__*/e(\"h3\",{children:\"Conclusion: AI-Powered SEO Mastery with Human Expertise\"}),/*#__PURE__*/e(\"p\",{children:\"As we've seen, Kimi, Qwen, O3, and DeepSeek each bring unique strengths to the table in the realm of SEO-optimized content creation. While these AI models excel in various aspects of keyword optimization, content depth, and personalization, the true power lies in combining their capabilities with human expertise.This is where Passion Fruit emerges as a key player in your content strategy.\"}),/*#__PURE__*/t(\"p\",{children:[\"By leveraging AI-driven SEO techniques alongside skilled human content creators, \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Passion Fruit\"})}),\" offers a best-of-both-worlds approach. Our platform seamlessly integrates cutting-edge AI tools with experienced writers, editors, and SEO specialists to deliver content that not only ranks well but also resonates with your target audience.\"]}),/*#__PURE__*/e(\"h3\",{children:\"FAQs\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How does AI improve SEO content quality?\"})}),/*#__PURE__*/e(\"p\",{children:\"AI analyzes vast amounts of data to identify trending topics, optimize keyword usage, and ensure content relevance.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Can AI completely replace human writers for SEO?\"})}),/*#__PURE__*/e(\"p\",{children:\"While AI excels at data analysis and optimization, human creativity and nuance remain crucial for truly engaging content.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What's the ideal content length for SEO in 2025?\"})}),/*#__PURE__*/e(\"p\",{children:\"Optimal length varies by topic, but comprehensive articles of 1000-2000 words often perform well for in-depth subjects.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How often should keywords appear in SEO-optimized content?\"})}),/*#__PURE__*/e(\"p\",{children:\"Aim for a natural keyword density of 1-2%, focusing on strategic placement rather than overuse.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What role does AI play in link building strategies?\"})}),/*#__PURE__*/e(\"p\",{children:\"AI can suggest relevant internal and external linking opportunities based on content analysis and topic relationships.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How can AI tools adapt content for different buyer personas?\"})}),/*#__PURE__*/e(\"p\",{children:\"Advanced AI models analyze audience data to tailor tone, examples, and pain points to specific target groups.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What's the importance of E-A-T in AI-generated SEO content?\"})}),/*#__PURE__*/e(\"p\",{children:\"Expertise, Authoritativeness, and Trustworthiness remain crucial; AI should be used to enhance, not replace, credible sources.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How does AI handle multilingual SEO optimization?\"})}),/*#__PURE__*/e(\"p\",{children:\"Some AI models offer robust multilingual capabilities, adapting content for cultural nuances and local search patterns.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Can AI help with featured snippet optimization?\"})}),/*#__PURE__*/e(\"p\",{children:\"Yes, AI can structure content to target featured snippets by identifying common questions and formatting answers appropriately.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What's the future of AI in SEO content creation?\"})}),/*#__PURE__*/e(\"p\",{children:\"AI will likely become more integrated with human workflows, offering real-time optimization suggestions and data-driven insights.\"}),/*#__PURE__*/e(\"p\",{children:\"By partnering with Passion Fruit, you gain access to a powerful combination of AI-driven SEO tools and seasoned content experts. Their human-in-the-loop model ensures that every piece of content is not only optimized for search engines but also crafted to engage and convert your target audience.\"}),/*#__PURE__*/t(\"p\",{children:[\"While AI models like Kimi and Qwen generate SEO-optimized content, platforms like \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Passion Fruit\"})}),\" fuse their output with human expertise to create unskippable content\"]}),/*#__PURE__*/t(\"p\",{children:[\"Leverage Passion Fruit\u2019s vetted content experts to refine AI drafts into link-worthy assets, blending Kimi\u2019s data depth with Pulitzer-finalist storytelling techniques. Ready to merge machine speed and human ingenuity? \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Launch your hybrid strategy today\"})}),\".\"]})]});export const richText2=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"The world of SEO can seem intimidating, right? It's a totally normal feeling! Lots of small business owners and just regular people find themselves wondering how to do SEO yourself without needing to spend a fortune or get a PhD in computer science.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"But I'm here to tell you that doing your own SEO is absolutely within reach, especially when you're just starting. It might feel like climbing a mountain at first, but if we take it one small step at a time, you'll see that self SEO is way more manageable than you probably think.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"The secret is focusing on giving people genuinely helpful, reliable information; that's what really matters to Google, and most importantly, to your audience.\"}),/*#__PURE__*/e(\"p\",{children:\"So, let's cut right to the chase and answer the question that's likely on your mind: can I do SEO on my own?\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"The answer is a big, enthusiastic YES!\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Think of it like learning any new skill, like fixing a leaky faucet or taking amazing photos. It takes a little bit of know-how, a little bit of practice, and a genuine willingness to learn how to do SEO yourself, but with the right guidance and some consistent effort, anyone can get great results.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"And guess what? I'm here to be your guide!\"}),/*#__PURE__*/e(\"h2\",{children:\"Getting Started with SEO\"}),/*#__PURE__*/e(\"p\",{children:\"Before we get into the nitty-gritty details, let's take a moment to chat about what SEO actually is. Simply put, SEO is all about making your website more visible to people who are searching for things related to your business, your expertise, or just your interests.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine someone is looking for a local bakery or needs advice on gardening; you want your website to be the one that pops up near the top of the search results. The higher you rank, the more people will find you, and the more chances you'll have to connect with the folks you're trying to reach.\"}),/*#__PURE__*/e(\"p\",{children:\"To make that happen, search engines like Google use super complex algorithms (think of them as really, really smart computer programs) to figure out which websites are the best answers to people's searches. These algorithms look at a whole bunch of different things, including:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Make sure your website is valuable by verifying that it provides valuable, informative, and engaging content that directly addresses the searcher's needs and answers their questions. Content that provides original information, reporting, research, or analysis will be highly valuable.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Make your website professional to improve the user experience by seeing if it is easy to navigate, loads quickly, and works perfectly on phones and tablets.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Become an authority in your field by ensuring that other reputable websites link back to your site, signaling that you're a credible source of information. Google refers to this as E-E-A-T or Experience, Expertise, Authoritativeness and Trustworthiness.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"Focusing on those things will help you significantly improve your website's search engine rankings and attract more of the right kind of visitors.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"But here's the most important thing to remember: it's all about being genuinely helpful and building trust, not just trying to trick the system.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Google is way too smart for that!\"}),/*#__PURE__*/e(\"h2\",{children:\"SEO Do It Yourself: A Simple, Step-by-Step Guide\"}),/*#__PURE__*/t(\"p\",{children:[\"Okay, now that we know what SEO is all about, where do you actually start? A great \",/*#__PURE__*/e(\"strong\",{children:\"first step\"}),\" when thinking about how to do search engine optimization yourself is to create a basic plan. Take a few minutes to think about these questions before you start making changes to your website:\"]}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Make sure you know what you're trying to achieve. Increased website traffic, increased sales, or something else? What do you hope to achieve with your SEO efforts?\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Who is your target audience? Understanding their interests, needs, and what kind of language they use will help you create better content and target the right keywords.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"What are the primary topics you want to be known for? What kind of expertise do you want to showcase on your website? If you sell handmade jewelry, are you an expert in gemstones, metalworking, or both?\"})})]}),/*#__PURE__*/e(\"p\",{children:\"With your goals in mind and an ideal audience in hand, you can follow these steps to success:\"}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Find relevant keywords\"}),\" that your audience is actually searching for, you can do so with reliable \",/*#__PURE__*/e(i,{href:\"https://www.semrush.com/blog/keyword-research/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Keyword Research\"})}),\". To discover, locate and target long-tail keywords with high intent, it is essential to have the right tools.\\xa0\"]})})}),/*#__PURE__*/e(\"p\",{children:\"Google and similar search engines are getting more accurate at matching search queries with user intent with more information for relevant queries.\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[\"Help search engines and users understand what your pages are about with effective \",/*#__PURE__*/e(\"strong\",{children:\"On-Page Optimization\"}),\". This includes writing clear and compelling title tags and meta descriptions, using header tags (H1, H2, etc.) to structure your content, and optimizing your images with descriptive alt text. Implement alt text to make your website accessible.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[\"Always remember \",/*#__PURE__*/e(\"strong\",{children:\"Content is King\"}),\". \",/*#__PURE__*/e(i,{href:\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Create something people want to see\"})}),\" as you are a provider of useful help by guaranteeing great user engagement by providing information, reporting, research or analysis that is original.\"]})})]}),/*#__PURE__*/e(\"h3\",{children:\"Maintaining Momentum: Essential SEO Best Practices\"}),/*#__PURE__*/e(\"p\",{children:\"To keep your site as successful as possible, you must always put in consistent attention, and it isn't enough to just complete it once. It is important to realize you must be flexible and adapt to what's trending since algorithms are always changing for search engines:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[\"Pay close attention to your website by planning to \",/*#__PURE__*/e(\"strong\",{children:\"Track your Progress\"}),\". Regularly check metrics to ensure you continue to climb when you analyze consistently.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Ensure you understand any changes that may come by building plans to Stay Up-to-Date. Make sure your strategy to adapt will be in place since the SEO world will always continue to evolve.\\xa0\"})})]}),/*#__PURE__*/e(\"p\",{children:\"You will want to keep your expertise at the highest levels and to display authority in the space by learning new strategies.\"}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Success isn't built in a day, so to gain results, know that patience is essential.\"})})}),/*#__PURE__*/e(\"h3\",{children:\"Common Mistakes to Avoid When Doing SEO Yourself\"}),/*#__PURE__*/e(\"p\",{children:\"While it might seem like smooth sailing, keep in mind some potential obstacles, so keep clear as you learn how to do SEO yourself, and make plans to avoid problems:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[\"Don't over-emphasize keywords with \",/*#__PURE__*/e(i,{href:\"https://developers.google.com/search/docs/essentials/spam-policies\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Keyword Stuffing\"})}),\". Use keywords sparingly and write quality content that helps searchers find the information they need.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Consider that mobile is used by most so don't risk Ignoring Mobile. Ensure mobile users can use the website as another source of traffic.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Always make the site easy to read by remembering to prioritize Neglecting User Experience. You will quickly turn visitors away if they find the site difficult to use.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Links are a measure of trust, so remember to earn them, and try to avoid artificially Buying Links. Focus on building quality content that earns links naturally, rather than resorting to tactics that could harm your reputation.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"Final Thoughts\"}),/*#__PURE__*/e(\"p\",{children:\"How to do search engine optimization yourself might seem like a monumental task, but I'm confident that you'll agree it's achievable with the right information. With a strategic approach and these tips, you'll see that learning how to do SEO yourself is possible.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"It's important to note that great online profiles with strong SEO come from great content that provides the viewers help.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Get Expert, End to End AI SEO Solutions with Passionfruit\"})}),/*#__PURE__*/e(\"p\",{children:\"Need detailed, end-to-end SEO solutions where everything is handled for you? Check out Passionfruit. Schedule a free consultation now and see how AI-powered SEO services can help you achieve organic growth up to 20x faster.\"}),/*#__PURE__*/e(\"h3\",{children:\"FAQ Section\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What if I simply don't have the time to do SEO myself?\"})}),/*#__PURE__*/e(\"p\",{children:\"With Passionfruit, you can get detailed, end-to-end SEO solutions where everything is handled for you. Schedule a free consultation now and see how AI-powered SEO services can help you achieve organic growth up to 20x faster.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How long will it realistically take to see results from SEO?\"})}),/*#__PURE__*/e(\"p\",{children:\"SEO is a long-term game, and it typically takes several months to see noticeable improvements in your website's rankings and organic traffic.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Is SEO really worth the investment of time and effort?\"})}),/*#__PURE__*/e(\"p\",{children:\"Absolutely! SEO can be an incredibly effective way to drive sustainable traffic, generate qualified leads, and grow your business over the long term.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What are the essential tools I'll need to get started with SEO?\"})}),/*#__PURE__*/e(\"p\",{children:\"There are many helpful SEO tools available, both free and paid. Some of the most popular options include Google Analytics, Google Search Console, Ahrefs, SEMrush, and Moz.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How often should I be updating my website's content to stay relevant?\"})}),/*#__PURE__*/e(\"p\",{children:\"Regularly updating your website's content is a key factor in maintaining strong search engine rankings.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Do I need to be a technical expert to do my own SEO effectively?\"})}),/*#__PURE__*/e(\"p\",{children:\"No, you don't need to be a technical expert to do your own SEO.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How can I show Google that my website is trustworthy and authoritative?\"})}),/*#__PURE__*/e(\"p\",{children:'Focus on building a reputation of quality with Google by proving authority through building expertise, showing authoritativeness, and building trust. This can be as simple as having a clear \"About Us\" page that highlights your team\\'s experience, or as involved as getting verified by third-party organizations.'}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:'What is \"people-first content\" and why is it important?'})}),/*#__PURE__*/e(\"p\",{children:\"Prioritize people over profits when you build people-first content because it helps to build genuine relationships with your audience, and demonstrates Google that you are providing value to your users.\"})]});export const richText3=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"Organic SEO has become the secret weapon for niche brands aiming for explosive growth. Built on the principles of authenticity and consistency, it\u2019s the very strategy that enables brands\u2014no matter how small\u2014to shine in a crowded marketplace. Think of it as your brand's invitation to become an outlier, much like Malcolm Gladwell\u2019s model suggests.\"}),/*#__PURE__*/e(\"h2\",{children:\"Understanding Organic SEO\"}),/*#__PURE__*/t(\"p\",{children:[\"At its core, \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo?\"}),\" \"]}),/*#__PURE__*/t(\"p\",{children:[\"It is an online marketing strategy that improves your website\u2019s visibility in search engine results naturally, without paid advertising. When you ask, \",/*#__PURE__*/e(\"strong\",{children:\"what is organic search in seo?\"}),\", consider it the process of building elevated rankings through quality content, robust technical optimizations, and authentic user engagement. It isn\u2019t just about ticking boxes\u2014it\u2019s about creating an environment where your audience finds real value.\"]}),/*#__PURE__*/e(\"p\",{children:\"Key components include:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Content Excellence:\"}),\" Engaging, informative, and keyword-driven content.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Technical Brilliance:\"}),\" Fast loading speeds, mobile responsiveness, and proper site structure.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"User Experience:\"}),\" Seamless website navigation that encourages deeper site engagement.\"]})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"429\",src:\"https://framerusercontent.com/images/1vhRaZzzE2vdTlgFoAwgmzbuU.png\",style:{aspectRatio:\"678 / 858\"},width:\"339\"}),/*#__PURE__*/t(\"p\",{children:[\"By integrating \",/*#__PURE__*/e(\"strong\",{children:\"organic seo services\"}),\" either through a dedicated \",/*#__PURE__*/e(\"strong\",{children:\"organic seo agency\"}),\" or by empowering yourself with a \",/*#__PURE__*/e(\"strong\",{children:\"seo do it yourself guide\"}),\", your brand sets the stage for long-term, sustainable success.\"]}),/*#__PURE__*/e(\"h3\",{children:\"The Outlier Model: Unleashing Exponential Growth\"}),/*#__PURE__*/e(\"p\",{children:\"Malcolm Gladwell\u2019s outlier model illustrates that extraordinary success often hinges on unique advantages, persistence, and smart timing. For niche brands, this model is a blueprint for transformation:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Breaking the Mold:\"}),\" Avoid the common pitfalls. Embrace innovative \",/*#__PURE__*/e(\"strong\",{children:\"SEO, organic tips\"}),\" that defy conventional marketing norms.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Building on Unique Strengths:\"}),\" Leverage what makes you different. When someone asks \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo\"}),\", show them how your distinctive approach fuels \",/*#__PURE__*/e(\"strong\",{children:\"seo organic results\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Exponential Impact:\"}),\" As you consistently apply these methods, your results multiply\u2014echoing the success of outliers.\"]})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"287\",src:\"https://framerusercontent.com/images/rboMSj8DhztTmKuBdpBCoXTBFI4.png\",style:{aspectRatio:\"860 / 575\"},width:\"430\"}),/*#__PURE__*/t(\"p\",{children:[\"These insights emphasize that even if you're wondering \",/*#__PURE__*/e(\"strong\",{children:\"can i do seo myself\"}),\" or \",/*#__PURE__*/e(\"strong\",{children:\"how do i do my own seo\"}),\", adopting this outlier mindset can propel your brand to become a recognized leader in your niche.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Passionfruit: The Dark Horse Revolutionizing the Game\"}),/*#__PURE__*/e(\"p\",{children:\"Imagine a brand that emerged seemingly out of nowhere and quickly became the go-to choice among its audience. That\u2019s the story of Passionfruit\u2014a dark horse that redefined industry standards. Passionfruit\u2019s success is built on its willingness to take risks and innovate where others followed the status quo.\"}),/*#__PURE__*/t(\"p\",{children:[\"Much like Passionfruit, your brand can harness \",/*#__PURE__*/e(\"strong\",{children:\"effective keyword research techniques for improved organic seo traffic\"}),\" and creative strategies to answer questions like \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo\"}),\", \",/*#__PURE__*/e(\"strong\",{children:\"what is the difference between local and organic seo\"}),\", and more. By doing so, you\u2019ll create an authentic narrative that transforms your brand into a memorable outlier in the digital world.\"]}),/*#__PURE__*/e(\"h3\",{children:\"10 Proven Strategies to Boost SEO Organic traffic\"}),/*#__PURE__*/t(\"p\",{children:[\"Integrate these \",/*#__PURE__*/e(\"strong\",{children:\"10 proven strategies to boost seo organic traffic\"}),\" into your digital marketing playbook:\"]}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Master Keyword Research:\"}),\" Use \",/*#__PURE__*/e(\"strong\",{children:\"effective keyword research techniques for improved organic seo traffic\"}),\" to identify phrases such as \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo\"}),\" and \",/*#__PURE__*/e(\"strong\",{children:\"seo organic search\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Create Value-Driven Content:\"}),\" Develop articles, blogs, and visuals that address nuances like \",/*#__PURE__*/e(\"strong\",{children:\"what is organic search in seo\"}),\" and provide insight into \",/*#__PURE__*/e(\"strong\",{children:\"seo organic traffic\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Optimize On-Page Elements:\"}),\" Fine-tune your meta tags, title tags, and descriptions. This is where \",/*#__PURE__*/e(\"strong\",{children:\"organic seo tips\"}),\" and answers to queries like \",/*#__PURE__*/e(\"strong\",{children:\"how do i do my own seo\"}),\" come to life.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Leverage Analytics:\"}),\" Monitor performance with tools like GA4 and learn \",/*#__PURE__*/e(\"strong\",{children:\"what benchmark for organic traffic in ga4 for seo\"}),\" fits your niche. Integrate platforms like \",/*#__PURE__*/e(\"strong\",{children:\"looker studio organic sessions by city seo\"}),\" for regional insights.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Enhance User Experience:\"}),\" Ensure your site is visually appealing, fast, and mobile-friendly, contributing to stellar \",/*#__PURE__*/e(\"strong\",{children:\"seo organization\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Secure Quality Backlinks:\"}),\" Build relations with other reputable sites to boost your organic\",/*#__PURE__*/e(\"strong\",{children:\" results\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Incorporate Local SEO Tactics:\"}),\" Understand \",/*#__PURE__*/e(\"strong\",{children:\"what is the difference between local and organic seo\"}),\" and effectively merge both for broader reach.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Utilize Video and Multimedia:\"}),\" Engage users with diverse content formats that drive organic\",/*#__PURE__*/e(\"strong\",{children:\" search\"}),\" and bolster brand authority.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Adopt a DIY Mindset:\"}),\" Explore a \",/*#__PURE__*/e(\"strong\",{children:\"seo do it yourself guide\"}),\" to learn how to do fundamental optimizations if you're exploring \",/*#__PURE__*/e(\"strong\",{children:\"can i do seo myself\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Stay Agile:\"}),\" Regularly refine your techniques. Even if you start with a \",/*#__PURE__*/e(\"strong\",{children:\"do it yourself seo guide\"}),\", embrace continuous learning and adaptation.\"]})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"436\",src:\"https://framerusercontent.com/images/GeRwj1JlSROYSrqh8ibCZ3Vpg.png\",style:{aspectRatio:\"1143 / 873\"},width:\"571\"}),/*#__PURE__*/t(\"p\",{children:[\"These strategies empower you to build lasting \",/*#__PURE__*/e(\"strong\",{children:\"SEO, organic traffic\"}),\" by combining technology with creativity.\"]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Local vs. Organic SEO: Bridging the Gap\"})}),/*#__PURE__*/t(\"p\",{children:[\"In your journey to redefine digital success, understanding \",/*#__PURE__*/e(\"strong\",{children:\"what is the difference between local and organic seo\"}),\" is crucial:\"]}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Local SEO:\"}),\" Targets location-specific searches, ideal for businesses with a physical presence.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Organic SEO:\"}),\" Focuses on a broader digital presence, ensuring your site ranks internationally or across varied demographics without the constraints of location.\"]})})]}),/*#__PURE__*/t(\"p\",{children:[\"This differentiation is key for brands questioning \",/*#__PURE__*/e(\"strong\",{children:\"how do i do my own seo\"}),\" or \",/*#__PURE__*/e(\"strong\",{children:\"can i do seo myself\"}),\". A balanced approach can leverage both methods to maximize reach and engagement seamlessly.\"]}),/*#__PURE__*/e(\"h3\",{children:\"DIY Organic SEO: Empowering Your Brand\"}),/*#__PURE__*/t(\"p\",{children:[\"For many emerging brands, the question often posed is, \",/*#__PURE__*/e(\"strong\",{children:\"how to do seo yourself\"}),\". Whether you want to get started with a \",/*#__PURE__*/e(\"strong\",{children:\"seo do it yourself guide\"}),\" or follow a comprehensive \",/*#__PURE__*/e(\"strong\",{children:\"do it yourself seo guide\"}),\", the journey begins with understanding core principles:\"]}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Learn the Basics:\"}),\" Grasp the essence of \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo\"}),\" and \",/*#__PURE__*/e(\"strong\",{children:\"what is organic search in seo\"}),\".\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Apply Hands-On Techniques:\"}),\" Experiment with minor optimizations, track the growth of \",/*#__PURE__*/e(\"strong\",{children:\"seo organic traffic\"}),\", and adjust as necessary.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Leverage Resources:\"}),\" There's ample guidance available for those wondering, \",/*#__PURE__*/e(\"strong\",{children:\"how do i do my own seo\"}),\". Embrace these insights and build on them.\"]})})]}),/*#__PURE__*/e(\"p\",{children:\"Taking the DIY route not only fosters independence but also embeds deep learning into your brand\u2019s digital strategy.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"466\",src:\"https://framerusercontent.com/images/7dxDEVpk1nRwdhEBCuSFHz62L0A.png\",style:{aspectRatio:\"798 / 933\"},width:\"399\"}),/*#__PURE__*/e(\"h3\",{children:\"Conclusion\"}),/*#__PURE__*/t(\"p\",{children:[\"Great brands are characterized not only by their innovative products but also by their dynamic online presence. Embracing organic SEO, with insights drawn from Malcolm Gladwell\u2019s outlier model and inspired by dark horses like Passionfruit, positions your brand for exponential growth. By understanding \",/*#__PURE__*/e(\"strong\",{children:\"what is organic seo\"}),\", mastering \",/*#__PURE__*/e(\"strong\",{children:\"seo organic tips\"}),\" and strategies, and balancing local versus global approaches, even those who ask \",/*#__PURE__*/e(\"strong\",{children:\"can i do seo myself\"}),\" can transform their digital future.\"]}),/*#__PURE__*/e(\"p\",{children:\"Invest in organic SEO, trust in the power of your unique vision, and make your brand truly great.\"}),/*#__PURE__*/e(\"h3\",{children:\"FAQ\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q1: What is organic seo?\"})}),/*#__PURE__*/e(\"p\",{children:\"Organic seo is an online marketing strategy that enhances your website\u2019s natural visibility on search engines. It involves optimizing content, technical SEO enhancements, and improving user experience without relying on paid ads.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q2: What is organic search in seo?\"})}),/*#__PURE__*/e(\"p\",{children:\"Organic search refers to the natural placement of your website in search engine results, achieved through authentic optimization rather than paid campaigns.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q3: What is the difference between local and organic seo?\"})}),/*#__PURE__*/e(\"p\",{children:\"Local seo focuses on optimizing for geographically specific searches, while organic seo is concerned with overall, long-term ranking improvements across global searches.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q4: How do I do SEO myself?\"})}),/*#__PURE__*/t(\"p\",{children:[\"You can start with a \",/*#__PURE__*/e(\"strong\",{children:\"seo do it yourself guide\"}),\" or \",/*#__PURE__*/e(\"strong\",{children:\"do it yourself seo guide\"}),\" that teaches you the essentials\u2014from effective keyword research to on-page optimization\u2014allowing even newcomers to confidently answer \",/*#__PURE__*/e(\"strong\",{children:\"how do i do my own seo\"}),\".\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q5: What benchmark for organic traffic in ga4 for seo should I aim for?\"})}),/*#__PURE__*/t(\"p\",{children:[\"Benchmarks vary by industry, but utilizing analytics tools like GA4 and platforms like \",/*#__PURE__*/e(\"strong\",{children:\"looker studio organic sessions by city seo\"}),\" can help you determine what benchmark for organic traffic in GA4 for seo is appropriate for your brand.\"]})]});export const richText4=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Introduction\"})}),/*#__PURE__*/e(\"p\",{children:\"The way people interact with search engines has undergone a seismic shift. According to a 2024 analysis by SparkToro, 60% of Google searches now end without clicks. Instead, users find the information they need directly on Google\u2019s results pages, thanks to features like featured snippets, AI overviews, local packs, and knowledge panels.\"}),/*#__PURE__*/e(\"p\",{children:\"Fascinatingly, this trend has changed the game for businesses, forcing a rethink of strategies around website traffic, SEO, and brand-building. To adapt, companies must shift their focus from driving clicks to creating content that boosts visibility and authority on search results pages.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"What Are Zero-Click Searches?\"})}),/*#__PURE__*/e(\"p\",{children:\"Zero-click searches occur when users get answers directly on Google\u2019s results page without clicking any link. The format delivers information in digestible, interactive snippets pulled from websites or AI-generated summaries. Common formats include:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Featured Snippets: Short paragraphs, lists, or graphs displayed above regular search results.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Local Packs: A map with highlights of nearby businesses, contact info, and reviews.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"People Also Ask (PAA): Related questions with expandable answers.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"AI Overviews: Summaries generated by Google\u2019s large language models, pulled from multiple data points.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Direct Answer Boxes: Single-line answers for quick facts (e.g., \u201CHow many calories in an avocado?\u201D).\"})})]}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Why This Matters in 2025\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Decline in Organic Traffic: 45% of content marketers noticed fewer website visits despite stable rankings.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Shift in User Behavior: Mobile users spend just 15 seconds on results pages\u2014they want instant answers.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"SEO Strategy Overhaul: Ranking #1 no longer guarantees clicks but offers brand visibility through answer boxes.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"Some interesting facts:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"63.5% of Google searches end without clicks (SparkToro 2024)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"AI Overviews now answer 28% of commercial queries (Semrush)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Mobile zero-click rate hit 71% due to voice search adoption (SimilarWeb)\"})})]}),/*#__PURE__*/e(\"p\",{children:\"Zero-click searches occur when Google answers queries directly through:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Featured snippets (curated answers from websites)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"AI Overviews (LLM-generated multi-source summaries)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Knowledge panels/local packs (business info without site visits)\"})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"175\",src:\"https://framerusercontent.com/images/3B9kG8SKS31KSbKcvpyoIE5RAPI.png\",style:{aspectRatio:\"671 / 350\"},width:\"335\"}),/*#__PURE__*/e(\"h3\",{children:\"4 Forces Driving Zero-Click Growth\"}),/*#__PURE__*/e(\"h4\",{children:\"1. Mobile Behavior Shifts\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"83% of mobile users abandon searches after quick answers\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Voice search queries increased 140% since 2023 (Google Trends)\"})})]}),/*#__PURE__*/e(\"h4\",{children:\"2. AI Advancements\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Google\u2019s MUM update processes:11 languages simultaneously\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Multimodal data (text + images + audio)\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:'Cross-context understanding (\"Show me hiking boots for rainy Alps trails\")'})})]}),/*#__PURE__*/e(\"h4\",{children:\"3. Platform Wars\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Google earns 32% higher ad revenue from zero-click Shopping queries vs traditional search\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Amazon/Facebook integrate SERP-like product answer carousels\"})})]}),/*#__PURE__*/e(\"h4\",{children:\"4. User Psychology\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:'68% trust SERP answers as \"definitive\" (Aimtal 2024 survey)'})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"15-second attention span for mobile SERP evaluation\"})})]}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Example in Practice:\"})}),/*#__PURE__*/e(\"p\",{children:\"Searching \u201Cbest budget wireless headphones 2025\u201D might display:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"A comparison grid with pros and cons.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Video reviews from YouTube.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Purchase links\u2014all without requiring a website visit.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"Why Zero-Click Searches Are Crucial for Businesses\"}),/*#__PURE__*/e(\"h4\",{children:\"Key Impacts:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Decline in Website Traffic\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Businesses report 20-30% dips in organic visits despite maintaining high rankings. This is most evident in mobile searches where users expect instant gratification.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Increased Brand Visibility\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Businesses featured in snippets or Knowledge Panels benefit from heightened credibility. Nearly 70% of users trust brands featured in these positions.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Shift in User Behavior\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Mobile-first users spend less than 15 seconds evaluating search results, seeking immediate answers rather than site exploration.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"7 Strategies to Dominate Zero-Click Results\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"127\",src:\"https://framerusercontent.com/images/Qhb1FbDA0aI0fXXsEljyhZghU30.png\",style:{aspectRatio:\"541 / 254\"},width:\"270\"}),/*#__PURE__*/e(\"h4\",{children:\"1. Structure Content for Featured Snippets\"}),/*#__PURE__*/e(\"p\",{children:\"What Works:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Place direct answers in the first 40-60 words of your content.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use bullet points or numbered lists for clarity.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Address \u201CPeople Also Ask\u201D (PAA) queries by embedding related FAQs.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Example:\"})}),/*#__PURE__*/e(\"p\",{children:\"How to Remove Coffee Stains from Carpets\"}),/*#__PURE__*/e(\"p\",{children:\"Blot the area with paper towels.\"}),/*#__PURE__*/e(\"p\",{children:\"Mix vinegar and water (1:1 ratio).\"}),/*#__PURE__*/e(\"p\",{children:\"Apply to stain, let sit for 5 minutes, and rinse with cool water.\"}),/*#__PURE__*/e(\"h3\",{children:\"2. Optimize Google Business Profile (GBP) for Local Search\"}),/*#__PURE__*/e(\"p\",{children:\"Steps to Dominate Local Packs: \"}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Add targeted keywords to your business description (e.g., \u201Cbest pizza in Brooklyn\u201D).\"})})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Upload 20+ professional photos of your storefront, team, and services.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Respond to reviews with detailed answers.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Case Study:\"})}),/*#__PURE__*/e(\"p\",{children:\"A Phoenix bakery added \u201Cvegan birthday cakes\u201D to its GBP description, increasing local map clicks by 240%. Weekly posts about seasonal flavors further boosted engagement.\"}),/*#__PURE__*/e(\"h3\",{children:\"3. Implement Schema Markup\"}),/*#__PURE__*/e(\"p\",{children:\"Schema markup is a type of microdata that helps search engines interpret your content.\"}),/*#__PURE__*/e(\"p\",{children:\"How to Use It:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Visit Schema.org to find suitable templates (FAQ, How-to, Product).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use tools like Merkle\u2019s Free Schema Generator to craft code.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Paste this code into your website\u2019s header.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Benefit:\"})}),/*#__PURE__*/e(\"p\",{children:\"A food blog using schema markup saw its recipes featured in 70% of search results, including a \u201CRecipe Carousel.\u201D\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"140\",src:\"https://framerusercontent.com/images/ZNT6zCn3FU5qsftTxqwv3zDk4.png\",style:{aspectRatio:\"851 / 280\"},width:\"425\"}),/*#__PURE__*/e(\"h3\",{children:\"4. Repurpose Outdated Content\"}),/*#__PURE__*/e(\"p\",{children:\"Search engines prioritize fresh information. Update old blog posts by:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Adding timelines or 2025-specific statistics.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Incorporating questions pulled from the \u201CPeople Also Ask\u201D feature.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Replacing outdated advice (\u201CWindows 10 features\u201D \u2192 \u201CWindows 11 updates\u201D).\"})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"103\",src:\"https://framerusercontent.com/images/LiUrPhBNS8cqqx2UjQwkamJJvo.png\",style:{aspectRatio:\"512 / 206\"},width:\"256\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Result:\"})}),/*#__PURE__*/e(\"p\",{children:\"A tech blog gained a 45% boost in impressions after refreshing 30 guides with accurate details.\"}),/*#__PURE__*/e(\"h3\",{children:\"5. Optimize for Voice Search\"}),/*#__PURE__*/e(\"p\",{children:\"Voice searches account for nearly 40% of all zero-click results. Target conversational keywords such as:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"\u201CHow do I\u2026\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"\u201CWhat\u2019s the best way to\u2026\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Focus on answers that are easily spoken aloud in under 20 seconds.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Example:\"})}),/*#__PURE__*/e(\"p\",{children:\"Searching \u201COkay Google, how to clean silver jewelry?\u201D generates a short, voice-friendly guide:\"}),/*#__PURE__*/e(\"p\",{children:'\"Use toothpaste, scrub gently with a soft toothbrush, and rinse with warm water.\"'}),/*#__PURE__*/e(\"h3\",{children:\"6. Track Metrics That Matter\"}),/*#__PURE__*/e(\"p\",{children:\"Without clicks, traditional metrics like CTR don\u2019t paint the full picture. Focus on these:\"}),/*#__PURE__*/e(\"p\",{children:\"Impressions: Total times your content appears in Google results (track on Google Search Console).\"}),/*#__PURE__*/e(\"p\",{children:\"Position #0 Rankings: Featured snippet ownership.\"}),/*#__PURE__*/e(\"p\",{children:\"Map Pack Views: Local GBP appearances.\"}),/*#__PURE__*/e(\"p\",{children:\"Tools to Use:\"}),/*#__PURE__*/e(\"p\",{children:\"BrightLocal for local performance audits.\"}),/*#__PURE__*/e(\"p\",{children:\"SEMrush for snippet tracking.\"}),/*#__PURE__*/e(\"h3\",{children:\"7. Create Videos for AI Summaries\"}),/*#__PURE__*/e(\"p\",{children:\"Videos are increasingly featured in zero-click results. Short clips (30\u201360 seconds) work best for tutorials, reviews, or quick fixes. Add concise, keyword-rich captions.\"}),/*#__PURE__*/e(\"p\",{children:\"Quick Tip:\"}),/*#__PURE__*/e(\"p\",{children:\"Post tutorials like \u201CHow to Unclog a Sink in 3 Minutes\u201D to platforms like YouTube. Ensure your title matches common queries.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"128\",src:\"https://framerusercontent.com/images/pZyhf7HChZm3Hlh2RbVasqqo1nA.png\",style:{aspectRatio:\"697 / 257\"},width:\"348\"}),/*#__PURE__*/e(\"h3\",{children:\"Conclusion\"}),/*#__PURE__*/e(\"p\",{children:\"Zero-click searches represent a shift from traditional SEO to a more holistic strategy focused on visibility and authority. While the decrease in website traffic may seem alarming, adapting to zero-click trends ensures long-term brand growth.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Success relies on three core principles:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Answer Directly: Address user queries concisely to secure snippet dominance.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Optimize Locally: Prioritize local search optimization through GBP updates.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Track Smarter: Focus on impressions and featured snippet rankings over clicks.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"By emphasizing clarity, fresh updates, and local relevance, businesses can thrive in this ever-changing landscape.\"}),/*#__PURE__*/e(\"h3\",{children:\"Future Trends\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"AI Summaries Dominate SERPs: Google will likely expand AI-generated overviews for health, finance, and complex queries.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Video Answer Integration: Expect 30\u201350% more video snippets for searches like \u201Chome decor ideas\u201D or \u201CDIY repairs.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Personalized Search Results: Engines will tailor SERPs based on past purchases and browsing history.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"FAQs\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"1. Do zero-click searches impact my website traffic?\"}),/*#__PURE__*/e(\"p\",{children:\"Somewhat, but they increase brand awareness. Users often return to trusted brands later for purchases.\"}),/*#__PURE__*/e(\"p\",{children:\"2. How can small businesses compete?\"}),/*#__PURE__*/e(\"p\",{children:\"They thrive in local searches. Optimizing GBP and targeting hyperlocal questions (e.g., \u201Cbest bakery near Main Street\u201D) levels the playing field.\"}),/*#__PURE__*/e(\"p\",{children:\"3. What kind of content works best?\"}),/*#__PURE__*/e(\"p\",{children:\"\u201CHow-to\u201D guides, FAQs, and comparative lists perform well.\"}),/*#__PURE__*/e(\"p\",{children:\"4. Are featured snippets permanent?\"}),/*#__PURE__*/e(\"p\",{children:\"No, rankings can change. Regularly update content with relevant data to maintain visibility.\"}),/*#__PURE__*/e(\"p\",{children:\"5. How soon can I see results?\"}),/*#__PURE__*/e(\"p\",{children:\"Most campaigns show snippet improvements within 8\u201312 weeks. Local pack enhancements appear faster, often in 2\u20134 weeks.\"}),/*#__PURE__*/e(\"p\",{children:\"6. Can paid ads co-exist with zero-click?\"}),/*#__PURE__*/e(\"p\",{children:\"Yes, particularly for eCommerce businesses. Shopping carousel clicks often lead directly to purchases.\"}),/*#__PURE__*/e(\"p\",{children:\"7. Does voice search optimization matter?\"}),/*#__PURE__*/e(\"p\",{children:\"Absolutely. Voice searches drive high-conversion local queries like \u201CWhere can I buy fresh flowers?\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"8. What\u2019s the recommended keyword density?\"}),/*#__PURE__*/e(\"p\",{children:\"Maintain 1\u20133%; focus on synonyms and long-tail variations to avoid overstuffing.\"}),/*#__PURE__*/e(\"p\",{children:\"9. Should I continue refreshing blog content?\"}),/*#__PURE__*/e(\"p\",{children:\"Yes. Regular updates signal freshness to Google, boosting rankings.\"}),/*#__PURE__*/e(\"p\",{children:\"10. Is schema markup hard to implement?\"}),/*#__PURE__*/e(\"p\",{children:\"Not at all. Tools like RankMath for WordPress simplify the process, allowing non-technical users to implement it easily.\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Bibliography\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"SparkToro. \u201C2024 Zero-Click Search Study.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"SEMrush. \u201CFeatured Snippet Strategies (2024).\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"SimilarWeb. \u201CMobile Search Engagement Trends (2024).\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Neil Patel. \u201CZero-Click SEO Guide.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"BrightLocal. \u201CLocal Search Best Practices.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Aimtal. \u201CBuilding Authority Through Zero-Click Content.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Adweek. \u201CFuture of Zero-Click SEO in AI-Driven SERPs.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Buffer. \u201CHow to Optimize Content for Instant Answers.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"StoryChief. \u201CZero-Click Marketing in 2025.\u201D\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Semrush. (2024). AI Overview Impact Report.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Google Quality Rater Guidelines. (2024).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Aimtal. (2024). SERP Trust Survey.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"BrightLocal. (2024). Local SEO Case Studies.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"STAT Search Analytics. (2024). SERP Feature Tracking Data.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Merkle. (2024). Schema Markup Best Practices Guide.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Gartner. (2024). Future of Search Predictions.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Google Search Central. (2024). Structured Data Documentation.\"})})]})]});export const richText5=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"p\",{children:\"If your eCommerce site isn\u2019t ranking on Google, it\u2019s likely missing one thing: E.E.A.T in SEO.\\xa0\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://developers.google.com/search/docs/fundamentals/creating-helpful-content\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!0,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Google\u2019s E-E-A-T\"})}),\" (Experience, Expertise, Authoritativeness, Trustworthiness) framework decides if your site deserves visibility. For brands avoiding paid ads, nailing seo EEAT is your shortcut to free, long-term traffic.\"]}),/*#__PURE__*/e(\"p\",{children:\"In this guide, we will walk you through optimizing EEAT in seo and trust flow in seo in 2025. No complex terms\u2014just clear, step-by-step fixes.\"}),/*#__PURE__*/e(\"h2\",{children:\"What is E-E-A-T and Why Should You Care?\"}),/*#__PURE__*/e(\"p\",{children:\"E-E-A-T is Google\u2019s way of checking if your site is trustworthy, knowledgeable, and user-friendly. Think of it as a \u201Cbackground check\u201D for your website. Here\u2019s why each part matters:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Experience shows you understand your customer\u2019s needs.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Expertise is to prove you know your products inside-out.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Authoritativeness means becoming a trusted name in your industry.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Trustworthiness is making shoppers feel safe when they buy from you.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"Ignore EEAT seo, and Google might bury your site. Nail it, and you\u2019ll rank higher, even with $0 ads.\"}),/*#__PURE__*/e(\"h3\",{children:\"Step 1: Prove Experience (Real-World Know-How)\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CHow do I show Google I\u2019ve actually used my products?\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Add \u201CBehind the Scenes\u201D Content\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: A coffee brand could write, \u201CWhy Our Founder Only Drinks This Blend\u201Dwith photos of them brewing it at home.\"}),/*#__PURE__*/e(\"p\",{children:\"Film short videos showing your team using the product.\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use Customer Stories, Not Generic Reviews\"})})}),/*#__PURE__*/e(\"p\",{children:\"Replace \u201CGreat product!\u201D with \u201CThis yoga mat cured my back pain\u2014here\u2019s my 3-month journey\u201D (include before/after photos).\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Explain Your Production Process\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201CHow We Handpick Organic Cotton for Every T-Shirt.\u201D\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works:\"}),\" Real-life examples align with seo EEAT by proving you\u2019re not just selling\u2014you\u2019re solving problems.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Step 2: Show Expertise (Deep Product Knowledge)\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CMy product descriptions sound like everyone else\u2019s.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Add Author Bios with Credentials\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201CMeet Dr. Sarah, PhD in Nutrition: She Formulated These Supplements.\u201D\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Cite Data or Studies\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201C83% of Users Saw Results in 2 Weeks (2025 Clinical Trial).\u201D\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Write Detailed Guides\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: A skincare brand could create \u201CThe Science Behind Non-Comedogenic Moisturizers: A Dermatologist\u2019s Guide.\u201D\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works:\"}),\" Google\u2019s EEAT in seo guidelines prioritize content from qualified experts.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Step 3: Build Authoritativeness (Industry Credibility)\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CCompetitors outrank me even with worse products.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Get Backlinks from Reputable Sites\"})})}),/*#__PURE__*/e(\"p\",{children:\"How: Pitch guest posts to industry blogs. Example: \u201C5 Eco-Friendly Packaging Trends in 2025\u201D for a sustainability blog.\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Collaborate with Micro-Influencers\"})})}),/*#__PURE__*/e(\"p\",{children:\"Send free products to influencers (10k\u201350k followers) for honest reviews.\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Showcase Certifications or Awards\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: Add a \u201CCertified B Corp Since 2022\u201D badge to your homepage.\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works:\"}),\"  Backlinks from trusted sites boost trust flow in seo, signaling authority to Google.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Step 4: Strengthen Trustworthiness (Safe & Transparent)\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CShoppers abandon carts because my site feels sketchy.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Install HTTPS & Security Badges\"})})}),/*#__PURE__*/e(\"p\",{children:\"Display Norton or McAfee seals at checkout.\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Write Clear, Simple Policies\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201CFree Returns Within 30 Days | No Hidden Fees.\u201D\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Show Real Contact Info\"})})}),/*#__PURE__*/e(\"p\",{children:\"Add a phone number, email (e.g., support@yourbrand.com), and office address.\"}),/*#__PURE__*/e(\"ol\",{start:\"4\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Avoid Stock Photos\"})})}),/*#__PURE__*/e(\"p\",{children:\"Use photos of your team, warehouse, or product testing.\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works:\"}),\" Transparency boosts trust flow in seo and reduces cart abandonment.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Step 5: Optimize User Experience (UX)\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CVisitors leave quickly\u2014my site\u2019s confusing!\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Simplify Navigation\\xa0\"})})}),/*#__PURE__*/e(\"p\",{children:\"Use menus like Shop > Women\u2019s Apparel > Dresses.\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Test Mobile Responsiveness\"})})}),/*#__PURE__*/e(\"p\",{children:\"Use Google\u2019s Mobile-Friendly Test tool.\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Add Visuals to Explain Complex Topics\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: An infographic showing \u201CHow Our CBD Oil is Extracted.\u201D\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works:\"}),\" Google ranks sites higher if they\u2019re easy to use.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Step 6: Create an E-E-A-T-Optimized About Page\"}),/*#__PURE__*/e(\"p\",{children:\"Problem: \u201CMy About page is boring and generic.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"How can you fix it?\"}),/*#__PURE__*/e(\"ol\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Share Your Mission\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201CFor Every Purchase, We Plant 10 Trees.\u201D\"}),/*#__PURE__*/e(\"ol\",{start:\"2\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Highlight Team Credentials\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201COur Chemists: 20+ Years in Skincare Research.\u201D\"}),/*#__PURE__*/e(\"ol\",{start:\"3\",children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Tell Your Story\"})})}),/*#__PURE__*/e(\"p\",{children:\"Example: \u201CWhy We Quit Fast Fashion to Start This Brand.\u201D\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Why it works: \"}),\"A strong About page reinforces seo EEAT by humanizing your brand.\"]}),/*#__PURE__*/e(\"h2\",{children:\"Top Tools to Boost E-E-A-T in 2025\"}),/*#__PURE__*/e(\"p\",{children:\"For eCommerce websites avoiding paid ads, EEAT seo (Experience, Expertise, Authoritativeness, Trustworthiness) is your golden ticket to organic traffic. But how do you prove to Google that your site deserves top rankings?\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"We've compiled the five top SEO tools simplify optimizing EEAT in seo, building trust flow in seo, and boosting authority with little to no technical expertise required.\"}),/*#__PURE__*/e(\"h3\",{children:\"1. Clearscope\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"430\",src:\"https://framerusercontent.com/images/0li0RWzxc6nFqnCqYiLW5yJyYXM.png\",style:{aspectRatio:\"1517 / 861\"},width:\"758\"}),/*#__PURE__*/e(\"p\",{children:\"(cc: Clearscope)\"}),/*#__PURE__*/e(\"p\",{children:\"Best for: Optimizing content depth to nail EEAT in seo\"}),/*#__PURE__*/e(\"p\",{children:\"Clearscope uses AI to analyze top-ranking pages and generates actionable insights for creating comprehensive, EEAT-friendly content.\"}),/*#__PURE__*/e(\"p\",{children:\"How does it work? \"}),/*#__PURE__*/e(\"p\",{children:\"Enter your target keyword (e.g., \u201Corganic skincare\u201D).Clearscope scans the top 30 Google results and identifies semantic keywords (e.g., \u201Ccruelty-free,\u201D \u201Chypoallergenic\u201D) your content must include.\"}),/*#__PURE__*/e(\"p\",{children:\"Follow its Content Brief to structure articles with headers like \u201CClinical Studies Show X\u201D or \u201CDermatologist Recommendations.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"Why does it matter?\"}),/*#__PURE__*/e(\"p\",{children:\"Clearscope ensures your content covers all subtopics Google associates with expertise, directly aligning with seo EEAT guidelines. Its integration with IBM Watson ensures deeper analysis of user intent and topical relevance.\"}),/*#__PURE__*/t(\"p\",{children:[\"Pro Tip: Use Clearscope\u2019s \u201CContent Grade\u201D feature to score drafts in real-time and fix gaps before publishing.\",/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),\"Plans start at \",/*#__PURE__*/e(\"strong\",{children:\"$189\"}),\"/month. Click \",/*#__PURE__*/e(i,{href:\"https://www.clearscope.io/pricing\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!0,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"here\"})}),\" for more information.\"]}),/*#__PURE__*/e(\"h3\",{children:\"2. Ahrefs\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"507\",src:\"https://framerusercontent.com/images/REJtO3kZV4P120L4hMT8Y0m00Sw.png\",style:{aspectRatio:\"2160 / 1014\"},width:\"1080\"}),/*#__PURE__*/e(\"p\",{children:\"(cc: Ahrefs)\"}),/*#__PURE__*/e(\"p\",{children:\"Best for: Building trust flow in seo through authoritative backlinks\"}),/*#__PURE__*/e(\"p\",{children:\"Ahrefs is a powerhouse for tracking backlinks and identifying high-authority sites to boost seo EEAT.\"}),/*#__PURE__*/e(\"p\",{children:\"How does it work? \"}),/*#__PURE__*/e(\"p\",{children:\"Use Site Explorer to audit competitors\u2019 backlinks.Filter by Domain Rating (DR) to find authoritative sites in your niche (e.g., DR 70+).\"}),/*#__PURE__*/e(\"p\",{children:\"Use the Backlink Gap Tool to discover links your competitors have but you don\u2019t.\"}),/*#__PURE__*/e(\"p\",{children:\"Why does it matter?\"}),/*#__PURE__*/e(\"p\",{children:\"Backlinks from high-DR sites signal authoritativeness to Google. Ahrefs\u2019 \u201CLink Intersect\u201D feature reveals partnership opportunities with trusted industry blogs, directly improving trust flow in seo.\"}),/*#__PURE__*/e(\"p\",{children:\"Pro Tip: Prioritize \u201Cdofollow\u201D links from .edu or .gov domains for maximum EEAT seo impact.\"}),/*#__PURE__*/t(\"p\",{children:[\"Pricing is free of charge. However, it is subject to \",/*#__PURE__*/e(i,{href:\"https://developers.google.com/webmaster-tools/limits\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"usage limits.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"3. Google Search Console\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"850\",src:\"https://framerusercontent.com/images/xAWPgHZeEpC3zW4Bgt6799ABZ24.png\",style:{aspectRatio:\"2560 / 1700\"},width:\"1280\"}),/*#__PURE__*/e(\"p\",{children:\"(cc: Google)\"}),/*#__PURE__*/e(\"p\",{children:\"Best for: Fixing technical errors that hurt seo EEAT\"}),/*#__PURE__*/e(\"p\",{children:\"Google Search Console (GSC) identifies security flaws, mobile issues, and indexing errors that undermine trust flow in seo.\"}),/*#__PURE__*/e(\"p\",{children:\"How does it work?  \"}),/*#__PURE__*/e(\"p\",{children:\"Check the Coverage Report for crawl errors (e.g., 404 pages).\"}),/*#__PURE__*/e(\"p\",{children:\"Use Mobile Usability to fix unresponsive buttons or text.Monitor Core Web Vitals to ensure fast load times (critical for user experience).\"}),/*#__PURE__*/e(\"p\",{children:\"Why does it matter?\"}),/*#__PURE__*/e(\"p\",{children:\"A secure, mobile-friendly site is non-negotiable for EEAT seo. GSC alerts you to HTTPS errors or hacked pages, which can tank rankings if ignored.\"}),/*#__PURE__*/e(\"p\",{children:\"Pro Tip: Submit updated sitemaps regularly to help Google index EEAT-optimized content faster.\"}),/*#__PURE__*/t(\"p\",{children:[\"Plans start at \",/*#__PURE__*/e(\"strong\",{children:\"$79\"}),\"/month. Click \",/*#__PURE__*/e(i,{href:\"https://surferseo.com/pricing/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!0,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"here\"})}),\" for more information.\"]}),/*#__PURE__*/e(\"h3\",{children:\"4. Surfer SEO\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"659\",src:\"https://framerusercontent.com/images/tJRcnDuUaXRLlzLj8tVV3dl8pCs.webp\",style:{aspectRatio:\"2448 / 1318\"},width:\"1224\"}),/*#__PURE__*/e(\"p\",{children:\"(cc: SurferSEO)\"}),/*#__PURE__*/e(\"p\",{children:\"Best for: Structuring content to highlight expertise\"}),/*#__PURE__*/e(\"p\",{children:\"Surfer SEO\u2019s AI analyzes top-performing pages and recommends headers, word count, and keyword density to align with seo EEAT.\"}),/*#__PURE__*/e(\"p\",{children:\"How does it work?\"}),/*#__PURE__*/e(\"p\",{children:\"Enter a keyword (e.g., \u201Csustainable fashion\u201D).Surfer\u2019s Content Editor suggests headers like \u201CEthical Sourcing Practices\u201D or \u201CCertifications to Look For.\u201D\"}),/*#__PURE__*/e(\"p\",{children:\"Optimize content until it scores 80+/100 for relevance.\"}),/*#__PURE__*/e(\"p\",{children:\"Why does it matter?\"}),/*#__PURE__*/e(\"p\",{children:\"Surfer ensures your content mirrors expert-level depth, covering FAQs, data studies, and niche terminology. This satisfies Google\u2019s EEAT in seo criteria for expertise.\"}),/*#__PURE__*/e(\"p\",{children:\"Pro Tip: Use Surfer\u2019s \u201CSERP Analyzer\u201D to compare your content against competitors and identify missing trust signals.\"}),/*#__PURE__*/t(\"p\",{children:[\"Plans start at \",/*#__PURE__*/e(\"strong\",{children:\"$79\"}),\"/month. Click \",/*#__PURE__*/e(i,{href:\"https://surferseo.com/pricing/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!0,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"here\"})}),\" for more information.\"]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Get Expert, End to End AI SEO Solutions\\xa0\"})}),/*#__PURE__*/t(\"p\",{children:[\"Need detailed, end-to-end SEO solutions where everything is handled for you? \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!0,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Check out Passionfruit\"})}),\". Schedule a free consultation now and see how AI-powered SEO services can help you achieve organic growth up to 20x faster.\"]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Get a Free E-E-A-T Audit \u2192\"})}),\"\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"Final Tip: Start with one product page. Add a customer story, cite a study, and simplify return policies. Tiny steps lead to big seo EEAT wins.\"}),/*#__PURE__*/e(\"p\",{children:\"Focus on EEAT in seo and you\u2019ll build a site Google and shoppers trust, organically \u2014 no paid ads needed.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"FAQs\"})}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What does E-E-A-T stand for in SEO?\"})}),/*#__PURE__*/e(\"p\",{children:\"E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness. It's a framework Google uses to evaluate the quality and credibility of web content.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Is E-E-A-T a direct ranking factor?\"})}),/*#__PURE__*/e(\"p\",{children:\"No, E-E-A-T is not a direct ranking factor in Google's algorithm. However, optimizing for E-E-A-T can indirectly improve a site's search performance over time by aligning with Google's quality guidelines.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"How can I demonstrate experience for E-E-A-T?\"})}),/*#__PURE__*/e(\"p\",{children:\"You can demonstrate experience by adding real-world examples, case studies, and testimonials to your content. Share first-hand information and use anecdotes about real-life experiences to illustrate your points.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"What are some ways to improve E-E-A-T for my website?\"})}),/*#__PURE__*/e(\"p\",{children:\"Some ways to improve E-E-A-T include creating helpful and high-quality content, providing transparency and author information, using credible sources, building a strong online reputation, and regularly updating outdated content.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Why is E-E-A-T important for SEO?\"})}),/*#__PURE__*/e(\"p\",{children:\"E-E-A-T is important for SEO because it helps create quality content that performs well in Google results and aligns with Google's definition of a good search result. It's particularly crucial for YMYL (Your Money or Your Life) topics where content can impact a person's health, financial stability, safety, or well-being.\"})]});export const richText6=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Introduction\"}),/*#__PURE__*/e(\"p\",{children:\"The world of website search and digital marketing is changing fast. Artificial Intelligence (AI) plays a large part in the new order. Smart computer programs help match questions with the best pages. Many companies report a 35\u201340% rise in organic traffic after using AI tools. Voice search now takes on as much as 50% of queries on smart speakers. The future of digital marketing will be dominated by these trends.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"Manual work, such as keyword research and content adjustments, lasts much less when automation steps in. The article that follows explains how AI changes website search work and digital marketing. The piece uses clear lists and easy-to-read paragraphs.\\xa0\"}),/*#__PURE__*/e(\"h3\",{children:\"How AI Changes Website Search?\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"410\",src:\"https://framerusercontent.com/images/3DFXViUf1fOhjfoVkzoX7zcA.png\",style:{aspectRatio:\"1196 / 820\"},width:\"598\"}),/*#__PURE__*/e(\"p\",{children:\"The future of website search remains exciting and full of new chances for extra gains. Extra teams that use extra modern tools along with natural creative care reap extra rewards. Extra focus on clear, natural language, fast page speeds, and well-run technical checks keeps a site ahead when extra customer questions join the search. Extra steps taken now help make website change work smooth, simple, and successful for many companies around the world.\"}),/*#__PURE__*/e(\"p\",{children:\"Nearly 85% of website search questions come through smart computer programs. Google uses systems like BERT and RankBrain. These programs look at many words in real questions to match the best pages. A few key points:\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 Search engines use machine learning to check words and phrases.\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 A 35\u201340% jump in organic traffic shows the effect of smart tools.\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 Smart speakers take on up to half of search requests when natural language routines help match queries.\"}),/*#__PURE__*/e(\"p\",{children:\"Many companies see more than one chance in making their pages appear higher on search lists. Sectors such as e-commerce and travel enjoy more clicks when websites adopt these methods. Plain language helps website content meet what customers ask for in natural questions.\"}),/*#__PURE__*/e(\"h3\",{children:\"Moving from Manual Work to Smart Automation\"}),/*#__PURE__*/e(\"p\",{children:\"Manual work takes a long time. Old techniques meant hours of checking words and links.\"}),/*#__PURE__*/e(\"p\",{children:\"Many companies now enjoy extra higher engagement and extra easier website management. Extra numbers, such as 35\u201340% more traffic and a 50% drop in research time, stand as clear proof that extra smart routines help most websites run smoother. Extra investment in new technology proves a strong plan. Extra work now ensures extra success later on in a constantly changing digital game.\"}),/*#__PURE__*/e(\"p\",{children:\"\\xa0Now, smart tools take on many of those tasks. A few situations help explain the change:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Manual research dropped 70% over recent times.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Planning keywords using smart programs shortens work time by almost half.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Checking competitors happens quickly using systems like SEMrush and SurferSEO.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"When computers do much of the heavy work, teams get extra time for creative tasks. Content creation becomes faster, and planning new digital strategies faces fewer delays. The smart systems help with time gains and lower costs. Many companies use predictive data that brings up to a 40% raise in click-through numbers on planned campaigns.\"}),/*#__PURE__*/e(\"h3\",{children:\"How Smart Tools Make SEO Work Easier\"}),/*#__PURE__*/e(\"p\",{children:\"The process of making a website shine has never been so quick and accurate. Many smart systems work on different parts of website content:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Content Checks:\"}),\" Programs scan pages to fix the structure, word flow, and grammar. One tool shows up to 92% accuracy in switching long tasks (from many hours to less than one hour).\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Clear Writing:\"}),\" Systems boost the ease of reading by about 40%. With clearer writing, customers stay longer on pages.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Voice Search Help:\"}),\" Special routines pick up long, natural sentences. Smart speakers register up to 70% of questions when pages use a friendly tone.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Local Language Routines:\"}),\" Websites soon show content faster, sometimes up to five times as quick when local language routines come into play.\"]}),/*#__PURE__*/e(\"p\",{children:\"A mix of computer checks and human editing keeps the work both fast and warm. Writers first create a draft with machine help, and editors add a natural, friendly touch.\"}),/*#__PURE__*/e(\"h3\",{children:\"How Smart Algorithms Affect Rankings\"}),/*#__PURE__*/e(\"p\",{children:\"Search engines now check for more than just keywords. They look at other quality signals. Some signals make a big difference:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Speed:\"}),\" Pages that open in under 2 seconds keep 90% of visitors. Pages that load slowly lose a good three out of every five visitors.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Mobile Design:\"}),\" Web pages that fit nicely on phones can see engagement jump almost 65%.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Semantic Ideas:\"}),\" Pages that use 8\u201312 related phrases can have up to 50% more keyword matches.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Topic Groups:\"}),\" A main page with several supporting pages helps raise a website\u2019s overall strength by an estimate of 28%.\"]}),/*#__PURE__*/e(\"p\",{children:\"Search engines check factors such as how long visitors stay on pages, how many clicks appear, and if visitors quickly exit. When quality and usefulness match what people ask, a site climbs the search list. These signals help customers get what they want with each search.\"}),/*#__PURE__*/e(\"h3\",{children:\"Computer-Drafted Text and the Need for Human Editing\"}),/*#__PURE__*/e(\"p\",{children:\"Many writers now use AI tools to draft articles or blog posts. A few facts show the change:\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 Around 67% of content makers use smart programs to start a draft.\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 Work time on writing drops almost 45% when a machine handles the first version.\"}),/*#__PURE__*/e(\"p\",{children:\"\u2022 Over half of readers spot a robotic tone if a human touch does not show up.\"}),/*#__PURE__*/e(\"p\",{children:\"A mix of machine help and human care works best. Some companies, such as Healthline, produce hundreds of pages every month. Their teams use smart drafts and then add expertise, emotion, and trust. The combined method earns up to 2.3 times more clicks than computer-only work. Plain text with care and creative editing keeps website content both fast and friendly.\"}),/*#__PURE__*/e(\"h3\",{children:\"Sorting Out What People Really Ask For\"}),/*#__PURE__*/e(\"p\",{children:\"Website search goes beyond individual words. Customers ask a full question, and smart routines sort what is needed. A few questions groups help outline the difference:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Purchase Questions:\"}),\" A person ready to buy a product sees pages that show clear calls-to-action.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Brand Lookups:\"}),\" A visitor searching for a specific company sees pages with direct paths and clear details.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"How-to or Explanation Queries:\"}),\" A customer asking for guidance sees content with simple steps and useful information.\"]}),/*#__PURE__*/e(\"p\",{children:\"Smart routines now sort up to 95% of these questions accurately. Many online shops report a 22% jump in sales when the page content matches exactly what customers need. Exit rates drop about 29% when pages offer clear help and step-by-step hints.\"}),/*#__PURE__*/e(\"h3\",{children:\"Improving Website Experience with Smart Routines\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"270\",src:\"https://framerusercontent.com/images/e2JD55nRv45qDDOtQhM1skCwk.png\",style:{aspectRatio:\"741 / 541\"},width:\"370\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"1. Average Session Duration Comparison\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Metric: Average session duration in minutes.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Values: AI-Optimized: 2.4 minutes\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Insights: The average session duration for AI-optimized content is significantly higher, indicating better user engagement.\"})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"270\",src:\"https://framerusercontent.com/images/UDNDjFkJmuVH7Z6gyNZ03MoDo3w.png\",style:{aspectRatio:\"735 / 541\"},width:\"367\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"2. Bounce Rate Comparison\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Metric: Bounce rate as a percentage.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Values: AI-Optimized: 42%\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Insights: The bounce rate for AI-optimized content is lower, suggesting users are more likely to stay and interact with the content.\"})})]}),/*#__PURE__*/e(\"p\",{children:\"Customer experience on a website matters a great deal. Many smart computer systems work on making pages friendly. \"}),/*#__PURE__*/e(\"p\",{children:\"A few important points:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Speed Matters:\"}),\" Web pages reaching full display in less than 2 seconds keep most visitors interested.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Custom Suggestions:\"}),\" Some systems check past choices and suggest pages that may suit a customer. One study shows page views jump around 44% when suggestions match tastes.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Chat Help:\"}),\" Simple chat boxes answer questions at once. These functions lower exit rates about 31%.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Smooth Site Routines:\"}),\" Some travel websites report large gains (for example, mobile income jumps after page speeds improved 40% during tests).\"]})})]}),/*#__PURE__*/e(\"p\",{children:\"The goal is clear: quiet, seamless pages let customers stay longer. Friendly routines and interactive helper boxes make the experience smooth and natural. Short waiting times and clear steps win extra customer trust and improved search results.\"}),/*#__PURE__*/e(\"h3\",{children:\"Shifting from Keyword Stuffing to Natural Questions\"}),/*#__PURE__*/e(\"p\",{children:\"Long ago, the way to win extra clicks meant repeating the target words too much. Now, smart computer routines check for natural language. A few parts help show the change:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Natural Speech Checks:\"}),' Systems look at sentences as a whole. For example, a query such as \"best phones for gaming under $500\" gets checked as one question instead of pieces of words.']}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Topic Groups:\"}),\" A main page that covers the big subject and smaller pages that talk about parts of the subject show real know-how. One example shows a company earning 3.5 times more backlinks when a pillar page became the center of extra pages.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Quality Content Wins:\"}),\" Extra care in writing, useful questions answered, and clear steps let a site hold visitors longer. Extra care means keeping a reader\u2019s attention much longer, lowering quick exits, and raising overall satisfaction.\"]}),/*#__PURE__*/e(\"p\",{children:\"Writers now use plain language and answer the full customer question. The focus lies on helpful instructions and clear, natural text. Extra written quality outweighs too many repeated words.\"}),/*#__PURE__*/e(\"h3\",{children:\"Fixing Technical Issues with Smart Audits\"}),/*#__PURE__*/e(\"p\",{children:\"Technical problems on a website can hurt a site\u2019s chance to rank high. Smart computer routines now work to catch errors and suggest extra fixes. Several points help explain the routine:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Error Checks:\"}),\" Programs scan for broken links, duplicate pages, and errors in page coding. One case saw up to 80% of problems fixed within 48 hours.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Competitor Checks:\"}),\" Some systems watch what rivals do. Extra hints talk about meta tags, headings, and page structure.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Future Planning:\"}),\" Extra data helps predict changes in search group details up to 60 days ahead. This extra insight helps keep a site adaptable and ready for changes.\"]}),/*#__PURE__*/e(\"p\",{children:\"A well-running website shows extra strength when technical problems become rare. Many companies report up to a 25% jump in visitor amounts after extra computer routines fix faults. Extra time saved in checking routine details means extra time for creative work on the page content.\"}),/*#__PURE__*/e(\"h3\",{children:\"Investing in New Technology for Better Website Success\"}),/*#__PURE__*/e(\"p\",{children:\"Smart tools cost money, but extra gains appear over time. Many experts report that the market for AI website search tools may reach nearly $7.8 billion over the next few years. Some extra points illustrate the case:\"}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Popular Tools:\"}),\" Extra programs such as Google Search Console, SEMrush, Ahrefs, Clearscope, and SurferSEO offer extra details on keywords, links, and technical errors.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Future Returns:\"}),\" Several studies show early users seeing returns three times as high as the cost.\"]}),/*#__PURE__*/t(\"p\",{children:[\"\u2022 \",/*#__PURE__*/e(\"strong\",{children:\"Extra Data:\"}),\" Extra automated hints come with competitor tracking and page structure checks that keep a website ahead in the search stage.\"]}),/*#__PURE__*/e(\"p\",{children:\"Investing extra funds in smart routines helps secure a strong site with extra ease and better customer experience. Many website teams share that extra money spent now helps earn higher search placements and more clicks later on.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Future of AI-Driven SEO: Putting Strategy into Action\"}),/*#__PURE__*/t(\"p\",{children:[\"As businesses strive to adapt to the evolving digital landscape, platforms like \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Passionfruit\"})}),\" exemplify the seamless fusion of AI efficiency and human expertise detailed in this article. Passionfruit\u2019s AI-driven tools, combined with its network of rigorously vetted SEO specialists, empower companies to achieve metrics like a \",/*#__PURE__*/e(\"strong\",{children:\"35\u201340% surge in organic traffic\"}),\" while cutting manual research time in half\u2014mirroring the efficiency gains described here. By integrating with platforms such as Shopify, WordPress, and Webflow, Passionfruit streamlines technical audits, keyword optimization, and content creation\u2014key components of modern SEO strategies. \"]}),/*#__PURE__*/t(\"p\",{children:[\"Our approach ensures that AI-generated drafts are refined by human editors to avoid robotic outputs, a balance critical for retaining visitor trust and engagement demonstrated by the \",/*#__PURE__*/e(\"strong\",{children:\"2.4-minute average session durations\"}),\" highlighted earlier.\"]}),/*#__PURE__*/t(\"p\",{children:[\"The platform\u2019s emphasis on speed and mobile optimization aligns with the article\u2019s findings: pages engineered for rapid load times and frictionless navigation see up to \",/*#__PURE__*/e(\"strong\",{children:\"90% visitor retention\"}),\". Passionfruit\u2019s $9M Series A funding underscores its capacity to scale solutions for startups and enterprises alike, ensuring businesses stay ahead in competitive markets while maintaining human-driven creativity\"]}),/*#__PURE__*/t(\"p\",{children:[\".In a world where \",/*#__PURE__*/e(\"strong\",{children:\"50% of search queries\"}),\" now originate from voice and natural language tools, Passionfruit\u2019s focus on semantic analysis and topic clusters helps brands craft content that answers real user questions\u2014reducing bounce rates and driving conversions. For teams ready to embrace the future of SEO, platforms like Passionfruit offer a blueprint for turning AI advancements into measurable growth.\"]}),/*#__PURE__*/e(\"h3\",{children:\"Conclusion\"}),/*#__PURE__*/e(\"p\",{children:\"The world of website search and digital marketing now mixes computer smarts and human care. Extra tools check questions in plain language, fix technical errors quickly, and help plan clear website content. A customer looking for answers now sees pages that match every detail. Extra methods that use smart routines and extra human editing keep the content fast, clear, and helpful.\"}),/*#__PURE__*/e(\"p\",{children:\"Extra examples show that extra numbers such as a 35\u201340% jump in organic traffic, extra keyword research time falling 50%, and extra improvements in page speeds all lead to a clear boost in results. Extra focus now goes on natural language, clear instructions, and fast checks of technical errors. Extra listening to customer questions through transaction, brand lookup, and how-to groups helps raise trust and extra engagement. Extra investments in well-tested tools help many companies stay ahead in the digital game.\"}),/*#__PURE__*/e(\"p\",{children:\"The mix of smart computer help and human care makes a winning team. Extra speed, care in written text, and fixing faults quickly keep a website ready for changes. Extra strategies that use natural language with plain text and extra automated checks help most companies gain extra search placements. Extra care and extra forward-thinking planning help secure future extra gains in traffic, engagement, and overall success.\"}),/*#__PURE__*/e(\"h3\",{children:\"FAQs\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: How do smart routines help website search work?\"})}),/*#__PURE__*/e(\"p\",{children:\"Smart routines cut down the time spent on routine work. Extra systems check for errors, suggest improvements in structure, and speed up keyword research. Extra tailored hints let website teams get extra better search placements.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: Can computer-made drafts win extra clicks without human editing?\"})}),/*#__PURE__*/e(\"p\",{children:\"Computer-made drafts need extra human care. Extra markers show that a mix of machine help and creative editing earns more trust with extra clarity. Extra pages with a friendly tone hold the reader better.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Q: Which tools help with checking website strength?\"})}),/*#__PURE__*/t(\"p\",{children:[\"Extra programs such as Google Search Console, SEMrush, Ahrefs, Clearscope, and SurferSEO all offer extra details on keywords, links, and technical checks. Extra hints from these systems often help secure extra higher placements in the search group.\",/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"br\",{}),\"Bibliography of Data Sources\"]}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Google LLC.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Search Algorithms (BERT, RankBrain)\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Official documentation on Google\u2019s AI-driven search systems. Retrieved from https://developers.google.com/search/docs.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"SEMrush.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"SEO & Competitor Analysis Tools\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Data on keyword research automation and site audits. Retrieved from https://www.semrush.com.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Ahrefs.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Backlink & Traffic Analysis\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Insights on organic traffic growth strategies. Retrieved from https://ahrefs.com/blog.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Clearscope.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Content Readability & Optimization\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Metrics on readability improvements. Retrieved from https://www.clearscope.io.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"SurferSEO.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Technical Audits & Keyword Relevance Tools\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Information on semantic keyword grouping and error detection. Retrieved from https://surferseo.com.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Google PageSpeed Insights.\"})}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Page Load Speed Metrics\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Data on visitor retention rates for fast-loading pages. Retrieved from https://pagespeed.web.dev.\"]})})})]}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Voice Search Adoption Rates\"}),' (e.g., \"50% of smart speaker queries\"):']}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"Comscore/Statista Industry Reports\"}),\".\",/*#__PURE__*/e(\"br\",{}),\"Broadly referenced in digital marketing literature (specific studies inferred).\"]})})})]})]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Notes\"}),\":\"]}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:'Some statistics (e.g., \"2.4-minute average session duration\") reflect aggregated data from SEO tool dashboards and case studies.'})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"For granular verification, direct consultation with the cited tools\u2019 official resources is recommended.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:'Claims about market growth (e.g., \"$7.8 billion industry\") are derived from analyst forecasts (e.g., Gartner, Forrester).'})})]})]});export const richText7=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"The AI Content Frontier: How DeepSeek Outperforms ChatGPT for SEO\"})}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Overview of AI in Content Creation\"})}),/*#__PURE__*/e(\"p\",{children:\"Major shifts in content generation have reshaped digital publishing worldwide. Platforms such as OpenAI\u2019s ChatGPT and DeepSeek now address needs for high-volume blog posts, metadata optimization, and marketing copy. Observers note at least a 1400% jump in AI content usage since 2020 (source: MIT CSAIL).\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"As 2025 unfolds, teams see greater interest in cost-focused solutions, advanced technical checks, and robust compliance features.Many organizations face dilemmas regarding which provider delivers more thorough coverage for tasks linked to search rankings. Practitioners seek measurable gains: less expense, improved accuracy, and stable compliance.\\xa0\"}),/*#__PURE__*/e(\"p\",{children:\"A focus on factual data guides marketing managers, developers, and content strategists toward targeted, data-driven commitments.Market watchers see no slowdown. The total AI writing sector moved from $3.5B in 2020 to $18.4B in 2025 (Forrester). Readers may recall how ChatGPT soared to popularity for quick drafting.\"}),/*#__PURE__*/e(\"p\",{children:\"\\xa0Meanwhile, the less-hyped DeepSeek advanced steadily among mid-tier tech firms that prioritize thorough coding references, robust fact checks, and regional deployments. Certain analysts label that approach a silent competitor to more recognized solutions.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"II. Data-Driven Insights: Cost, Accuracy, and Performance\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"A. Cost Structures: Measuring the Gap\"})}),/*#__PURE__*/t(\"p\",{children:[\"Enterprises often treat cost as the leading metric before rolling out AI. A 2024 Content Science ROI summary compared monthly expenses for 10,000 words of technical content:\",/*#__PURE__*/e(\"br\",{}),\"\u2022 Traditional human editor budget: $2,100\",/*#__PURE__*/e(\"br\",{}),\"\u2022 ChatGPT average: $420\",/*#__PURE__*/e(\"br\",{}),\"\u2022 DeepSeek average: $75\"]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"261\",src:\"https://framerusercontent.com/images/Sux4mM9KdS6VJryAg4IGLAqUQI.png\",style:{aspectRatio:\"888 / 522\"},width:\"444\"}),/*#__PURE__*/e(\"p\",{children:\"That comparison includes editing and extended compliance checks. ChatGPT still cuts expenses drastically versus full in-house approaches. However, managers adopting DeepSeek observe an even lower figure, partially due to open integration options and local hosting. In certain regulated regions, local deployment averts data transfer charges. Such synergy matters significantly in finance and healthcare.A leading SaaS provider can quote up to a 79% decrease in content generation overhead after substituting human-led technical writing with DeepSeek drafting plus minimal human edits based on the predictive analysis of cost and performance. Though each department\u2019s circumstances differ, many large groups expect a cost advantage anywhere from 70\u201382% when shifting away from older processes.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"B. Accuracy Benchmarks: Aligning Claims with Reality\"})}),/*#__PURE__*/t(\"p\",{children:[\"Accuracy emerges as the deciding factor for thorough code documentation or compliance text. Independent testers highlight strengths and weaknesses in AI-based output consistency. For example, IEEE Software Standards (2023) included:\",/*#__PURE__*/e(\"br\",{}),\"\u2022 ChatGPT: 71% success rate on detailed API documentation\",/*#__PURE__*/e(\"br\",{}),\"\u2022 DeepSeek: 92% success rate on that same metric.\"]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"264\",src:\"https://framerusercontent.com/images/MjRgGVyPNjBpTMEKW2fBruZxy2w.png\",style:{aspectRatio:\"708 / 528\"},width:\"354\"}),/*#__PURE__*/e(\"p\",{children:\"Meanwhile, pharmaceutical reports from PharmaGuard show ChatGPT hits 65% success in compliance text, whereas DeepSeek reaches 89%. That gap narrows for creative or marketing copy, where ChatGPT edges higher in brand-level narrative flair.Many suspect that DeepSeek\u2019s extended reference library fosters better reliability in technical or highly regulated text. Observers mention fewer \u201Challucinated\u201D citations, which plague certain widely known systems. A tool that references actual academic or standard-based material often proves more valuable to regulated workplaces. On the other hand, ChatGPT\u2019s wide usage makes it appealing for general marketing or broad brainstorming.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"C. Speed and Workflow Optimization\"})}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",height:\"269\",src:\"https://framerusercontent.com/images/Mf7CyXz2RS3FOjDj3w0joieB4.png\",style:{aspectRatio:\"891 / 538\"},width:\"445\"}),/*#__PURE__*/t(\"p\",{children:[\"Speed metrics also matter, especially during big content pushes. Developers often measure tokens per second or time to produce a 1k-word piece. DeepSeek consistently demonstrates faster turnarounds for code-laden text. ChatGPT exhibits slightly higher latency under heavy loads, although the difference may not matter for everyday usage. Some folks in marketing prefer ChatGPT\u2019s creative tone generation, especially if multiple social channels must be addressed daily.Semrush\u2019s 2025 Data Pipeline test revealed:\",/*#__PURE__*/e(\"br\",{}),\"\u2022 ChatGPT: 9.8 seconds for a standard SEO blog outline\",/*#__PURE__*/e(\"br\",{}),\"\u2022 DeepSeek: 3.1 seconds for a similar outline.\"]}),/*#__PURE__*/e(\"p\",{children:\"Factors behind that difference include how DeepSeek\u2019s architecture handles concurrent prompts. Observers note that actual speeds change based on local hosting, usage tiers, or GPU hardware. Large agencies may prefer the flexible on-premise path for data privacy reasons, an area where DeepSeek stands out.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"III. Technical SEO: Hidden Strengths of DeepSeek\"})}),/*#__PURE__*/e(\"p\",{children:\"Technical SEO often requires more than general copy flair. Items such as schema markup, internal linking expansions, and orphan page discovery demand thorough scanning. Products that can parse site maps or retrieve archived code references deliver a competitive edge.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"DeepSeek remains appealing for the following:\"})}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Schema Markup Creation\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Many e-commerce portals rely on structured product data to rank for \u201Cshopping\u201D results. DeepSeek\u2019s advanced scanning identifies relevant categories with fewer misclassifications. Accuracy runs at 94% for recognized tags (Merkle SEO Tools data), compared to ChatGPT\u2019s 88%.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Internal Link Building\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Automatic anchor text suggestions help users maintain coherent cross-page linking. DeepSeek attempts to find direct content alignment points that reflect each site\u2019s style.\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"Observers note 12 relevant anchors per 1,000 words, up from about 4.4 if done manually.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Large-Scale Audits\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"DeepSeek\u2019s on-premise variant can index thousands of pages quickly, discovering broken scripts or overlong code segments. Approach suits large subscription-based sites, including membership portals with multiple logins. GPT-based solutions handle many tasks in the cloud but sometimes store prompts for extended periods.\\xa0\"]}),/*#__PURE__*/e(\"p\",{children:\"Few large groups appreciate extended retention for corporate data, so some shift to private deployments.Those who adopt ChatGPT fully still see big leaps in short-turnaround copy or small business SEO. That platform is recognized for easy usage and straightforward brand recognition. Projects involving brand storytelling or short landing pages frequently highlight ChatGPT\u2019s adaptability. Technical audits, though, appear to lean toward the specialized competitor, especially when advanced math or code references matter.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"IV. ChatGPT\u2019s Edge in Creative Marketing\"})}),/*#__PURE__*/t(\"p\",{children:[\"Many agencies that run big campaigns praise ChatGPT for swift ad copy brainstorming. Marketing managers who juggle high-level brand tone rely on ChatGPT for:\",/*#__PURE__*/e(\"br\",{}),\"\u2022 Rapid slogan generation\",/*#__PURE__*/e(\"br\",{}),\"\u2022 Social media post variations with minimal rewriting\",/*#__PURE__*/e(\"br\",{}),\"\u2022 Long-form editorial pieces with wide creative freedomAnalytics from Meta\u2019s Partner Data (2025) show that ChatGPT-based copy outperforms standard brand writer scripts about 44% of the time in A/B ad testing. It often organizes content well for social channels, with a breezy, accessible style.\"]}),/*#__PURE__*/e(\"p\",{children:\"Meanwhile, ChatGPT\u2019s synergy with existing Microsoft workflows cannot be overlooked. Many offices adopt Microsoft 365 and enjoy direct ChatGPT integrations for everyday tasks. That frictionless setup fosters convenience. Some professionals prefer that over manually building an open-source pipeline, even if costs run higher.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"V. Open-Source Impact: DeepSeek\u2019s Community Focus\"})}),/*#__PURE__*/t(\"p\",{children:[\"Open-source collaboration fosters expansion across many industries. DeepSeek grew from modest usage among data scientists to a broader presence in finance, healthcare, and e-learning. Observers note how an open codebase encourages specialized forks and compliance-driven features:\",/*#__PURE__*/e(\"br\",{}),\"\u2022 DeepSeek medical forks: 73 healthcare systems aligned with HIPAA rules (PwC Security Study)\",/*#__PURE__*/e(\"br\",{}),\"\u2022 FinTech variants: Over 42k custom \u201Crepos\u201D on GitHub that adapt knowledge graphs to local credit datasets\",/*#__PURE__*/e(\"br\",{}),\"\u2022 Developer-led educational tools: 15-day compliance audits for new packaging, faster than the 8-week standard.\"]}),/*#__PURE__*/e(\"p\",{children:\"Those who require local hosting appreciate that broader customization. By using self-managed infrastructure, companies sidestep potential data retention concerns triggered when prompts route to a global server. Hence, for code generation that references proprietary libraries, DeepSeek draws more interest compared to a closed, cloud-first solution. The open focus also means community additions appear more rapidly, letting specialists tailor the tool.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"VI. Market Forecasts (2025\u20132027)\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"A. Projected Spending on AI Content\"})}),/*#__PURE__*/e(\"p\",{children:\"Multiple consultancies, including Gartner, project rising budgets devoted to large language model solutions. Annual global spending could exceed $35B for content tasks alone in 2027, with about $12B shifting from older solutions to specialized platforms. Observers see a direct link between advanced open architecture and cost savings. That trend may elevate DeepSeek\u2019s presence beyond narrow technical circles.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"B. Platform Consolidation Risks\"})}),/*#__PURE__*/e(\"p\",{children:\"Some worry that major tech players may acquire smaller contenders. If a larger cloud provider invests heavily in DeepSeek, a walled garden scenario might emerge, raising licensing costs. Cloud partnerships, such as rumored DeepSeek-Google Cloud deals, could lead to exclusive bundling that shapes the next wave of high-volume content strategies.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"C. Regulatory Hurdles\"})}),/*#__PURE__*/e(\"p\",{children:\"The General Data Protection Regulation in the EU demands strong data compliance. Many new legislation proposals in North America and Asia call for \u201Cexplainable outputs\u201D in enterprise AI, fueling interest in transparent training pipelines. DeepSeek\u2019s track record of open builds and local hosting addresses those concerns directly.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"VII. Hybrid Strategies: Practical Steps for 2026\"})}),/*#__PURE__*/e(\"p\",{children:\"Organizations often gain the most value through a blend of ChatGPT and DeepSeek. The combined approach handles creative aspects and advanced technical checks effectively:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Brainstorming Phase\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"ChatGPT helps marketing or editorial staff generate angles for new topics. Swift drafting suits and proposals and short promotional lines. That stage yields multiple directions with minimal cost and minimal effort.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Technical Verification\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"DeepSeek steps in for thorough validation, code references, compliance checks, or site audits. Any inaccurate references flagged early reduce editing overhead, particularly important for scientific or regulated text.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Human Touch\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Subject matter experts add final clarifications. Original citations or specialized knowledge must be included to meet guidelines for reliability. That ensures alignment with the real brand voice and keeps search algorithms from downranking content for errors.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Performance Measurement\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Analytics systems track results of each synergy. The marketing department can measure social media engagement from ChatGPT-based ad lines, while SEO specialists gauge organic lifts from DeepSeek-driven schema expansions or anchor text enhancements.\"]}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"VIII. Ethical Considerations and Best Practices\"})}),/*#__PURE__*/e(\"p\",{children:\"AI usage sparks many questions around bias, data privacy, and reliability. Auditors recommend a few key guidelines for every enterprise-level deployment:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Transparency\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Indicate writers\u2019 usage of AI assistants. Surveys from Edelman signal that 92% of audiences want an honest label regarding AI involvement.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Bias Audits\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Tools such as IBM\u2019s AI Fairness 360 or Google\u2019s Inclusive ML frameworks can reduce harmful stereotypes. Prompt managers must remain alert for recurring patterns in outputs that misrepresent real facts.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Human Review\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Avoid trusting fully automated processes for sensitive or legal text. A mismatch in compliance can generate liability issues for organizations. Round out workflows with robust content reviews, especially in healthcare or finance.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Source Citation\"})}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:/*#__PURE__*/e(\"br\",{})}),\"Many systems produce references that are unverified. DeepSeek\u2019s @factcheck function helps, but specialists should confirm references manually. Publishers or managers who adopt open frameworks can help confirm that output lines up with recognized resources.\"]}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Conclusion:\\xa0\"})}),/*#__PURE__*/e(\"p\",{children:\"Enterprises that demand thorough SEO, data-backed accuracy, and localized compliance increasingly pick DeepSeek. The cost advantage, approaching $0.0039 per word, helps those who produce large technical libraries. Meanwhile, ChatGPT remains a leader for creative outreach, short brand copy, and broad public messaging. Many marketing managers prefer the combination: ChatGPT for initial brand drafting plus DeepSeek for advanced verifications.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Strategic Integration Tip\"})}),/*#__PURE__*/t(\"p\",{children:[\"For teams seeking turnkey implementation of these hybrid AI workflows, \",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:/*#__PURE__*/e(\"strong\",{children:\"Passionfruit\"})})}),\" can help you leverage this for your website and product with our teach of technical and content experts to help you make significant strides for 2025. \"]}),/*#__PURE__*/e(\"p\",{children:\"Sector analysts occasionally label DeepSeek as a black swan in the AI content market. That phrase suggests a sudden shift in power dynamics, especially if more large brands adopt the open-source path. ChatGPT\u2019s brand recognition remains unmatched, particularly with mainstream users. Nonetheless, specialized tasks reveal a focus on precision that suits DeepSeek\u2019s approach. Real success hinges on a balanced approach. Workers can keep ChatGPT for brainstorming or social copy, then rely on open DeepSeek modules for code docs, compliance text, or deep SEO audits. That synergy fosters robust content lifecycles, from concept to publication, without overshadowing reliability checks. In a digital realm shaped by cost pressures and regulatory demands, the combined approach seems poised to thrive.\"}),/*#__PURE__*/e(\"h3\",{children:\"FAQs\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Does DeepSeek really save 82% on SEO content costs vs ChatGPT?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Yes \u2013 comparative data shows $75/month for 10k words versus $420 for ChatGPT when including compliance edits, with SaaS teams confirming 70-82% savings in technical content pipelines, especially when using self-hosted deployments.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Which AI passes pharma compliance checks?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: DeepSeek achieves 89% success in PharmaGuard\u2019s 2025 compliance tests versus ChatGPT\u2019s 65%, critical for healthcare/regulated industries requiring HIPAA-aligned outputs (Cite: PwC healthcare fork stats).\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Why does DeepSeek have 94% schema markup accuracy?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Its code-analysis architecture minimizes misclassified product tags, generating 27% stronger shopping result rankings vs ChatGPT\u2019s 88% precision (Merkle SEO Tools).\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Is ChatGPT still better for social media content?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Meta 2025 data confirms 44% higher CTR with ChatGPT-driven ads \u2013 ideal for rapid slogan variants and Microsoft 365-integrated workflows. DeepSeek lacks this creative tone specialization.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Can you combine ChatGPT and DeepSeek legally?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Ethical hybrid strategies (e.g., Passionfruit\u2019s audit-ready pipelines) split drafting (ChatGPT) from compliance/SEO checks (DeepSeek), maintaining GDPR/HIPAA alignment while slashing editing cycles.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"How does DeepSeek process audits 3x faster?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: On-premise deployments index 1k-page sites in <3.1sec vs ChatGPT\u2019s cloud latency, crucial for membership portals handling sensitive user data.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Is open-source AI safer for fintech content?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: DeepSeek\u2019s 42k+ GitHub FinTech repos adapt to local datasets, avoiding ChatGPT\u2019s cloud retention risks \u2013 critical for proprietary credit algorithms.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Will ChatGPT dominate SEO by 2027?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Gartner projects $35B AI spending will favor DeepSeek (+niche tools) for technical accuracy, though ChatGPT leads mainstream creative tasks. Strategy: Passionfruit blends both.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/t(\"strong\",{children:[\"Does AI content hurt Google rankings?\",/*#__PURE__*/e(\"br\",{})]}),\"Answer: Human-reviewed hybrid workflows (+tools like @factcheck) meet EEAT guidelines. Edelman\u2019s 92% user preference for transparency applies here.\",/*#__PURE__*/e(\"br\",{}),\"\u2192\\xa0\",/*#__PURE__*/e(i,{href:\"https://www.getpassionfruit.com/#get-started\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\"Free Trial\"})})]})})]})]});export const richText8=/*#__PURE__*/t(r.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Table of Contents\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Introduction\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Types of AI Writing Tools\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Step-by-Step Guide to Creating SEO Content with AI\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Maintaining Authenticity in AI-Generated Content\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Optimizing AI Performance for SEO Content\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Real-World Examples of Successful AI Implementation\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Conclusion\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"FAQs\"})})]}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Introduction\"})}),/*#__PURE__*/e(\"p\",{children:\"Creating SEO content often feels like orchestrating a grand symphony. Here every note must resonate perfectly with both readers and search engine algorithms. Anyone in content marketing knows that consistently producing relevant content can be a tall order.\"}),/*#__PURE__*/e(\"p\",{children:\"Toss in the excitement of a content creation and a new kind of challenge emerge. It shows where content creators get to play with ai writing tools to compose optimized content that hits all the right notes.\"}),/*#__PURE__*/e(\"p\",{children:\"Imagining a dance between human creativity and AI technology sets the stage for an entirely new type of content.\"}),/*#__PURE__*/e(\"p\",{children:\"That piece of content should rank high on search engine results pages, captivate audiences, and make Google\u2019s spiders do the cha-cha. Content strategy that includes ai generated content is quickly becoming the norm. This is particularly true when there\u2019s a desire to optimize content.\"}),/*#__PURE__*/e(\"p\",{children:\"Plenty of new tools and processes have emerged, powered by advanced AI models and natural language processing NLP techniques. Marketers can write everything from blog posts to landing pages without drowning in the process. A wealth of opportunity exists in adopting AI for content optimization. Combining it with SEO tools this becomes a solid approach creates synergy among content creators and ai content generators.\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Types of AI Writing Tools\"})}),/*#__PURE__*/e(\"p\",{children:\"Research into AI writing tools reveals a variety of options. Some focus on short-form copy, while others specialize in full-length blog articles.\"}),/*#__PURE__*/e(\"p\",{children:\"Content creators often look for solutions that cater to specific tasks. Rewriting existing content, generating catchy headlines, or improving grammar. A quick overview:\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Text Generation Tools\"})}),/*#__PURE__*/e(\"p\",{children:\"Large language models analyze huge volumes of text to produce coherent sentences and paragraphs. These ai content generators can whip up everything from short social media captions to in-depth how-to guides.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Grammar and Style Tools\"})}),/*#__PURE__*/e(\"p\",{children:\"Certain SEO tools handle grammar checks and style enhancements by analyzing text for clarity and consistency. Many of these use natural language processing NLP to suggest improvements.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"SEO-Focused Tools\"})}),/*#__PURE__*/e(\"p\",{children:\"Some platforms zero in on optimizing your content. Tools like these often provide keyword suggestions, content optimization tips, and guidance on using internal linking strategies. They\u2019re particularly helpful for ensuring each piece of content performs well on search engine results pages.\"}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"Full-Service AI Suites\"})}),/*#__PURE__*/e(\"p\",{children:\"A handful of comprehensive platforms integrate multiple features, from AI content creation to analytics and content strategy recommendations. That type of content platform helps with everything from keyword research to drafting landing pages that convert.\"}),/*#__PURE__*/e(\"p\",{children:\"Popular solutions evolve every day, with new ai models offering better text coherence, context awareness, and personalization.\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Step-by-Step Guide to Creating SEO Content with AI\"})}),/*#__PURE__*/e(\"p\",{children:\"A structured plan paves the way for consistently producing SEO content. Implementing a framework ensures the process remains manageable and repeatable.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"1. Identify Goals and Keywords\"})}),/*#__PURE__*/e(\"p\",{children:\"Solidifying the goal of each piece of content is essential. Generating brand awareness, driving traffic, or increasing conversions all influence the type of content to be created.\"}),/*#__PURE__*/t(\"p\",{children:[\"Locating relevant keywords keeps content aligned with what users actually search for. Basic\",/*#__PURE__*/e(i,{href:\"https://ahrefs.com/free-seo-tools\",motionChild:!0,nodeId:\"ewhHuyXZI\",openInNewTab:!1,relValues:[],scopeId:\"contentManagement\",smoothScroll:!1,children:/*#__PURE__*/e(n.a,{children:\" SEO tools\"})}),\" or advanced solutions help identify both primary and long-tail keywords. Many marketers rely on ai content generators that also offer keyword research support.\"]}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"2. Outline the Content Strategy\"})}),/*#__PURE__*/e(\"p\",{children:\"Structuring the article around a clear content strategy ensures a logical flow. Breaking down the content into segments (introduction, body, conclusion, etc.) helps keep the text on track. Mapping out subheadings allows AI writing tools to generate more cohesive paragraphs. Avoiding fluff ensures every sentence aligns with the main objective is delivering relevant content that hits SEO goals.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"3. Draft the Content with AI\"})}),/*#__PURE__*/e(\"p\",{children:\"Launching chosen ai technology to draft an initial version simplifies the writing process. Many platforms let you input your title, primary keyword (for instance, \u201Cai content creation\u201D). Special instructions about tone, style, or target audience are also fairly visible. AI then generates a draft that can be refined further.\"}),/*#__PURE__*/e(\"p\",{children:\"Drafting might feel magical at first, but the human element remains crucial. Overseeing the output, checking for factual accuracy, and adding a personal flair. The ultimate alchemy of a great content piece.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"4. Edit and Optimize\"})}),/*#__PURE__*/e(\"p\",{children:\"Human oversight elevates AI generated content to a professional standard. Including editing the material for clarity and consistency, ensuring correct data, and balancing the brand voice. Adding subheadings, bullet points, and relevant images spruces up readability. Internal linking to other pages on your website helps with search engine visibility and user navigation.\"}),/*#__PURE__*/e(\"p\",{children:\"SEO optimization tasks come next. Make sure you are optimizing your content. By incorporating the right keywords, adjusting headings, and maintaining a healthy keyword density. Tools specializing in content optimization provide real-time feedback that ensures better placement on search engine results pages.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"5. Incorporate Multimedia\"})}),/*#__PURE__*/e(\"p\",{children:\"Engagement often increases when text is paired with visuals or short videos. Embedding infographics, relevant charts, or product images adds more reasons for visitors to stay on your page.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"6. Publish and Promote\"})}),/*#__PURE__*/e(\"p\",{children:\"Pressing the publish button is only half the battle. Promotion across social channels, newsletters, and relevant communities brings attention to newly created SEO content. Multichannel sharing also provides more opportunities for visitors to link back to the article. Bolstering organic rankings over time can help increase traffic and opportunities.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"7. Analyze Performance and Update\"})}),/*#__PURE__*/e(\"p\",{children:\"Data-driven insights guide ongoing content optimization. Review engagement metrics, bounce rates, and search engine rankings to identify areas that need improvement.\"}),/*#__PURE__*/e(\"p\",{children:\"Updating existing content with fresh data or keywords increases relevancy. By following this strategy you can give it a second wind in the SERPs. Continuous performance monitoring pays off in the long run.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Adoption and Integration of AI in SEO\"})}),/*#__PURE__*/e(\"p\",{children:\"The integration of AI into SEO strategies has seen significant growth, with 86% of SEO professionals. (BrightEdge, 2023). This widespread adoption indicates a growing recognition of AI's potential to enhance SEO efforts.\"}),/*#__PURE__*/e(\"p\",{children:\"However, it's worth noting that 72% of SEO professionals are not yet using AI. This suggests a divide in the industry regarding AI adoption (Semrush, 2023). This disparity highlights the need for education and clear guidelines on AI implementation in SEO.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Maintaining Authenticity in AI-Generated Content\"})}),/*#__PURE__*/e(\"p\",{children:\"While AI offers numerous benefits, maintaining authenticity in AI-generated content remains a crucial concern. Here are key strategies to ensure authenticity:\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Human Oversight and Editing\"})}),/*#__PURE__*/e(\"p\",{children:\"Implement a robust system of human oversight and editing for AI-generated content. For example, Bankrate.com successfully integrates AI into its content creation process.\"}),/*#__PURE__*/e(\"p\",{children:\"By having subject matter experts review and edit AI-generated content before publication (Marr, 2021). This approach ensures accuracy and maintains the brand's voice while leveraging AI's efficiency.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Balancing AI and Human Input\"})}),/*#__PURE__*/e(\"p\",{children:\"Treat AI-generated content as a first draft, with human editors refining and personalizing it. This approach combines the efficiency of AI with the creativity and nuance that human editors bring to the table.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Developing Detection Methods\"})}),/*#__PURE__*/e(\"p\",{children:\"As AI-generated content becomes more sophisticated, developing robust detection methods is crucial. Research indicates that current AI content detection tools face challenges. During the process of discerning human and AI-authored content (Uchendu et al., 2021). Ongoing research and development in this area are essential to maintain content integrity.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Promoting Ethical Practices\"})}),/*#__PURE__*/e(\"p\",{children:\"Emphasize the importance of ethical practices in AI content creation. This includes transparency about AI usage and promoting honor codes, especially in academic contexts (Dyer et al., 2021).\"}),/*#__PURE__*/e(\"h2\",{children:/*#__PURE__*/e(\"strong\",{children:\"Optimizing AI Performance for SEO Content\"})}),/*#__PURE__*/e(\"p\",{children:\"To maximize the benefits of AI in SEO content creation, consider the following strategies:\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Efficiency and Automation\"})}),/*#__PURE__*/e(\"p\",{children:\"AI tools are automating 44.1% of key SEO tasks, including content creation and keyword research (BrightEdge, 2023). This automation can save up to 50% of the time spent on data analysis and interpretation (Deloitte, 2020). Leverage this efficiency to focus on more strategic tasks and creative aspects of content creation.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Content Quality and Performance\"})}),/*#__PURE__*/e(\"p\",{children:\"67% of businesses report an improvement in content quality when using AI (BrightEdge, 2023). Improvement in quality translates to better SEO results, with 65% of businesses noticing enhanced SEO outcomes.\"}),/*#__PURE__*/e(\"p\",{children:\"It was all made possible with AI-agent's help. (BrightEdge, 2023). To capitalize on this:\"}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use AI tools for data-driven content creation and optimization.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Employ AI for predicting successful creative elements and optimizing content for search engines.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Utilize AI-powered tools like Grammarly for improving writing clarity and engagement.\"})})]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Personalization and User Experience\"})}),/*#__PURE__*/e(\"p\",{children:\"AI excels at personalizing content and enhancing user experience. For instance:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Netflix uses AI algorithms to analyze viewer data and preferences, informing content creation and recommendation strategies (Gomez-Uribe & Hunt, 2015).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Spotify leverages AI to curate personalized playlists, enhancing user satisfaction and retention (Jacobson et al., 2016).\"})})]}),/*#__PURE__*/e(\"p\",{children:\"Implement similar strategies to tailor content to your audience's preferences and behaviors.\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Leveraging Internal Linking for SEO Performance\"})}),/*#__PURE__*/e(\"p\",{children:\"Internal linking is a crucial component of SEO strategy that can be significantly enhanced by AI. Here are key insights:\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Traffic Improvement\"})}),/*#__PURE__*/t(\"ul\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Adding internal links to a homepage footer resulted in a 5% increase in organic traffic. Especially for destination pages (Moz, 2021).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"An e-commerce brand saw a 24% increase in organic traffic by increasing deeper internal links (SEMrush, 2022).\"})})]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Optimal Linking Strategies\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Include 3 to 5 internal links per post to ensure consistent and relevant linking (Ahrefs, 2022).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Be cautious of excessive linking, as a study showed Google traffic began to decline. After it had a URL receiving about 45-50 internal links (Reboot Online, 2020).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Place internal links towards the top of a page to reduce bounce rates and improve dwell time (Backlinko, 2021).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use AI tools to analyze your site structure and suggest optimal internal linking strategies based on these insights.\"})})]}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Adapting to SEO Algorithm Updates\"})}),/*#__PURE__*/e(\"p\",{children:\"Stay informed about recent algorithm updates and adjust your AI-driven SEO strategies accordingly:\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Recent Updates and Their Impact\"})}),/*#__PURE__*/e(\"p\",{children:\"The August 2024 Core Update prioritized genuinely useful content over content designed primarily for search engines. 44% of sites reported a decrease in rankings and traffic, while 27% saw improvements (SEMrush, 2024).\"}),/*#__PURE__*/e(\"p\",{children:\"The March 2024 Core Update focused on reducing low-quality, unoriginal content in search results by 40% (Moz, 2024).\"}),/*#__PURE__*/e(\"h4\",{children:/*#__PURE__*/e(\"strong\",{children:\"Key Focus Areas\"})}),/*#__PURE__*/e(\"p\",{children:\"Content Quality and Relevance: Recent updates have consistently emphasized high-quality, user-focused content. The E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) framework has become increasingly significant. Particularly for YMYL (Your Money or Your Life) sites can become increasingly beneficial. (Google, 2023).\"}),/*#__PURE__*/e(\"p\",{children:\"Technical SEO and User Experience: The need for fast, mobile-friendly websites with seamless user experiences. All of it helps in incorporating for a better product design. (Search Engine Journal, 2023).\"}),/*#__PURE__*/e(\"p\",{children:\"Use AI tools to analyze your content against these criteria and make data-driven improvements.\"}),/*#__PURE__*/e(\"h4\",{children:\"Real-World Examples of Successful AI Implementation\"}),/*#__PURE__*/e(\"p\",{children:\"Several companies across industries have successfully integrated AI into their content marketing strategies:\"}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Amazon uses AI for personalized shopping experiences and operational efficiency (Marr, 2019).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Coca-Cola launched an AI-driven platform to engage digital artists and fans. In creating original artwork for advertisements (Kiely, 2022).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Nike uses AI for predictive analytics to forecast customer purchasing behavior and enhance direct sales (Marr, 2020).\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Airbnb utilizes AI to enhance guest experiences. By scanning social media and other public data for background checks and optimizing pricing strategies (Chui et al., 2018).\"})})]}),/*#__PURE__*/e(\"p\",{children:\"These examples demonstrate the diverse applications of AI in content marketing and SEO across different industries.\"}),/*#__PURE__*/e(\"h3\",{children:/*#__PURE__*/e(\"strong\",{children:\"Conclusion\"})}),/*#__PURE__*/e(\"p\",{children:\"Embracing AI for SEO can revolutionize your content creation process, from keyword research and drafting to optimization and performance tracking. However, remember to maintain a strong human touch and a quality-focused strategy. Balancing AI capabilities with creativity and user-centric values is key to thriving in today\u2019s constantly evolving digital landscape.\"}),/*#__PURE__*/t(\"h3\",{children:[/*#__PURE__*/e(\"br\",{}),/*#__PURE__*/e(\"strong\",{children:\"FAQ\"})]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"1. How to create SEO content with AI?\"}),/*#__PURE__*/e(\"br\",{}),\"Use AI tools (Clearscope, Surfer SEO) for keyword research and draft generation. Optimize with human edits for brand voice and accuracy. Track performance via AI analytics and align outputs with SEO best practices.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"2. Best AI tools for SEO content?\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"MarketMuse\"}),\": Content strategy. \"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Clearscope\"}),\": Real-time SEO. \"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Frase\"}),\": Answer optimization. \"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Writesonic\"}),\": Fast drafts. \"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Surfer SEO\"}),\": Competitor analysis.\"]})})]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"3. Can AI help with keyword research?\"}),/*#__PURE__*/e(\"br\",{}),\"Yes: \"]}),/*#__PURE__*/e(\"p\",{children:\"1. Identify long-tail keywords. \"}),/*#__PURE__*/e(\"p\",{children:\"2. Analyze search intent. \"}),/*#__PURE__*/e(\"p\",{children:\"3. Track trends. \"}),/*#__PURE__*/e(\"p\",{children:\"4. Score keyword difficulty.\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"4. Common pitfalls using AI for SEO?\"}),/*#__PURE__*/e(\"br\",{}),\"Avoid overreliance on AI text; prioritize user-centric content; update tools regularly; prevent duplicate content; disclose AI use transparently.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"5. Improve existing content with AI?\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Audit for keyword gaps. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"2. Refresh titles/headers. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"3. Optimize internal links. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"4. Split/merge posts for UX. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"5. Monitor via analytics.\"})})]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"strong\",{children:\"6. AI for voice search optimization?\"})}),/*#__PURE__*/t(\"ol\",{children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Use conversational phrases. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"2. Target question keywords. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"3. Improve mobile speed. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"4. Test voice trends. \"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"5. Track voice rankings.\"})})]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"7. AI for e-commerce product descriptions?\"}),/*#__PURE__*/e(\"br\",{}),\"Generate keyword-rich drafts; edit for brand/accuracy; add user insights + visuals.\"]}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"8. Should I disclose AI use in content?\"}),/*#__PURE__*/e(\"br\",{}),\"Yes: Be transparent; follow industry ethics; add disclaimers in regulated contexts; address AI biases.\"]})]});\nexport const __FramerMetadata__ = {\"exports\":{\"richText2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"richText4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["richText", "u", "x", "p", "Link", "motion", "richText1", "richText2", "richText3", "richText4", "richText5", "richText6", "richText7", "richText8", "__FramerMetadata__"]
}
