nerdexam
Adobe

AD0-E724 · Question #29

The URL rewrite system in Adobe Commerce provides significant flexibility for SEO and marketing. Which of the following statements about URL rewrites are true? (Select all that apply.)

The correct answer is A. The system can automatically generate 301 redirects when a product's URL key is changed. C. The URL rewrite tool can be used to change any URL associated with a product.. Adobe Commerce's URL rewrite system automatically generates 301 redirects when a product's URL key changes (A), preserving SEO equity by signaling to search engines that the old URL has permanently moved - this is a built-in behavior you can toggle in config. The URL rewrite tool

Administering

Question

The URL rewrite system in Adobe Commerce provides significant flexibility for SEO and marketing. Which of the following statements about URL rewrites are true? (Select all that apply.)

Options

  • AThe system can automatically generate 301 redirects when a product's URL key is changed.
  • BRewrites can only be applied to existing products, categories, or CMS pages.
  • CThe URL rewrite tool can be used to change any URL associated with a product.
  • DA "rewrite" and a "redirect" are functionally identical.
  • EURL rewrites are stored in an XML file within the module's 'etc' directory.

How the community answered

(57 responses)
  • A
    77% (44)
  • B
    7% (4)
  • D
    12% (7)
  • E
    4% (2)

Explanation

Adobe Commerce's URL rewrite system automatically generates 301 redirects when a product's URL key changes (A), preserving SEO equity by signaling to search engines that the old URL has permanently moved - this is a built-in behavior you can toggle in config. The URL rewrite tool is also flexible enough to remap any URL associated with a product (C), not just the canonical one, giving marketers control over vanity URLs and campaign links.

Why the distractors are wrong:

  • B is false - custom rewrites can be created for any URL path, not just those tied to existing entities; you can create a rewrite pointing to an arbitrary target.
  • D is false - a rewrite transparently serves content at the new path with no browser redirect (invisible to the user), while a redirect sends the browser to a different URL (a 301/302 response); they behave differently for both users and crawlers.
  • E is false - URL rewrites are stored in the database (the url_rewrite table), not in an XML file; they are dynamic and editable via the Admin UI.

Memory tip: Think of URL rewrites as living in the database (dynamic, admin-editable) vs. routing rules that live in XML (static, code-level). And remember the rewrite/redirect distinction: a rewrite is a server-side alias (same URL in browser), a redirect is a browser instruction to go somewhere else.

Topics

#URL rewrites#301 redirects#SEO#URL keys

Community Discussion

No community discussion yet for this question.

Full AD0-E724 Practice