{"id":3575,"date":"2026-04-20T18:31:37","date_gmt":"2026-04-20T17:31:37","guid":{"rendered":"https:\/\/oxyratv.shop\/?page_id=3575"},"modified":"2026-04-20T18:31:38","modified_gmt":"2026-04-20T17:31:38","slug":"mathre","status":"publish","type":"page","link":"https:\/\/oxyratv.shop\/index.php\/mathre\/","title":{"rendered":"Mathre"},"content":{"rendered":"<p># SilkIPTV \u2013 Premium IPTV Website<\/p>\n<p>A fully responsive, SEO-optimized, high-converting IPTV website built with pure HTML5, CSS3, and Vanilla JavaScript.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc1 File Structure<\/p>\n<p>&#8220;`<br \/>\niptv-website\/<br \/>\n\u251c\u2500\u2500 index.html          \u2190 Main website (all sections)<br \/>\n\u251c\u2500\u2500 style.css           \u2190 Full stylesheet (mobile-first)<br \/>\n\u251c\u2500\u2500 script.js           \u2190 All interactive behavior<br \/>\n\u251c\u2500\u2500 README.md           \u2190 This file<br \/>\n\u2514\u2500\u2500 assets\/             \u2190 (optional) Add custom images\/icons here<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Sections Included<\/p>\n<p>1. **Hero** \u2014 Headline with &#8220;best IPTV&#8221;, CTAs, stats, trust badges<br \/>\n2. **Platform Logos Bar** \u2014 Animated marquee of supported platforms<br \/>\n3. **Features** \u2014 8 feature cards with icons<br \/>\n4. **Pricing** \u2014 3 plans with monthly\/annual toggle<br \/>\n5. **Channels** \u2014 8 category cards with color accents<br \/>\n6. **Devices** \u2014 8 device compatibility cards<br \/>\n7. **Setup Guide** \u2014 4-step process<br \/>\n8. **Why Us** \u2014 Value props + animated counter<br \/>\n9. **Testimonials** \u2014 6 customer reviews + rating summary<br \/>\n10. **FAQ** \u2014 8 questions (accordion style)<br \/>\n11. **Blog** \u2014 5 SEO-targeted blog post cards<br \/>\n12. **About** \u2014 Company story + award cards<br \/>\n13. **Contact** \u2014 Info + contact form<br \/>\n14. **Footer** \u2014 Links, social icons, legal<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Design System<\/p>\n<p>&#8211; **Font Display:** Syne (Google Fonts)<br \/>\n&#8211; **Font Body:** DM Sans (Google Fonts)<br \/>\n&#8211; **Primary Color:** `#00d4ff` (cyan)<br \/>\n&#8211; **Accent:** `#ff6b35` (orange)<br \/>\n&#8211; **Background:** `#060b14` (deep navy)<br \/>\n&#8211; **Theme:** Dark, premium, tech-forward<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc8 SEO Features<\/p>\n<p>&#8211; Semantic HTML5 structure<br \/>\n&#8211; Meta title, description, keywords, OG tags<br \/>\n&#8211; H1 with &#8220;best IPTV&#8221; keyword<br \/>\n&#8211; H2\/H3 headings with related keywords<br \/>\n&#8211; JSON-LD Schema markup (Organization + AggregateRating)<br \/>\n&#8211; Suggested SEO-friendly URLs for blog posts<br \/>\n&#8211; Image alt text guidance in comments<\/p>\n<p>**Target Keywords:**<br \/>\n&#8211; best IPTV (primary)<br \/>\n&#8211; premium IPTV<br \/>\n&#8211; IPTV subscription<br \/>\n&#8211; IPTV streaming service<br \/>\n&#8211; reliable IPTV<br \/>\n&#8211; IPTV for smart TV<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd Suggested Blog Post Titles<\/p>\n<p>1. &#8220;The Complete Guide to Finding the Best IPTV Service in 2025&#8221;<br \/>\n2. &#8220;How to Set Up IPTV on Your Smart TV: Step-by-Step 2025&#8221;<br \/>\n3. &#8220;IPTV vs Cable vs Satellite: Which is Best in 2025?&#8221;<br \/>\n4. &#8220;How to Fix IPTV Buffering: 10 Proven Solutions&#8221;<br \/>\n5. &#8220;Best IPTV Player Apps in 2025: TiviMate vs IPTV Smarters vs GSE&#8221;<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f JavaScript Features<\/p>\n<p>&#8211; Sticky navbar with scroll detection<br \/>\n&#8211; Mobile hamburger menu<br \/>\n&#8211; Pricing toggle (monthly\/annual with animated price change)<br \/>\n&#8211; Scroll reveal animations (IntersectionObserver)<br \/>\n&#8211; Animated counter (500,000+ subscribers)<br \/>\n&#8211; Contact form validation + success notification<br \/>\n&#8211; Active navigation link highlighting<br \/>\n&#8211; Channel card cursor-tracking glow effect<br \/>\n&#8211; Hero screen channel rotation<br \/>\n&#8211; Back-to-top button<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcf1 Responsive Breakpoints<\/p>\n<p>&#8211; **Desktop:** 1200px+ (full layout)<br \/>\n&#8211; **Tablet:** 640\u20131024px (adjusted grids)<br \/>\n&#8211; **Mobile:** < 640px (single column, stacked)\n\n---\n\n## \ud83d\udee0\ufe0f Customization Guide\n\n### Change Business Name\nSearch and replace \"SilkIPTV\" with your brand name in `index.html`.\n\n### Change Colors\nEdit CSS variables in `:root` block in `style.css`:\n```css\n--brand: #00d4ff;      \/* Primary brand color *\/\n--accent: #ff6b35;     \/* Accent color *\/\n--bg: #060b14;         \/* Background *\/\n```\n\n### Update Pricing\nEdit the `data-monthly` and `data-annual` attributes on `.amount` elements:\n```html\n<span class=\"amount\" data-monthly=\"12.99\" data-annual=\"7.99\">12.99<\/span><br \/>\n&#8220;`<\/p>\n<p>### Connect Contact Form<br \/>\nReplace the simulated API call in `script.js` with your real endpoint:<br \/>\n&#8220;`javascript<br \/>\n\/\/ Replace the await delay(1500) with:<br \/>\nconst response = await fetch(&#8216;https:\/\/your-api.com\/contact&#8217;, {<br \/>\n  method: &#8216;POST&#8217;,<br \/>\n  body: new FormData(form)<br \/>\n});<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 Schema Markup<\/p>\n<p>The site includes JSON-LD structured data for:<br \/>\n&#8211; Organization<br \/>\n&#8211; AggregateOffer (pricing)<br \/>\n&#8211; AggregateRating<\/p>\n<p>Add additional schemas as needed:<br \/>\n&#8211; `FAQPage` schema for FAQ section<br \/>\n&#8211; `BreadcrumbList` for blog pages<br \/>\n&#8211; `BlogPosting` for individual blog articles<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a1 Performance Tips<\/p>\n<p>1. Host fonts locally using `@font-face` for faster loads<br \/>\n2. Add `loading=&#8221;lazy&#8221;` to any images you insert<br \/>\n3. Minify CSS and JS before production deployment<br \/>\n4. Use a CDN (Cloudflare, etc.) for global delivery<br \/>\n5. Enable Gzip\/Brotli compression on your web server<br \/>\n6. Set proper cache headers (1 year for CSS\/JS with hash)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcde Support<\/p>\n<p>To customize or expand this website, edit:<br \/>\n&#8211; `index.html` \u2014 Content and structure<br \/>\n&#8211; `style.css` \u2014 All styling<br \/>\n&#8211; `script.js` \u2014 All interactivity<\/p>\n<p>All code is clean, commented, and organized for easy editing.<\/p>\n<p>&#8212;<\/p>\n<p>*\u00a9 2025 SilkIPTV. Built for maximum conversions.*<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-3575","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/pages\/3575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/comments?post=3575"}],"version-history":[{"count":1,"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/pages\/3575\/revisions"}],"predecessor-version":[{"id":3576,"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/pages\/3575\/revisions\/3576"}],"wp:attachment":[{"href":"https:\/\/oxyratv.shop\/index.php\/wp-json\/wp\/v2\/media?parent=3575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}