Recall & Review
beginner
What is a permalink in WordPress?
A permalink is the permanent URL to a specific post, page, or other content on a WordPress site. It helps users and search engines find content easily.
Click to reveal answer
beginner
Name two common permalink structures in WordPress.
Two common permalink structures are:<br>1. Plain (e.g., ?p=123)<br>2. Post name (e.g., /sample-post/)
Click to reveal answer
beginner
How do you change the permalink structure in WordPress?
Go to WordPress Dashboard → Settings → Permalinks. Choose a structure or create a custom one, then save changes.
Click to reveal answer
intermediate
Why is using a descriptive permalink structure important?
Descriptive permalinks improve user experience by showing what the page is about and help search engines understand content, boosting SEO.
Click to reveal answer
intermediate
What is a custom permalink structure? Give an example.
A custom permalink structure lets you define how URLs look using tags like %postname%, %category%, or %year%.<br>Example: /%category%/%postname%/
Click to reveal answer
Where do you set the permalink structure in WordPress?
✗ Incorrect
The permalink structure is set in the Settings → Permalinks section of the WordPress dashboard.
Which permalink structure is best for SEO?
✗ Incorrect
The post name structure is clean and descriptive, making it best for SEO.
What does %postname% represent in a custom permalink?
✗ Incorrect
%postname% is replaced by the post's title slug in the URL.
What happens if you change permalink structure on an existing site without redirects?
✗ Incorrect
Changing permalink structure without redirects can cause old URLs to break, leading to 404 errors.
Which tag would you use to include the post's category in a permalink?
✗ Incorrect
%category% inserts the post's category slug into the permalink.
Explain how to set and customize permalink structures in WordPress and why it matters.
Think about where in the dashboard you find permalink settings and what tags you can use.
You got /4 concepts.
Describe the impact of changing permalink structure on an existing WordPress site and how to avoid problems.
Consider what happens to links already shared or indexed by search engines.
You got /4 concepts.