Pav Polyarush β˜‘οΈ's Avatar

Pav Polyarush β˜‘οΈ

@polyarushseo.com

SEO & AI Search Consultant. Get found on Google, Bing, AI Overviews, ChatGPT, MS Copilot. 𝐖𝐨𝐫𝐀 𝐰𝐒𝐭𝐑 𝐦𝐞 πŸ‘‰ https://polyarushseo.com/seo-action-plan/ πŸ“© Join +500 smart people πŸ‘‰ polyarushseo.com/newsletter/

99
Followers
848
Following
714
Posts
24.09.2025
Joined
Posts Following

Latest posts by Pav Polyarush β˜‘οΈ @polyarushseo.com

Post image

By removing the date, your content becomes truly evergreen.

Humans click it, AI bots trust its freshness. Your rankings should stabilize.

Go check your permalink settings.

#TechnicalSEO #WordPress #AISearch

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

To change this safely, you MUST implement 301 redirects from the old dated URLs to the new clean ones.

(Use the free 'Permalink Manager' plugin, or carefully write a Regex redirect rule in the 'Redirection' plugin).

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Fix: "Post Name" Permalinks

Make your URLs timeless.

In WordPress, go to Settings -> Permalinks.
You want to select "Post name" (e.g., domain.com/sample-post/).

🚨DO NOT just click save if your site is already live. You will create hundreds of 404 errors.

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

2026 AI problem:

Modern AI Search engines (like SearchGPT and Gemini) rely heavily on "freshness" for their RAG (retrieval) systems.

If your on-page Schema says dateModified: 2026, but your URL says 2023, you are sending conflicting signals.

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Problem:

You can update the article today in 2026, and refresh the publish date.

But the URL remains /2023/. When human users see that URL string in the search results, they subconsciously assume the information is outdated and don't click.

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Historically, many WordPress installations defaulted to a "month and name" permalink structure.

It seemed logical for a chronological blog.

But fast forward to today, and you have highly valuable, evergreen content carrying a permanent URL slug from 2022 or 2023.

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

If your blog URL looks like domain.com/2023/05/post-name, you just put an expiration date on your traffic.

Here is why the date in URL is destroying your traffic in 2026, and exactly how to fix it safely.πŸ‘‡

05.03.2026 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Contrary to what I previously thought, images eat up less tokens in AI models than some text. So when you explain smth to AI, sharing screenshots may be the best option not to waste tokens.

It is counterintuitive for me, but this is what I've learned.

03.03.2026 12:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This 5-minute theme edit instantly ensures that
100% of your internal PageRank now flows directly to the clean /products/ URL.

Crawl efficiency increases, and your site structure aligns with modern best practices.

Check your theme code today, don't assume you are safe.

#ShopifySEO #AISearch

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Fix:

Go to Edit Code -> Snippets. Find your product grid file (usually card-product.liquid or product-grid-item.liquid).

Find: {{ product.url | within: collection }}

Change to: {{ product.url }}

⚠️ Note: This ensures 100% link equity flows to the product, but it may simplify your breadcrumbs.

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Modern AI Search relies heavily on the "shopping graph" to map SKUs.

When AI bots crawl multiple URL paths for the exact same product, it wastes their "render budget."

They prefer a single, clean node to associate with your Product Schema.

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Shopify adds a canonical tag to the dirty URL as a hint.

But because your internal links point to the dirty URL, you force Googlebot to crawl the wrong link, and consolidate the signals later.

You are wasting crawl budget and diluting internal PageRank.

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

While Shopify's newest architecture fixes this, many older or custom themes still generate product URLs in two ways:

1️⃣ The clean URL: /products/black-shoe
2️⃣ The collection URL: /collections/mens/products/black-shoe

Both load the same page. But your theme internally links to the long, dirty one.

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

For years, the default was Shopify theme creating 2 versions of every product URL . Today, it’s a silent killer in many legacy and custom themes.

Here is how to fix it:πŸ‘‡

02.03.2026 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

By purging tags and relying entirely on strict categories, you instantly fix your quality ratio.

Search engines (and AI bots) get a clean, logical map of your entities. No more thin content dragging down your domain authority.

Go check your WP dashboard.

#TechSEO #WordPress #AISearch

28.02.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The Fix:

A 404 is the correct technical response for a page that is useless.

1️⃣ audit your tags. If a tag page actually has backlinks, 301 redirect it to a relevant category.

2️⃣ delete the other 99% of useless tags and let them 404.

3️⃣ map your site into 4 to 8 broad, semantic categories instead.

28.02.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Modern AI Search (SearchGPT, Gemini) maps entities. It relies on strict, logical "silos" to understand your topical authority.

Overlapping, chaotic tags confuse the AI. They dilute the perceived value of your core topics.

28.02.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Problem: site-wide quality

If you have 50 great articles but 500 useless tags, you just dynamically generated 500 "thin content" pages.

Those 500 empty pages act like an anchor, dragging down the ranking potential of your actual money content.

28.02.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Many site owners publish a blog and spam the sidebar with 20 tags: #Business, #Growth, #Money, #Tips.

They think it helps discoverability like social media.

In reality? WordPress automatically generates a dedicated, indexable "Archive Page" URL for every single tag.

28.02.2026 09:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Do not treat WordPress tags like Instagram hashtags. You may destroy your SEO.

Here is how to do it right for Google and modern AI bots.πŸ‘‡

28.02.2026 09:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

A 30-minute plugin clean-up benefits you, because of:

1️⃣ faster TTFB (fewer backend database queries).
2️⃣ passing INP scores (by delaying frontend JS).
3️⃣ drastically improved security (fewer outdated third-party backdoors).

So how many plugins are you running?

#TechSEO #WordPress #AISearch

27.02.2026 13:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Replacement: Google Tag Manager

Consolidate all single-use marketing scripts into one Google Tag Manager (GTM) container.

2026 SEO secret: set your GTM triggers to fire these scripts ONLY upon "User Interaction" (like a scroll or click).

This keeps the initial page load lightning fast.

27.02.2026 13:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸ› οΈ Strategy:

Look at your WP dashboard. If a plugin does exactly ONE tiny frontend job, delete it.

27.02.2026 13:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Modern AI search bots (like OAI-SearchBot or PerplexityBot) are looking for clean, semantic HTML to train on and cite.

They have strict "render budgets." If your core content requires executing 30 heavy plugin scripts before it becomes visible, the bot will simply move on.

27.02.2026 13:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Site owners treat plugins like iPhone apps. They just keep downloading them.

But every active plugin injects PHP database queries on your server, and third-party JS/CSS into your user's browser.

This ruins your Server Response Time (TTFB) and your Core Web Vitals (specifically INP).

27.02.2026 13:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

If your WordPress site has 45 plugins, you may be suffocating your own rankings.

Here is how to clean up your plugins to improve your technical SEO.πŸ‘‡

27.02.2026 13:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

When you use AI to build the skeleton, you eliminate blank-page syndrome and lock in your technical SEO structure.

Then, you sit down and write the meat. You inject the stories and the expertise.

That is how you do well.

#SEO #AISearch

24.02.2026 08:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Instead, analyze my notes and provide:
1. a comprehensive H2/H3 outline that is logically structured.
2. 3 unique, contrarian angles competitors missed.
3. a list of semantic entities (concepts) I must discuss to show topical authority.
<My notes>
[Insert raw thoughts here]
</My notes>"

24.02.2026 08:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Here is the master prompt (copy/paste):

"Role: Senior SEO Content Strategist.

Task: I am writing a human-authored article on [Topic] for [Audience].

Do NOT write the article. (cont)

24.02.2026 08:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The brainstorming brief:

Instead of asking for a draft, feed the AI this 4-part framework:
1️⃣ Target topic & audience pain points
2️⃣ Competitor context (paste the h2s of the top 3 ranking pages)
3️⃣ Your unique angle (your raw thoughts)
4️⃣ Output constraint: outline & entities only.

24.02.2026 08:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0