WordPress WordPress Content Management & SEO 1 — Questions and Answers
Question 1: What is the difference between WordPress Pages and Posts?
- Pages are static/hierarchical; Posts are chronological and categorized (Correct answer)
- Pages support categories; Posts do not
- Posts support parent pages; Pages do not
- They are identical in functionality
Correct answer: Pages are static/hierarchical; Posts are chronological and categorized
Pages are for static content like About or Contact and support parent/child hierarchy, while Posts are time-based and support categories and tags.
Question 2: Which WordPress feature allows you to organize posts into a hierarchical grouping?
- Categories (Correct answer)
- Tags
- Custom fields
- Post formats
Correct answer: Categories
Categories support a hierarchical structure with parent and child relationships, unlike tags which are flat.
Question 3: What is the purpose of WordPress Custom Fields (post meta)?
- Storing additional metadata associated with a post or page (Correct answer)
- Adding extra menu items
- Creating new user roles
- Modifying the WordPress database schema
Correct answer: Storing additional metadata associated with a post or page
Custom fields store arbitrary key-value metadata for any post, accessible via get_post_meta() and used for extended content data.
Question 4: What does the WordPress Excerpt feature provide?
- A short summary of a post used in archives and search results (Correct answer)
- The first paragraph of a post only
- A featured image caption
- A post's metadata summary
Correct answer: A short summary of a post used in archives and search results
The excerpt is a manually written or auto-generated short summary of a post, commonly displayed in archive listings and RSS feeds.
Question 5: In WordPress SEO, what is the purpose of the Yoast SEO plugin's focus keyphrase field?
- To optimize content for a specific target keyword (Correct answer)
- To set the post category
- To configure the permalink structure
- To add schema markup automatically
Correct answer: To optimize content for a specific target keyword
The focus keyphrase field in Yoast SEO helps you optimize page content, title, and meta description around a primary target keyword.
Question 6: What WordPress setting controls the URL structure of your posts and pages?
- Permalink settings under Settings > Permalinks (Correct answer)
- General settings
- Reading settings
- Discussion settings
Correct answer: Permalink settings under Settings > Permalinks
WordPress Permalink settings allow you to choose URL structures like Post Name, Day and Name, or custom structures using tags.
What is the difference between WordPress Pages and Posts?