עידן חדש של חיפוש: מ-SEO ל-Search Visibility
- מאיר פלג
- Sep 23
- 1 min read
סיכום של הפודקאסט "From The Vault: How to Stay Visible in the AI Search Era" מאתר Duct Tape Marketing:
🔍 עידן חדש של חיפוש: מ-SEO ל-Search Visibility
בפרק זה, ג'ון ג'נטש מסביר כיצד עולם החיפוש משתנה בעקבות כניסת הבינה המלאכותית, והצורך של עסקים להתמקד ב"נראות בחיפוש" ולא רק בדירוגים.
עיקרי הדברים:
חיפוש מבוסס תשובות: גוגל הפכה ממנוע חיפוש למנוע תשובות. רוב המשתמשים מקבלים את המידע מבלי ללחוץ על קישורים (Zero-click).
נראות רב-ערוצית: חשוב להופיע בתשובות AI, קטעי מידע (snippets), פרופיל עסקי בגוגל, סרטונים, פוסטים ועוד.
עקרון E-E-A-T: גוגל מעריכה תוכן לפי:
Experience – ניסיון אמיתי בתחום
Expertise – מומחיות
Authoritativeness – סמכות (אזכורים, קישורים)
Trustworthiness – אמינות (מדיניות החזרות, פרטי קשר)
🛠️ צעדים פרקטיים:
מיפוי פערי תוכן – בדוק אילו שאלות לקוחות שואלים וענה עליהן.
שדרוג תוכן ישן – הוסף קטעי FAQ, תקצירים (TL;DR), תוכן עשיר ומבוסס ניסיון.
Hub Pages – איגוד תוכן לפי נושאים מרכזיים (למשל: מדריך מקיף לשיפוץ מטבח).
פרופיל עסקי בגוגל – התייחס אליו כפלטפורמת פרסום: פוסטים, תמונות, סרטונים.
השתתפות במקורות מידע – הופעה באינדקסים, פורומים, אתרים מקצועיים.
🚫 טעויות נפוצות:
להתמקד רק במילות מפתח ראשיות
לכתוב תוכן גנרי או אוטומטי
להזניח את האתר לאורך זמן
אם תרצה שאעזור לך ליישם את העקרונות האלה באתר שלך או בתוכן שלך – אני כאן logitmp@gmail.com
Perfect ✅I can create a ready-to-use one-page PDF checklist, visually branded for Meir-AI, with clear steps, icons, and highlights so it’s easy to follow while publishing posts.
Here’s a structured draft of the PDF content:
Meir-AI Blog Schema Tagging Checklist
Keep your posts visible to AI search engines with proper schema tagging.
1️⃣ Decide Post Type
Evergreen → guides, tutorials → default Article schema
Time-Sensitive → AI News, trends, updates → tag “AI News” → NewsArticle schema
2️⃣ Open Blog Editor
Wix Dashboard → Blog → Posts → Edit Post
3️⃣ Add Schema Tag
Time-Sensitive → add tag "AI News"
Evergreen → leave blank (default Article)
4️⃣ Add Other Tags (Optional)
SEO/topic tags (e.g., "Automation", "AI Tools")
Do NOT replace the schema tag
5️⃣ Verify Cover Image
Ensure…
Perfect ✅Here’s a visual tagging checklist for your Meir-AI blog, designed to make schema tagging foolproof every time you publish a post. You can print it or keep it as a digital guide.
📌 Meir-AI Blog Schema Tagging Checklist
Step Action Notes / Tips 1 Decide Post Type Determine if the post is Evergreen or Time-Sensitive (AI News, Trends, Updates). 2 Open Blog Editor Go to Dashboard → Blog → Posts → Edit Post. 3 Add Schema Tag If Time-Sensitive → add tag "AI News". If Evergreen → leave blank for schema default (Article). 4 Add Other Tags Optional: add SEO or topic tags (e.g., "Automation", "AI Tools"), but do not replace the schema tag. 5 Verify Cover Image Make sure a featured image…
Awesome ✅Here’s a step-by-step tagging workflow for your Wix Blog so the combined Article + NewsArticle schema works smoothly:
📌 Step-by-Step Tagging Workflow (Wix Blog + Schema)
1. Define Your News Tag
Decide on a single consistent tag or category for time-sensitive posts.Example: "AI News" (you can also use "Trends", "Updates", "Reports").
2. Apply the Tag to Blog Posts
Go to Wix Dashboard → Blog → Posts.
Open the editor for a post you want to publish.
On the right panel → find Tags & Categories.
Add the tag "AI News".
Save / Publish.
3. Schema Detection
The combined schema we set up will automatically check:
If the post includes "AI News" → it will render as NewsArticle.
If not → it defaults to Article.
Perfect ✅Let’s make this fully automated in Wix:
We’ll set up a combined schema system so that:
Default = Article Schema (all blog posts).
If a post is tagged “AI News” (or in a category called AI News) → use NewsArticle Schema.
📌 Combined Dynamic Schema (Article + NewsArticle)
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "{% if 'AI News' in post.tags %}NewsArticle{% else %}Article{% endif %}", "headline": "{{post.title}}", "description": "{{post.excerpt}}", "image": [ "{{post.coverImage}}" ], "author": { "@type": "Person", "name": "Meir", "url": "https://google.wixsite.com/meir-ai/about" }, "publisher": { "@type": "Organization", "name": "Meir-AI", "logo": { "@type": "ImageObject", "url": "https://google.wixsite.com/meir-ai/logo.png" } }, "datePublished": "{{post.publishDate}}", "dateModified": "{{post.lastUpdatedDate}}", "mainEntityOfPage": { "@type": "WebPage", "@id": "{{post.url}}" }, "articleSection": "Artificial Intelligence", "keywords": ["AI", "Artificial Intelligence", "Automation", "Business", "Education"] } </script>
🚀 How to Implement…