WordPress WordPress Content Management & SEO 2 — Questions and Answers
Question 1: What is WordPress Gutenberg and how does it differ from the Classic Editor?
- Gutenberg is a block-based editor; Classic Editor uses a single rich-text area (Correct answer)
- Gutenberg only supports posts; Classic Editor supports pages
- Gutenberg requires a plugin; Classic Editor is built-in
- They are the same editor with different names
Correct answer: Gutenberg is a block-based editor; Classic Editor uses a single rich-text area
Gutenberg organizes content into discrete blocks (paragraphs, images, columns), while the Classic Editor provides one continuous WYSIWYG area.
Question 2: What is the WordPress media library used for?
- Storing and managing uploaded images, videos, and files (Correct answer)
- Managing plugin files
- Storing theme templates
- Hosting external CDN assets
Correct answer: Storing and managing uploaded images, videos, and files
The WordPress media library is a centralized place to upload, organize, and reuse images, documents, audio, and video files.
Question 3: What WordPress feature helps prevent comment spam?
- Akismet Anti-Spam plugin (Correct answer)
- WordPress Firewall
- Two-factor authentication
- reCAPTCHA built-in feature
Correct answer: Akismet Anti-Spam plugin
Akismet is a widely used anti-spam service that automatically filters comment and form spam on WordPress sites.
Question 4: What does the WordPress Reading Settings option 'Your latest posts' control?
- Sets the homepage to display the blog post feed instead of a static page (Correct answer)
- Limits the number of posts per page
- Controls RSS feed output
- Manages post visibility
Correct answer: Sets the homepage to display the blog post feed instead of a static page
When set to 'Your latest posts', WordPress displays the chronological blog post list as the front page of the site.
Question 5: Which WordPress block type is used to display a list of recent posts automatically?
- Latest Posts block (Correct answer)
- Post List block
- Archive block
- Query Loop block
Correct answer: Latest Posts block
The Latest Posts block in Gutenberg automatically pulls and displays the most recent posts with configurable display options.
Question 6: What is the purpose of WordPress categories in relation to SEO?
- They create organized archive pages that can rank for broader topic keywords (Correct answer)
- They prevent pages from being indexed
- They replace meta descriptions automatically
- They control canonical URLs only
Correct answer: They create organized archive pages that can rank for broader topic keywords
Category archive pages group related content and can rank for broader keyword clusters, improving site topical authority and crawlability.
What is WordPress Gutenberg and how does it differ from the Classic Editor?