0
0
Wordpressframework~5 mins

Permalink structure in Wordpress - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ASettings → Permalinks
BAppearance → Themes
CPlugins → Installed Plugins
DTools → Import
Which permalink structure is best for SEO?
APlain (e.g., ?p=123)
BNumeric (e.g., /archives/123)
CPost name (e.g., /sample-post/)
DDate and name (e.g., /2024/06/15/sample-post/)
What does %postname% represent in a custom permalink?
AThe post's author name
BThe post's title slug
CThe post's publish date
DThe post's category
What happens if you change permalink structure on an existing site without redirects?
ANothing changes
BOld URLs may break and show 404 errors
CSite speed improves
DWordPress automatically redirects old URLs
Which tag would you use to include the post's category in a permalink?
A%author%
B%category%
C%date%
D%id%
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.