Filikod – ALT Text Audit & Bulk Management
Most WordPress sites have broken ALT text, and most site owners have no way to measure it. Missing, generic, duplicated or too-short ALT text quietly hurts your accessibility score and your image SEO. The problem stays invisible until it is too late. Filikod scans your entire media library, gives you an ALT Quality Score from 0 to 100%, and gives you the tools to fix everything in bulk, directly inside WordPress. No external API. No credits to buy. No complex setup. You write the ALT text. You stay in control. Full documentation and guides on filikod.com Who is Filikod for? Filikod is built for: SEO professionals who want ALT text treated as a measurable ranking signal, not an afterthought Accessibility-focused teams who need a structured audit to meet WCAG guidelines Content managers with large media libraries who need to fix issues fast, in bulk Agencies managing multiple WordPress sites who need a repeatable quality process Anyone who wants full control over their ALT text quality at scale, without external services or paid credits ALT Text Audit and Quality Score Filikod scans your entire media library and instantly flags: Missing ALT: images with no ALT attribute at all Generic ALT: meaningless values like “image”, “photo”, “logo”, “thumbnail”, “untitled” Too Short ALT: descriptions too brief to be useful for accessibility or SEO Duplicated ALT: the same ALT text reused across multiple images You get a clear ALT Quality Score from 0 to 100% plus a breakdown by issue type, so you always know exactly what to fix first. This turns ALT text from a vague, invisible problem into a measurable system you can actually improve, like a health score for your media library. Bulk ALT Management Editing ALT text one image at a time is the reason most people never finish. Filikod lets you: Filter images by issue type (missing, generic, short, duplicated) Edit ALT text inline, directly from the audit view Save instantly without leaving the page Fix dozens or hundreds of images in minutes Built for real media libraries with thousands of images, not tidy demos with five. Context-Based Editing Good ALT text requires context. What is this image actually about on this page? Filikod shows you where each image is used (which post or page) so you can jump directly to the content and write accurate, relevant ALT text. No guesswork. Native Media Library (Media > Library) See ALT health where you already work: Filikod adds ALT Status badges directly in Media > Library, in both list and grid views. List view: a dedicated ALT Status column with one badge per issue, or a green Alt: OK when everything is fine Grid view: badges as an overlay on each thumbnail so you can scan your entire library at a glance Attachment details: an ALT Status field that updates live as you type, so you see the result before saving Multiple badges can appear on the same image when several issues apply. The cache refreshes automatically whenever ALT text is changed anywhere in WordPress. Optional Automation For teams who need to process large volumes, Filikod includes optional automation tools, all disabled by default: Generate ALT from filename (only for images that have no ALT yet) Remove special characters from ALT text (slashes, dashes, underscores) Remove title attribute from images (reduces redundancy, improves accessibility) Bulk process your entire existing media library in one click Execution order is always enforced: generate ALT from filename, clean special characters, then remove title. Predictable. Consistent. Always yours to control. How Filikod Compares Most ALT text plugins do one thing: auto-generate ALT on upload, often using a paid credit system. Filikod is an ALT audit and bulk management system. It works on your existing library, gives you a measurable quality score, and lets you fix issues at scale with full editorial control. What only Filikod does: ALT Quality Score (0 to 100%) across your entire library ALT Status badges in the native Media Library (list column, grid overlay, attachment details) with live updates after save Detects generic ALT values like “photo”, “image”, “logo” Detects duplicated ALT text reused across multiple images Detects ALT text that is too short to be useful Bulk filtering by issue type (missing, generic, short, duplicated) Works on images already in your media library No external API, no credits, no subscription required Full editorial control: you write and validate every ALT text If you want full visibility and control over your ALT text quality at scale, Filikod is exactly that. Compatibility Works with any theme Compatible with Elementor, Divi, Gutenberg, WPBakery and most major page builders Single site and multisite supported No external services required, runs entirely inside WordPress Learn more at filikod.com
Top keywords
- alt40×5.12%
- alt text19×2.43%
- text19×2.43%
- filikod14×1.79%
- library12×1.54%
- media11×1.41%
- images9×1.15%
- media library9×1.15%
- quality8×1.02%
- image7×0.90%
- score7×0.90%
- bulk6×0.77%
Shapes Smart Scroll Animations
Shapes Smart Scroll Animations is a micro-tool designed for developers and designers who need clean entrance animations without external libraries. This plugin uses a Smart Grid Delay logic to detect your layout structure and animate elements naturally, whether they are in a multi-column desktop grid or a single-column mobile view. How does it work? Here is a deep dive into the technical advantages of Shapes Smart Scroll Animations plugin: 1. Smart Grid Delay logic The core of this plugin is the calculateColumnsInGroup algorithm. Instead of forcing you to write complex media queries for animation delays, the plugin: Dynamically checks the physical position (offsetTop) of elements. Detects when a new row begins. Resets the delay counter for every new row. Result: Animations look professional and perfectly staggered on any screen size automatically. 2. Performance (Vanilla JS) Zero Dependencies: No jQuery, no GSAP, no heavy frameworks. The script is ultra-lightweight. IntersectionObserver API: I use the modern browser API to detect scrolling, which is much more efficient than listening to the scroll event. GPU Acceleration: CSS properties use will-change to inform the browser ahead of time, offloading rendering to the GPU for smooth animations. 3. Accessibility first This plugin automatically respects the user’s operating system preferences. Reduced Motion Support: If a visitor has “Reduce Motion” enabled in their system (Windows, macOS, iOS, Android), the plugin automatically disables all entrance animations to prevent motion sickness. Inclusive Design: Your site remains compliant with modern web standards without extra work. 4. Developer friendly No-JS Fallback: If JavaScript fails or is disabled, elements remain fully visible (opacity: 1). Your content is safe. CSS Variables: I moved hardcoded values to CSS Custom Properties (:root). You can globally change animation duration, easing, or distance directly in your theme’s CSS without editing plugin files. Simple Class System: Just add .shps-animated and an effect class. Available effects Slide Up: .shps-slide-up (Classic elegant entrance) Zoom Out: .shps-zoom-out (Modern scaling effect) Slide Right: .shps-slide-right Slide Left: .shps-slide-left How to use? Single Element: Add shps-animated shps-slide-up to any HTML element or Block. Grid/Group: Wrap elements in a container with class shps-group to enable the Smart Grid Delay. Example HTML: Card 1 Card 2 Card 3 Manual delays & overrides You have two ways to control delays manually if you want to highlight specific items. Method 1: Helper Classes (Recommended for static HTML) Use these classes to set a fixed delay. The plugin will detect them and skip the automatic calculation for that specific element. .shps-delay-100 (0.1s) … to .shps-delay-1000 (1.0s). Numeric values in increments of 100. Method 2: CSS Overrides (Recommended for dynamic loops) If you are generating lists via PHP (e.g., WordPress Loop) and cannot add specific classes to individual items, use CSS with !important to override the inline styles applied by the plugin. /* Example: Force 3rd item to wait 1 second */ .shps-group .shps-animated:nth-child(3) { transition-delay: 1.0s !important; } Security & privacy This plugin is designed to be safe and lightweight: 100% GDPR Compliant: No external calls, no tracking, no cookies, and no IP collection. Zero Dependencies: Written in pure Vanilla JS. No jQuery or external libraries that could cause conflicts. Database Free: The plugin does not perform any database queries (SQL), ensuring zero risk of injection attacks. Self-Contained: All assets are loaded locally. No reliance on external CDNs.