Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
Там Бласк придумал сканировать/скриншотить сайты что бы мониторить размещения, по сути они нашли все сайты аффилиатов, каждый день скриншотят их и фиксируют, что бы контролировать размещения слота
ЧТо бы избежать хуйни когда менеджер раз в квартал присылает тебе один скрин "всё супер, лого стоит" — а по факту оно там провисело два дня из тридцати, и ты про это узнаёшь только когда партнёр уже слился
Пока выкатывают вроде как только Бразилию, но на очереди и другие ГЕО! Плюсы очевидны:
• смотреть на конкурентов (в Бразилии мы нашли 315 сайтов)
• смотреть, кто размещается у конкурентов
• смотреть обьем трафика
Тоже самое вайб кодить в NeBlask я не планирую, может чуть попозже, когда они все ГЕО выкатят и я смогу просто собрать все сайты котоыре они мониторят, короче если это кому надо, идем в Blask! А NeBlask подтянется позже!
P.S. На скрине - размещение бренда Bet da Sorte
ЧТо бы избежать хуйни когда менеджер раз в квартал присылает тебе один скрин "всё супер, лого стоит" — а по факту оно там провисело два дня из тридцати, и ты про это узнаёшь только когда партнёр уже слился
Пока выкатывают вроде как только Бразилию, но на очереди и другие ГЕО! Плюсы очевидны:
• смотреть на конкурентов (в Бразилии мы нашли 315 сайтов)
• смотреть, кто размещается у конкурентов
• смотреть обьем трафика
Тоже самое вайб кодить в NeBlask я не планирую, может чуть попозже, когда они все ГЕО выкатят и я смогу просто собрать все сайты котоыре они мониторят, короче если это кому надо, идем в Blask! А NeBlask подтянется позже!
P.S. На скрине - размещение бренда Bet da Sorte
Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
This media is not supported in your browser
VIEW IN TELEGRAM
Совсем скоро запуск ШЕСТОГО проекта на RU GEO от создателей APEX, EVA, KUSH, BANDA и LEEBET!
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Ебучий Google ADS 🤡
Media is too big
VIEW IN TELEGRAM
( Остров проклятых )
https://t.me/+_K1fUqPoJ8ExMWMy
https://t.me/+LdJ0ohSwKzQ5OWQ6
Please open Telegram to view this post
VIEW IN TELEGRAM
Q: After moving servers, /Product-Page now 404s but /product-page works. Why?
A: Classic server-switch gotcha — good catch. Short answer: your old server treated URLs as case-insensitive and the new one doesn't, so capitalized old URLs and links now break.
Long answer: Many Windows/IIS setups ignore letter case, while Linux/Apache/Nginx treat /Page and /page as different addresses. Migrate between them and any indexed URL with capital letters suddenly 404s, even though a lowercase version exists. External links using the old casing break too. It's invisible until you crawl, because you naturally test with the "correct" lowercase version.
The fix:
— Add a server rule to 301 mixed-case URLs to their lowercase form
— Or set up case-insensitive matching for legacy paths
— Recrawl old URLs exactly as they were indexed (preserve casing)
Next step: pull old URLs from GSC, test them with original casing, and add a lowercase-redirect rule for any that 404.
A: Classic server-switch gotcha — good catch. Short answer: your old server treated URLs as case-insensitive and the new one doesn't, so capitalized old URLs and links now break.
Long answer: Many Windows/IIS setups ignore letter case, while Linux/Apache/Nginx treat /Page and /page as different addresses. Migrate between them and any indexed URL with capital letters suddenly 404s, even though a lowercase version exists. External links using the old casing break too. It's invisible until you crawl, because you naturally test with the "correct" lowercase version.
The fix:
— Add a server rule to 301 mixed-case URLs to their lowercase form
— Or set up case-insensitive matching for legacy paths
— Recrawl old URLs exactly as they were indexed (preserve casing)
Next step: pull old URLs from GSC, test them with original casing, and add a lowercase-redirect rule for any that 404.
Forwarded from high profit — low life
⚡️ AffPapa теперь официально принадлежит Иванову
Евгений Юрьич продолжает издеваться над опозорившимся этим летом AffPapa. Вслед за базой контактов к маэстро ушел еще и товарный знак конторы...
Как проверить:
1. Перейти по ссылке
2. Ввести 2026793242
3. Ахуеть от беспомощности AffPapa
Такие сегодня новости, такая life...
High Profit — Low Life | Прислать сплетню
Евгений Юрьич продолжает издеваться над опозорившимся этим летом AffPapa. Вслед за базой контактов к маэстро ушел еще и товарный знак конторы...
Как проверить:
1. Перейти по ссылке
2. Ввести 2026793242
3. Ахуеть от беспомощности AffPapa
Такие сегодня новости, такая life...
High Profit — Low Life | Прислать сплетню
Q: Post-migration our pages look fine to us but Google says they're 'low quality' now. Confused.
A: Frustrating, but there's a likely technical reason. Short answer: your new
Long answer: Google renders pages like a browser to judge content and layout. If the migration introduced rules like
The fix:
— Remove robots.txt rules blocking CSS, JS, and image folders
— Use the URL Inspection tool's "rendered HTML" view to confirm Google sees the full page
Next step: run a key page through GSC URL Inspection, view the rendered screenshot, and unblock anything missing.
A: Frustrating, but there's a likely technical reason. Short answer: your new
robots.txt may be blocking CSS and JavaScript, so Google can't render the page and only sees a broken skeleton.Long answer: Google renders pages like a browser to judge content and layout. If the migration introduced rules like
Disallow: /assets/ or Disallow: /js/, Googlebot loads your HTML but not the styling or scripts that build the real content. The rendered result looks empty or broken, hurting quality signals — even though humans see a perfect page. Old "block your scripts" advice causes this constantly.The fix:
— Remove robots.txt rules blocking CSS, JS, and image folders
— Use the URL Inspection tool's "rendered HTML" view to confirm Google sees the full page
Next step: run a key page through GSC URL Inspection, view the rendered screenshot, and unblock anything missing.
Forwarded from В арбитраже денег нет?
ЕЮ Иванов продолжает кошмарить АффПапу, конторку, которая накинула говна на вентилятор этим летом. Тогда в AffPapa не знали, с каким говном идут бодаться, поэтому заслуженно проиграли. 😏
На этот раз ЕЮ зарегал товарный знак AffPapa — совсем скоро имя компании будет официально принадлежать ему. Чтобы убедиться в трушности мува, переходим по ссыл-Очке и вводим серийный номер: 2026793242. Там видим, что заявка на регистрацию подана лично Евгением Юрьичем.
Всё это выглядит забавно, но давайте не забывать, в какой сфере мы работаем и что реально может произойти с жирным троллем за воровство нейминга. Впрочем, толстому не привыкать отхватывать пиздов за проделки в интернете, поэтому ждем очередную фотку разбитого ебала и длинный пост с извинениями. 😏😏😏
В арбитраже денег нет 💵
На этот раз ЕЮ зарегал товарный знак AffPapa — совсем скоро имя компании будет официально принадлежать ему. Чтобы убедиться в трушности мува, переходим по ссыл-Очке и вводим серийный номер: 2026793242. Там видим, что заявка на регистрацию подана лично Евгением Юрьичем.
Всё это выглядит забавно, но давайте не забывать, в какой сфере мы работаем и что реально может произойти с жирным троллем за воровство нейминга. Впрочем, толстому не привыкать отхватывать пиздов за проделки в интернете, поэтому ждем очередную фотку разбитого ебала и длинный пост с извинениями. 😏😏😏
В арбитраже денег нет 💵
Q: We migrated but our sitemap still lists the old URLs. Is that causing the crawl errors?
A: Very likely, and it's a quick fix. Short answer: a sitemap full of old, now-redirecting URLs feeds Google a list of pages that all 301 — confusing signals and wasted crawl budget.
Long answer: Your XML sitemap should be a clean list of your final, live URLs (200 status). When it still lists old addresses, Google keeps crawling redirects, reports "page with redirect" warnings, and is slower to settle on the new URLs. This happens when a sitemap plugin caches the old set or a static sitemap file gets carried over from the old build.
The fix:
— Regenerate the sitemap so it contains only live new URLs
— Remove any old-URL or staging sitemaps
— Resubmit the fresh sitemap in Search Console
Next step: open your sitemap.xml, confirm every URL returns 200, then resubmit it in GSC.
A: Very likely, and it's a quick fix. Short answer: a sitemap full of old, now-redirecting URLs feeds Google a list of pages that all 301 — confusing signals and wasted crawl budget.
Long answer: Your XML sitemap should be a clean list of your final, live URLs (200 status). When it still lists old addresses, Google keeps crawling redirects, reports "page with redirect" warnings, and is slower to settle on the new URLs. This happens when a sitemap plugin caches the old set or a static sitemap file gets carried over from the old build.
The fix:
— Regenerate the sitemap so it contains only live new URLs
— Remove any old-URL or staging sitemaps
— Resubmit the fresh sitemap in Search Console
Next step: open your sitemap.xml, confirm every URL returns 200, then resubmit it in GSC.
Q: We merged 5 thin pages into 1 strong page and 301'd them all. Rankings still dropped. Why?
A: Smart consolidation move — the dip is usually temporary, but let's check the details. Short answer: merging pages is fine; the drop often comes from the new page not actually covering the topics the old pages ranked for.
Long answer: When you 301 several pages into one, Google consolidates their signals — but it expects the destination to be relevant to each. If the merged page drops keywords or subtopics the old pages owned, those rankings have nowhere to land and fade. Consolidation also takes weeks to settle as Google reassesses the new, beefier page.
The fix:
— Audit which queries each old page ranked for (GSC, last 16 months)
— Make sure the merged page genuinely covers all of them
— Add the missing subtopics, then request reindexing
Next step: pull the old pages' top queries and confirm the new page answers every one — fill the gaps.
A: Smart consolidation move — the dip is usually temporary, but let's check the details. Short answer: merging pages is fine; the drop often comes from the new page not actually covering the topics the old pages ranked for.
Long answer: When you 301 several pages into one, Google consolidates their signals — but it expects the destination to be relevant to each. If the merged page drops keywords or subtopics the old pages owned, those rankings have nowhere to land and fade. Consolidation also takes weeks to settle as Google reassesses the new, beefier page.
The fix:
— Audit which queries each old page ranked for (GSC, last 16 months)
— Make sure the merged page genuinely covers all of them
— Add the missing subtopics, then request reindexing
Next step: pull the old pages' top queries and confirm the new page answers every one — fill the gaps.
Q: Our wildcard redirect rule is sending unrelated pages to the wrong place. How do we stop the bleeding?
A: Caught it before real damage — good. Short answer: a too-greedy pattern (regex/wildcard) is matching URLs you never intended, firing redirects on pages that should stay put.
Long answer: Bulk rules like
The fix:
— Anchor patterns tightly (use start/end boundaries, escape slashes)
— Put specific rules above broad ones
— Test the rule against a sample of URLs before deploying
Next step: crawl the site, find URLs redirecting unexpectedly, and tighten or reorder the offending rule.
A: Caught it before real damage — good. Short answer: a too-greedy pattern (regex/wildcard) is matching URLs you never intended, firing redirects on pages that should stay put.
Long answer: Bulk rules like
/blog/(.*) → /articles/$1 save time, but a loose pattern can swallow /blog-archive, /blogger-tips, or anything that merely starts with "blog." Suddenly good pages redirect to 404s or the wrong destinations. Order matters too: a broad rule placed above a specific one overrides it. This is the most common self-inflicted wound with rule-based redirects.The fix:
— Anchor patterns tightly (use start/end boundaries, escape slashes)
— Put specific rules above broad ones
— Test the rule against a sample of URLs before deploying
Next step: crawl the site, find URLs redirecting unexpectedly, and tighten or reorder the offending rule.
Forwarded from Natalia
ВПЕРВЫЕ! ТОЛЬКО ОДИН ВЕЧЕР!
🫥 ПИАР-ВОЙС В ЭТОМ ЧАТЕ🫥
Участников никто не знает.
Откуда они? Хуй его знает.
Темы — просто пиздец!
• Аналитика на двух лидах
• Слив анлим бюджетов
• Как просрать медийку
• Где найти нормальную работу
• Как закупиться себе в карман
⚡ Все это для тех, кто придет на ВОЙС
На котором обсудим:
Модераторы: @adv_god @natnetak
NO RESPECT CHAT • 27.08 • 19:00 GMT+3
Участников никто не знает.
Откуда они? Хуй его знает.
Темы — просто пиздец!
• Аналитика на двух лидах
• Слив анлим бюджетов
• Как просрать медийку
• Где найти нормальную работу
• Как закупиться себе в карман
Как делать PR, маркетинг и деньги в арбитраже трафика
На котором обсудим:
• На что компании еще готовы тратить деньги
• За чье внимание мы вообще конкурируем
• Что действительно работает, а что сливает бабки
• PR vs маркетинг
• Как измерить результаты кампейнов
• Что делать с запросом «хочу, чтобы про нас все знали»
Модераторы: @adv_god @natnetak
NO RESPECT CHAT • 27.08 • 19:00 GMT+3
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
Иногда мне кажется, что я работаю не в iGaming, а в похоронном бюро.
Каждый день кто-то приносит очередной продукт и говорит: «У нас почему-то падает LTV.»
Потом открываешь аналитику и понимаешь, что игроки предупреждали об этом ещё месяц назад.
Просто никто не слушал.
Я — Head of Retention. И в своём канале разбираю ошибки, из-за которых команды месяцами теряют LTV, даже не замечая этого.
Каждый день кто-то приносит очередной продукт и говорит: «У нас почему-то падает LTV.»
Потом открываешь аналитику и понимаешь, что игроки предупреждали об этом ещё месяц назад.
Просто никто не слушал.
Я — Head of Retention. И в своём канале разбираю ошибки, из-за которых команды месяцами теряют LTV, даже не замечая этого.
Q: After migrating our multi-country site, the wrong language version started ranking in each market. Help?
A: Disorienting, but it points to one thing. Short answer: your
Long answer:
The fix:
— Update every hreflang to the new live URLs
— Confirm tags are reciprocal and self-referencing
— Validate with a crawler's hreflang report
Next step: crawl your international pages, check the hreflang report for old URLs or missing return tags, and fix them.
A: Disorienting, but it points to one thing. Short answer: your
hreflang tags likely broke in the move — still referencing old-domain URLs or dropped entirely — so Google can't tell which version belongs to which country.Long answer:
hreflang tells Google "show the /fr page to French users, /de to Germans." During migration these tags often keep pointing at old URLs (now redirecting) or get stripped by a new template. Google then guesses, surfacing the wrong-language page in a market. It also needs to be reciprocal — each version must point back at the others, all on the new domain.The fix:
— Update every hreflang to the new live URLs
— Confirm tags are reciprocal and self-referencing
— Validate with a crawler's hreflang report
Next step: crawl your international pages, check the hreflang report for old URLs or missing return tags, and fix them.
Curated: the SEO & search feeds we'd actually keep:
— @DeadLinkDetective — Find broken backlinks, build the perfect replacement asset, and pitch…
— @AnchorTheory — Deep dives into anchor text: ratios that read natural to Google,…
— @ColdOpenSEO — Tool-tested cold outreach: side-by-side comparisons of sending…
— @ProfileAutopsy — We dissect real backlink profiles: what's pulling rankings, what's…
Follow the ones that fit — they're all part of the same network.
— @DeadLinkDetective — Find broken backlinks, build the perfect replacement asset, and pitch…
— @AnchorTheory — Deep dives into anchor text: ratios that read natural to Google,…
— @ColdOpenSEO — Tool-tested cold outreach: side-by-side comparisons of sending…
— @ProfileAutopsy — We dissect real backlink profiles: what's pulling rankings, what's…
Follow the ones that fit — they're all part of the same network.
Q: It's been 6 weeks since our move and overall traffic is flat. Did the migration fail?
A: Not necessarily — and you're measuring the right way to find out. Short answer: sitewide traffic is too blunt; you need to compare old-URL vs new-URL performance and account for seasonality before calling it.
Long answer: A migration can succeed while flat numbers hide what's happening underneath — maybe a seasonal dip masks real gains, or one section recovered while another lagged. Judging by a single top-line figure leads teams to declare failure (or success) prematurely. The honest read compares this period against the same weeks last year, and checks recovery per template, not just in aggregate.
The fix:
— Compare year-over-year, not just pre/post migration
— Segment recovery by page type (product, category, blog)
— Track impressions and average position, which move before clicks do
Next step: in GSC, compare new-URL impressions and position to the old URLs' baseline, broken out by section.
A: Not necessarily — and you're measuring the right way to find out. Short answer: sitewide traffic is too blunt; you need to compare old-URL vs new-URL performance and account for seasonality before calling it.
Long answer: A migration can succeed while flat numbers hide what's happening underneath — maybe a seasonal dip masks real gains, or one section recovered while another lagged. Judging by a single top-line figure leads teams to declare failure (or success) prematurely. The honest read compares this period against the same weeks last year, and checks recovery per template, not just in aggregate.
The fix:
— Compare year-over-year, not just pre/post migration
— Segment recovery by page type (product, category, blog)
— Track impressions and average position, which move before clicks do
Next step: in GSC, compare new-URL impressions and position to the old URLs' baseline, broken out by section.
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
В роликах Youtube теперь можно рекламировать товары Amazone
➡️ Читайте на сайте: https://aff.top/blog/v-rolikakh-youtube-teper-mozhno-reklamirovat-tovary-amazone
🧠 Ещё больше инсайтов → в канале AFF.top
➡️ Читайте на сайте: https://aff.top/blog/v-rolikakh-youtube-teper-mozhno-reklamirovat-tovary-amazone
🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
Google выпустил Gemini Omni 1.1 Flash
Google обновил Gemini Omni для генерации видео: модель умеет продолжать сцены с учётом до 10 секунд контекста и собирать ролик до 40 секунд, работать по референсу и делать переходы между кадрами. Главный вывод — инструмент стал практичнее для продакшена, а посекундная цена делает его заметно доступнее для тестов и рабочих задач.
➡️ Читайте на сайте: https://aff.top/blog/google-vypustil-gemini-omni-1-1-flash
🧠 Ещё больше инсайтов → в канале AFF.top
Google обновил Gemini Omni для генерации видео: модель умеет продолжать сцены с учётом до 10 секунд контекста и собирать ролик до 40 секунд, работать по референсу и делать переходы между кадрами. Главный вывод — инструмент стал практичнее для продакшена, а посекундная цена делает его заметно доступнее для тестов и рабочих задач.
➡️ Читайте на сайте: https://aff.top/blog/google-vypustil-gemini-omni-1-1-flash
🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP - про арбитраж трафика и CPA рынок!
This media is not supported in your browser
VIEW IN TELEGRAM
Топ 5 PWA-сервисов для залива дейтинга
Статья показывает, что PWA выгодны не только для гемблы: в дейтинге они дают пуш-базу, больше траста и помогают маскировать оффер под бренд. Главный выбор зависит от цены инсталлов и теста GEO: для старта лучше бесплатные или дешёвые решения, а Progressier выделяется как самый практичный вариант для залива дейтинга.
➡️ Читайте на сайте: https://aff.top/blog/top-5-pwa-servisov-dlia-zaliva-deitinga
🧠 Ещё больше инсайтов → в канале AFF.top
Статья показывает, что PWA выгодны не только для гемблы: в дейтинге они дают пуш-базу, больше траста и помогают маскировать оффер под бренд. Главный выбор зависит от цены инсталлов и теста GEO: для старта лучше бесплатные или дешёвые решения, а Progressier выделяется как самый практичный вариант для залива дейтинга.
➡️ Читайте на сайте: https://aff.top/blog/top-5-pwa-servisov-dlia-zaliva-deitinga
🧠 Ещё больше инсайтов → в канале AFF.top
Q: Screaming Frog or Sitebulb for auditing my redirect map?
Great question — both crawl, but they shine in different moments of a migration.
Short answer: use Screaming Frog to build and check redirects, Sitebulb to explain the mess to a client or team.
Long answer:
Screaming Frog wins when you need raw control. List mode + 'Always Follow Redirects' lets you feed old URLs and watch every hop to the final 200. Fast, scriptable, cheap.
Sitebulb wins on reporting. It auto-flags redirect chains, mixed canonicals and hints, and writes them in plain English with severity scores — gold when a non-technical stakeholder needs to understand why traffic dropped.
Many of us run both: Frog to fix, Sitebulb to prove it's fixed.
Next step: do your pre-launch redirect QA in Screaming Frog list mode this week, then keep Sitebulb for the monthly health report.
Great question — both crawl, but they shine in different moments of a migration.
Short answer: use Screaming Frog to build and check redirects, Sitebulb to explain the mess to a client or team.
Long answer:
Screaming Frog wins when you need raw control. List mode + 'Always Follow Redirects' lets you feed old URLs and watch every hop to the final 200. Fast, scriptable, cheap.
Sitebulb wins on reporting. It auto-flags redirect chains, mixed canonicals and hints, and writes them in plain English with severity scores — gold when a non-technical stakeholder needs to understand why traffic dropped.
Many of us run both: Frog to fix, Sitebulb to prove it's fixed.
Next step: do your pre-launch redirect QA in Screaming Frog list mode this week, then keep Sitebulb for the monthly health report.
🔥 Новый участник НеТОПа на AffPapa!
https://affpapa.org/netop
🏆 НеТОП на AffPapa — https://affpapa.org/netop/go/27?src=broadcast
Платный рейтинг индустрии: плати больше — стоишь выше. Займи место в топе за USDT.
💰 Ставка: $100 · сейчас #1 в рейтинге
https://affpapa.org/netop
🏆 НеТОП на AffPapa — https://affpapa.org/netop/go/27?src=broadcast
Платный рейтинг индустрии: плати больше — стоишь выше. Займи место в топе за USDT.
💰 Ставка: $100 · сейчас #1 в рейтинге
affpapa.org
НеТОП — рейтинг индустрии за USDT | affpapa.org
Плати больше — стоишь выше. Аукцион мест в рейтинге affiliate-индустрии: минимум $10, потолка нет. Оплата USDT (TRC20), место ставится автоматически.
🔥 justbrand_create — новый участник рейтинга НеТОП на AffPapa!
🏆 Своё место в топе честно купил justbrand_create: https://affpapa.org/netop/go/28?src=broadcast
💰 Ставка: $111 · сейчас #1 в рейтинге
Весь рейтинг → https://affpapa.org/netop
🏆 Своё место в топе честно купил justbrand_create: https://affpapa.org/netop/go/28?src=broadcast
💰 Ставка: $111 · сейчас #1 в рейтинге
Весь рейтинг → https://affpapa.org/netop
Telegram
JUST brand agency
Креативное multi-channel маркетинговое агентство. Здесь делимся идеями, проектами и новостями индустрии 🎨
Первичный консалтинг по вашей задаче for free — @sofia_aster, CBDO
Head & Founder: @stase_just
https://www.intagram.com/just.brand
Первичный консалтинг по вашей задаче for free — @sofia_aster, CBDO
Head & Founder: @stase_just
https://www.intagram.com/just.brand