I’ll build this as a reusable WordPress theme module, not only basic loading=”lazy”, but also iframe lazy loading, responsive image helpers, priority control, noscript fallback, exclusions, and admin-safe behavior. Below is an advanced performance/lazy-loading.php file for your RX Theme. It Read More …
cache-headers.php
I’ll build a strong performance/cache-headers.php file for your RX theme that adds cache-control, security-friendly headers, CDN/proxy support, static asset caching, HTML no-cache rules for logged-in users, and safe hooks for WordPress. Below is an advanced rx-theme/inc/performance/cache-headers.php file for your RX Read More …
preconnect.php
I’ll build this as a drop-in WordPress theme file for rx-theme/performance/preconnect.php, focused on DNS prefetch, preconnect, preload, prefetch, modulepreload, resource hints, safe sanitization, filters, and admin-friendly extensibility. Below is an advanced performance/preconnect.php file for your RX Theme. It includes DNS Read More …
preload.php
I’ll build this as a reusable inc/seo/preload.php style file for your RX theme, focused on safe performance: preconnect, dns-prefetch, preload fonts/assets, fetchpriority, image hints, and admin Customizer options. Yes friend. Create this file: rx-theme/inc/seo/preload.php Then include it in functions.php: require_once Read More …
indexnow.php
I’ll build this as a full inc/seo/indexnow.php module for your RX Theme: settings, key-file endpoint, URL submission, post hooks, bulk submission, cron queue, logging, and admin tools. Below is an advanced indexnow.php file for your RX Theme. It includes: automatic Read More …
schema-article.php
I’ll build this as a drop-in inc/helpers/schema-article.php style file for your RX WordPress theme, with safe fallbacks, SEO-friendly JSON-LD, Article/MedicalWebPage support, breadcrumbs, author, publisher, image, FAQ, speakable, and medical metadata where available. Below is an advanced schema-article.php file for your Read More …
robots.php
I’ll make this as a standalone inc/seo/robots.php file for your RX theme, with safe defaults, admin controls support, robots.txt output, robots meta tags, headers, sitemap references, and helper filters. Below is an advanced robots.php file for your RX theme. Place Read More …
sitemap.php
I’ll build this as an advanced inc/seo/sitemap.php module for your RX theme, designed to work from functions.php and create XML sitemaps without needing a plugin. Below is an advanced sitemap.php file for your RX theme. Place it here: rx-theme/inc/seo/sitemap.php Then Read More …
canonical.php
I’ll build this as a strong standalone inc/seo/canonical.php module for your RX theme, with canonical URL generation, duplicate URL cleanup, pagination handling, feeds/search/archives logic, REST/head safety, and optional redirects. Below is a full advanced canonical.php file for your RX theme. Read More …
meta-tags.php
I’ll build this as a production-style inc/seo/meta-tags.php file for your RX theme, with SEO meta, Open Graph, Twitter cards, canonical, robots, schema hooks, author/date/article data, thumbnails, pagination, and safe fallbacks. Yes friend — create this file: rx-theme/inc/seo/meta-tags.php Then paste this Read More …