Back to all posts

Add Prefix or Suffix to All XML Product Titles at Once

June 10, 2026 · 2 min read

Renaming hundreds of product titles in an XML feed is one of the most tedious jobs in feed management. Adding a brand name, a size label, or a seasonal tag to every title by hand takes hours. There is a way to do it in under a minute no scripts, no spreadsheets.

Edit My XML Feed

How to add a prefix or suffix to every product title

XML product feeds store titles inside nodes like title or g:title. To add text before or after every title, you would normally need to write a script or edit each entry by hand.

With NodeXML:

  • Load your feed by URL or file upload
  • Find the title node in the list
  • Select Prefix or Suffix from the action dropdown
  • Type the text you want to add
  • See a live preview in the Sample column
  • Click Generate and download the updated XML

Step 1: Load your XML feed.
Paste the feed URL or drag and drop your XML file.

Step 2: Select the title node and choose Prefix or Suffix.
NodeXML shows every node in your feed. Find the title field, pick the action, and type the text you want to add ÔÇö for example “Sale -” as a prefix or “| Brand Name” as a suffix.

Step 3: Download the updated file.
Click Generate to apply the change to all title nodes at once. Download the result or grab the live link.

Common questions:

Can I add a prefix to all product titles in my XML feed at once?

Yes. Select the title node, choose the Prefix action, type your text, and it applies to every title in the file in one step.

What is the difference between a prefix and a suffix?

A prefix is added before the existing title. A suffix is added after it. Both are supported.

Will this work with Google Merchant and WooCommerce feeds?

Yes. Any standard XML feed with a title node works, including Google Merchant, WooCommerce and affiliate feeds.

Do I need to know XML or coding to do this?

No. The editor is fully visual. You pick the node from a list and type your text. No code involved.