thebitcoingame.com

Обзор веб-сайта thebitcoingame.com

The Bitcoin Game – Bitcoin Podcast Hosted by Rob Mitchell

 Сгенерирован 19 Декабря 2025 12:29

Устаревшие данные? ОБНОВИТЬ !

Набрано баллов: 69/100

СЕО Контент

Заголовок страницы

The Bitcoin Game – Bitcoin Podcast Hosted by Rob Mitchell

Длина : 57

Замечательно, Ваш заголовок страницы содержит от 10 до 70 символов.

Описание страницы

The Bitcoin Game is a long-running podcast exploring Bitcoin, hosted by Rob Mitchell since 2014, featuring in-depth interviews with some of Bitcoin's biggest names.

Длина : 164

В идеале, Ваше описание страницы должено содержать от 70 до 160 символов (вместе с пробелами). Используйте этот бесплатный инструмент для подсчета длины символов в тексте.

Ключевые слова

Bitcoin, podcast, cryptocurrency, blockchain

Хорошо, Ваш веб-сайт содержит ключевые слова.

Og Meta Properties

Вы не используете преимущества Og Properties. Эти мета-тэги помогают социальным роботам лучше структурировать Ваш сайт. Используйте бесплатный генератор og properties, чтобы создать их.

Заголовки

H1 H2 H3 H4 H5 H6
1 2 0 0 0 0
  • [H1] */ margin-top: 0; /* reset default browser margin above the h1 */ /* margin-top: -7px; */ /* optional: nudge the h1 itself up by 7px */ } /* end of header styling */ /* 2) Shift the podcast description (and everything below it) up with negative, down with positive */ header > p { margin-top: -2px; /* nudge the description up */ } /* Styling for the podcast logo image */ header img { max-width: 250px; /* Max width for desktop */ width: 100%; /* Responsive width */ height: auto; /* Maintain aspect ratio */ border-radius: 10px; /* Rounded corners */ margin-bottom: 1rem; /* Space below image */ } /* Container for social media links */ .social-links { margin-top: 1rem; /* Space above links */ display: flex; /* Use flexbox for horizontal layout */ justify-content: center; /* Center horizontally */ align-items: center; /* Basic vertical centering */ } /* Styling for individual social media links */ .social-links a { margin: 0 1rem; /* Space between links */ color: white; /* White text */ text-decoration: none; /* Remove underline */ display: flex; /* Use flex for alignment */ align-items: center; /* Vertical centering */ } /* Styling for social media icons */ .social-links img { width: 24px; /* Fixed width for consistency */ height: 24px; /* Fixed height for consistency */ margin-right: 0.5rem; /* Space between icon and text */ } /* Container for featured and all episodes sections */ #featured-container, main { max-width: 1200px; /* Max width for content */ margin: 0 auto; /* Center the container */ padding: 2rem; /* Padding around content */ } /* Specific styling for featured episodes section */ #featured-container { background-color: #ffffff; /* White background */ } /* Main content area styling with a wrapper for All Episodes */ main { background-color: #f4f4f9; /* Light background */ flex: 1; /* Grow to fill available space */ } main > section { background-color: #f4f4f9; /* Match background color as per your adjustment */ padding: 0; /* No extra padding to align with Featured */ } /* Headings (Featured & All Podcasts) styling for sections */ h2 { margin-bottom: 1.5rem; /* Space below heading */ color: #5e574c; /* heading color */ } /* Grid layout for episode containers */ .episode-container.grid { display: grid; /* Use CSS Grid */ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive columns */ gap: 1.5rem; /* Space between grid items */ } /* Mobile-specific grid adjustment */ @media (max-width: 600px) { .episode-container.grid { grid-template-columns: 1fr; /* Single column on mobile */ } } /* Styling for modern episode cards */ .episode-card.modern { background-color: white; /* White background */ border-radius: 10px; /* Rounded corners */ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */ padding: 1.5rem; /* Internal padding */ cursor: pointer; /* Indicate clickability */ } /* Base setup for combo effect */ .episode-card.modern { position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 2px solid transparent; } /* Scale + shadow on hover */ .episode-card.modern:hover { transform: scale(1.05); box-shadow: 0 12px 20px rgba(0,0,0,0.2); } /* Subtle light‑gray border sweep */ .episode-card.modern::before, .episode-card.modern::after { content: ""; position: absolute; width: 100%; height: 100%; border: 2px solid #eee; transform: scaleX(0); transition: transform 1s ease; } .episode-card.modern::before { top: 0; left: 0; transform-origin: left; } .episode-card.modern::after { bottom: 0; right: 0; transform-origin: right; } .episode-card.modern:hover::before, .episode-card.modern:hover::after { transform: scaleX(1); } /* Episode title styling */ .episode-card h3 { margin: 0 0 0.5rem; /* Space below title */ color: var(--accent-color); /* title color */ } /* Episode date styling */ .episode-date { color: #777; /* Subtle gray color */ margin: 0 0 0.5rem; /* Space below date */ font-size: 0.9rem; /* Slightly smaller text */ } /* Episode description styling */ .episode-card p { margin: 0 0 1rem; /* Space below description */ color: #555; /* Dark gray text */ } /* Subscribe button styling */ .subscribe-button { display: inline-block; padding: 0.5rem 1rem; background-color: var(--accent-color); color: white; text-decoration: none; border-radius: 5px; margin-top: 1rem; } .subscribe-button:hover { background-color: #3700b3; } /* Pop-up window styling */ .popup { display: none; /* Hidden by default */ position: fixed; /* Fixed position relative to viewport */ top: 50%; /* Center vertically */ left: 50%; /* Center horizontally */ transform: translate(-50%, -50%); /* Adjust for center alignment */ background-color: white; /* White background */ padding: 2rem; /* Internal padding */ border-radius: 10px; /* Rounded corners */ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Shadow for depth */ max-width: 600px; /* Max width on desktop */ max-height: 80vh; /* Max height to allow scrolling */ overflow-y: auto; /* Scroll if content overflows */ z-index: 100; /* Above other content */ } /* Mobile-specific pop-up adjustments */ @media (max-width: 600px) { .popup { max-width: 90%; /* Narrower on mobile */ max-height: 70vh; /* Slightly less height on mobile */ } } /* Pop-up content styling with image size restriction */ .popup-content { margin-bottom: 1rem; /* Space below content */ } .popup-content img { max-width: 100%; /* Restrict image width to pop-up */ height: auto; /* Maintain aspect ratio */ } /* Episode image styling in popup */ .episode-image { width: 100%; /* Full width of popup */ max-width: 400px; /* Max width for larger screens */ height: auto; /* Maintain aspect ratio */ border-radius: 8px; /* Rounded corners */ margin-bottom: 1rem; /* Space below image */ display: block; /* Block display for centering */ margin-left: auto; /* Center horizontally */ margin-right: auto; /* Center horizontally */ } /* Close button styling */ .close-button { position: sticky; /* Stick to top during scroll */ top: 0.1rem; /* Adjusted as per your preference */ right: 1rem; /* Offset from right */ font-size: 1.5rem; /* Larger clickable area */ cursor: pointer; /* Indicate clickability */ z-index: 101; /* Above popup content */ background: none; /* Remove default button background */ border: none; /* Remove default button border */ color: inherit; /* Inherit text color */ padding: 0; /* Remove default padding */ font-family: inherit; /* Inherit font */ } /* Overlay for closing pop-up */ .popup-overlay { display: none; /* Hidden by default */ position: fixed; /* Cover entire viewport */ top: 0; /* Start at top */ left: 0; /* Start at left */ width: 100%; /* Full width */ height: 100%; /* Full height */ background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */ z-index: 50; /* Below popup */ } /* Footer styling */ footer { text-align: center; /* Center content */ padding: 1rem; /* Internal padding */ background-color: var(--accent-color); /* background */ color: white; /* White text */ width: 100%; /* Full width */ } /* Loading text styling */ .loading { text-align: center; /* Center text */ color: #888; /* Gray text */ } /* Additional mobile adjustments */ @media (max-width: 600px) { header img { max-width: 180px; /* Smaller logo on mobile */ } #featured-container, main { padding: 1rem; /* Reduced padding on mobile */ } .social-links a { margin: 0 0.5rem; /* Reduced margin between links */ } } /* Custom audio player styling for mobile */ audio { width: 100%; /* Full width */ } @media (max-width: 600px) { audio { -webkit-appearance: none; /* Reset iOS styling */ height: 40px; /* Force minimum height */ } } /* — Pulsing‑shadow vars & keyframes — */ :root { --pulse-duration: 10s; /* total cycle time */ --move-x: 16px; /* how far right the logo moves */ --move-y: -12px; /* how far up the logo moves */ --max-blur: 8px; /* how much the shadow blurs at its peak */ --shadow-opacity: 0.5; /* shadow PNG opacity */ } .logo-container { position: relative; display: inline-block; overflow: visible; } .logo-container .shadow { position: absolute; top:0; left:0; z-index:0; opacity: var(--shadow-opacity); filter: blur(0); animation: blurPulse var(--pulse-duration) infinite; transform: translateZ(0); will-change: filter; } .logo-container .logo { position: relative; z-index:1; animation: movePulse var(--pulse-duration) infinite; will-change: transform; } /* — Pulsing‑shadow vars & keyframes — */ @keyframes movePulse { 0%,100% { transform: translate(var(--move-x), var(--move-y)); } 50% { transform: translate(0,0); } } @keyframes blurPulse { 0%,100% { filter: blur(var(--max-blur)); } 50% { filter: blur(0); } } { "@context": "https://schema.org", "@type": "PodcastSeries", "@id": "https://thebitcoingame.com/#podcast", "name": "The Bitcoin Game", "description": "The Bitcoin Game is a long-running podcast exploring Bitcoin, hosted by Rob Mitchell since 2014, featuring in-depth interviews, stories, and insights.", "url": "https://thebitcoingame.com/", "inLanguage": "en", "image": "https://thebitcoingame.com/bitcoin_game_logo.png", "publisher": { "@type": "Person", "name": "Rob Mitchell" }, "creator": [{ "@type": "Person", "name": "Rob Mitchell" }], "sameAs": [ "https://podcasts.apple.com/us/podcast/the-bitcoin-game/id934243681", "https://open.spotify.com/show/0edr2sb5oz3m7M4nlDx3gn", "https://feeds.libsyn.com/120573/rss" ], "potentialAction": { "@type": "ListenAction", "target": [ "https://podcasts.apple.com/us/podcast/the-bitcoin-game/id934243681", "https://open.spotify.com/show/0edr2sb5oz3m7M4nlDx3gn", "https://feeds.libsyn.com/120573/rss" ] } } The Bitcoin Game
  • [H2] Featured Episodes
  • [H2] All Episodes

Картинки

Мы нашли 6 картинок на этом веб-сайте.

Хорошо. Все (или почти все) картинки на вашем сайте имеют alt атрибут.

Соотношение Контент/HTML

Соотношение : 1%

Соотношение текста в коде HTML у этой страницы меньше чем 15 процентов, это означает, что Вашем веб-сайту требуется больше контента.

Flash

Замечательно, мы не нашли Flash контента на странице.

Iframe

Замечательно, мы не зафиксировали Iframe'ов на Вашей странице.

ЧПУ ссылки

Отлично, все Ваши ссылки являются ЧПУ!

Нижнее подчеркивание в ссылках

Прекрасно! Мы не нашли "нижнее подчеркивание" в Ваших ссылках.

Внутренние ссылки

Мы нашли 1 ссылок(-и), включая 0 ссылок ссылок(-и) на файл(-ы).

Анкор Тип Вес ссылки
Subscribe Внутренняя Передает вес

Ключевые слова

Облако ключевых слов

bitcoin game hosted produced since mitchell dedicated episodes rob podcast

Содержание ключевых слов

Ключевое слово Контент Заголовок страницы Ключевые слова Описание страницы Заголовки
bitcoin 4
game 2
podcast 2
hosted 2
rob 2

Юзабилити

Домен

Домен : thebitcoingame.com

Длина : 18

Favicon

Отлично, Ваш сайт имеет favicon.

Пригодность для печати

Плохо. Мы не нашли CSS файл, отвечающий за печать веб-сайта.

Язык

Хорошо, Ваш установленный язык веб-сайта: en.

Dublin Core

Ваш веб-сайт не использует преимущества Dublin Core.

Документ

Doctype

HTML 5

Кодировка

Замечательно. Кодировка веб-сайта: UTF-8.

W3C Validity

Ошибок : 0

Предупреждений : 0

Приватность эл. почты

Отлично, мы не нашли адрес эл. почты в контенте!

Устаревший HTML

Отлично. Мы не нашли устаревших тэгов в Вашем HTML.

Скорость загрузки

Отлично, Ваш веб-сайт не содержит вложенных таблиц.
Слишком плохо. Ваш веб-сайт использует встроенные CSS правила в HTML тэгах.
Замечательно. Ваш веб-сайт имеет мало CSS файлов.
Замечательно. Ваш веб-сайт имеет мало JavaScript файлов.
Замечательно, ваш сайт использует возможность gzip сжатия.

Мобильный телефон

Оптимизация под моб. телефон

Apple иконки
Meta Viewport Тэг
Flash контент

Оптимизация

XML карта сайта

Отсутствует

Ваш сайт не имеет XML карты сайта - это может быть проблематично.

Карта сайта может содержать дополнительную информацию для поисковых роботов, такую как: время последнего обновления, важность ресурсов, ссылки на это ресурсы. Это помогает роботом более разумно анализировать ваш сайт.

Robots.txt

https://thebitcoingame.com/robots.txt

Отлично, ваш веб-сайт содержит файл robots.txt.

Аналитика

Отсутствует

Мы не нашли ни одной аналитической программы на вашем сайте.

Веб аналитика позволяет следить за активностью пользователей на вашем веб-сайте. Вы должны установить как минимум один инструмент, но также хорошо иметь несколько, чтобы сравнивать показания между собой.

PageSpeed Insights


Устройство
Категории

Free SEO Testing Tool

Free SEO Testing Tool - это бесплатный СЕО инструмент, который поможет вам проанализировать Ваш веб-сайт.