Rank higher, easier

Fast, SEO-Friendly WordPress Blocks

Nectarblocks helps you build fast, search-friendly WordPress sites with lightweight blocks, semantic markup, image SEO controls, lazy loading, and modern block editor standards.

Performance and SEO controls for WordPress blocks in Nectarblocks

Nectarblocks gives creators the performance and SEO controls needed to build lightweight, semantic websites inside the WordPress block editor.

Modern Block Editor Codebase

Built with TypeScript, React, and WordPress block editor standards to keep Nectarblocks stable, scalable, and ready for modern website builds.

  1. import { useEffect } from ‘@wordpress/element’;
  2. import { InspectorControls } from ‘@wordpress/block-editor’;
  3.  
  4. interface BlockEditProps {
    • attributes: BlockAttributes;
    • setAttributes: (attributes: Partial<BlockAttributes>) => void;
  5. }
  6.  
  7. const Edit = ({ attributes, setAttributes }: BlockEditProps) => {
    • return (
      • <InspectorControls />
      • <BlockWrapperEditRender />
    • );
  8. };
  9.  
  10. export default Edit;

Page Speed & Core Web Vitals

Create faster WordPress websites with lightweight blocks, optimized rendering, and performance-first output designed to support better Core Web Vitals.

97

Semantic Markup Controls

Choose semantic HTML tags for your WordPress blocks to create cleaner, more meaningful page structure.

h1
h2
h3
h4
p
div
span
section
article

Media Lazy Loading

Improve page speed with lazy loading controls that reduce initial load weight, save bandwidth, and help media-heavy WordPress pages feel faster.

Lazy loading controls for WordPress images in Nectarblocks

Image SEO & Accessibility

Edit image alt text, titles, and sizing inside the block editor to improve accessibility, help search engines understand your media, and keep layouts optimized.

Nectarblocks image seo interface