Job Description
,
, - . No CSS, no divs, no br. Must preserve all original content word-for-word. We need to parse the raw text (which includes HTML tags originally). We need to extract the job description content and then format as HTML per rules.
We must keep all original content word-for-word, meaning we cannot remove any text, but we can re-tag it. We must not add or remove any characters. So we need to output the same textual content, but wrapped in appropriate tags.
We need to strip out original HTML tags like
,
, , , , , etc. And replace with appropriate semantic tags.
We must preserve the text exactly, including spaces and punctuation. Also need to preserve line breaks? The rules: use for paragraphs,
- for list items. No
. So we need to convert line breaks into appropriate block elements.
We must not add any extra text, not even spaces? We must preserve original content word-for-word, meaning the visible text characters must be same. We can change formatting but not the characters.
Thus we need to produce HTML that when rendered (ignoring tags) yields same visible text as original (maybe with whitespace differences). But we must not add or remove any characters from the text content. However we can add tags around them. That's okay.
We need to decide sections: Intro paragraph(s) before responsibilities, then sections like Education, Experience Required, Competencies, Skills, Key Responsibilities (with subsections), Travel Requirement, Closing Date, then final motivational paragraph and "Discover who we are". Also there is a line "The Trade & Operations Coordinator is responsible..." which is the role description.
We need to use for section headers: e.g., Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role. In this job, we have sections: maybe "National Diploma in any of the following:" is education. "Experience Required:" is experience. "Competencies:" is competencies. "Skills:" is skills. "Key Responsibilities:" is responsibilities. Then subheadings under responsibilities like "Store Planning & Design Coordination", etc. Those could be as well? The rule says use for section headers (e.g., Responsibilities, Qualifications...). It doesn't forbid using for subsections. Likely we should treat each bold heading as . Also "Travel Requirement:" and "Closing Date:" maybe as as well? They are not in the list but could be treated as section headers.
We need to wrap paragraphs in
. For list items, we need
- . The existing list under Stakeholder Management is already
- . We need to convert that to proper HTML list.
We must not use . So we need to remove the outer that wraps the responsibilities section.
We must not use
. So replace
with paragraph breaks.
We must not use any CSS classes or inline styles.
We must preserve all text. Let's extract the text content from the given snippet, ignoring tags.
Let's manually copy the visible text:
Starting after the initial It's fun to work in a company where people truly BELIEVE in what they're doing!
... etc.
We need to get the text:
"It's fun to work in a company where people truly BELIEVE in what they're doing!"
Then blank lines (empty paragraphs). Then:
"The Trade & Operations Coordinator is responsible for the successful execution of Value-Added-Services trade, operational and store support initiatives across the Pick n Pay store network."
Then blank line? Actually there is
after that sentence. Then:
"Working across Corporate, Franchise and partner environments, the role ensures that store design principles, merchandising standards, operational requirements and customer experience initiatives are consistently implemented across new stores, refurbishments and existing locations."
Then
then:
"The role serves as the operational bridge between Product, Marketing, Store Operations, the Drawing Office, external partners and suppliers, coordinating multiple initiatives simultaneously to ensure stores are execution-ready, projects are delivered on time and operational standards are maintained."
Then
then:
"Beyond store implementation, the role is responsible for coordinating major trade events, managing the operational execution of retail media assets, supporting Value-Added Services activations, and ensuring stores consistently present the business at the standard expected of the Pick n Pay brand."
Then (empty). Then:
"National Diploma in any of the following:" (bold). Then list items:
"Retail Management"
"Business Administration / Commerce"
"Marketing"
"Operations Management"
"Supply Chain / Logistics"
Then empty . Then:
"Experience Required:" (bold). Then paragraphs:
"4–6 years’ experience in retail operations, merchandising, project coordination or store implementation."
"Experience coordinating multiple operational projects simultaneously."
"Experience working across cross-functional retail teams."
"Exposure to store development, visual merchandising, trade marketing or retail operations is advantageous."
"Event coordination experience within a retail or FMCG environment is desirable."
Then empty . Then:
"Competencies:" (bold). Then list:
"Execution excellence."
"Ownership and accountability."
"Strong operational discipline."
"Relationship building and collaboration."
"Customer and store-centric thinking."
"Commercial awareness."
"Initiative and proactive problem solving."
"Ability to influence without direct authority."
"Professionalism under pressure."
Then empty . Then:
"Skills:" (bold). Then list:
"Excellent planning and organisational capability."
"Strong project coordination skills."
"Ability to manage multiple priorities in a fast-paced environment."
"Strong stakeholder engagement and communication."
"Commercial awareness and customer focus."
"High attention to operational detail."
"Strong problem-solving capability."
"Proficiency in Microsoft Excel, PowerPoint and Outlook."
Then empty . Then:
"Key Responsibilities:" (bold). Then inside a we have subheadings with tags.
We need to extract the text under each subheading.
Subheading "Store Planning & Design Coordination": then bullet points (actually paragraphs):
"Coordinate store planning activities with the Drawing Office for new stores, refurbishments and layout changes."
"Ensure approved store design principles are consistently applied across all implementations."
"Prepare and coordinate planning briefs for new initiatives."
"Monitor planning milestones and proactively manage implementation timelines."
"Support store readiness before opening, relaunches and major operational changes."
Then subheading "Trade & Operational Implementation": paragraphs:
"Coordinate the rollout of trade, operational and product initiatives across the store network."
"Develop implementation plans, timelines and deployment schedules."
"Coordinate cross-functional activities between Product, Marketing, Operations and suppliers."
"Identify implementation risks and ensure timely resolution."
"Monitor execution quality and escalate barriers impacting delivery."
Then subheading "In-Store Communication & Merchandising": paragraphs:
"Coordinate the implementation of all in-store communication and promotional material."
"Ensure stores receive accurate communication, POS material and merchandising assets within agreed timelines."
"Support promotional activations, seasonal campaigns and partner launches."
"Coordinate replacement, maintenance and installation of in-store branding where required."
Then subheading "Retail Media Operations": paragraphs:
"Own the operational coordination of all retail media assets across the store network."
"Ensure televisions, digital media screens, media boxes and associated infrastructure remain operational."
"Coordinate maintenance, repairs and replacement of media equipment."
"Manage campaign flighting schedules with Marketing and Product teams."
"Monitor campaign execution and maximise media uptime to protect commercial income opportunities."
"Produce regular reporting on media asset availability and execution performance."
Then subheading "Value-Added Services & Partner Activation": paragraphs:
"Coordinate the implementation of Value-Added Services initiatives across stores."
"Support partner activations including courier services, parcel solutions, ticketing, financial services and other strategic partnerships."
"Ensure stores are operationally ready for new partner launches."
"Coordinate communication, merchandising and operational support requirements."
"Monitor implementation quality and resolve operational issues impacting customer experience."
Then subheading "Events & Trade Exhibitions": paragraphs:
"Coordinate the end-to-end operational delivery of Franchise Trade Shows, Food & Wine events, supplier exhibitions, dealer conferences and other strategic events."
"Coordinate exhibition build, logistics, merchandising, promotional assets and stakeholder requirements."
"Liaise with suppliers, agencies, partners and internal teams to ensure seamless delivery."
"Support event execution on-site, ensuring the business is represented to the highest professional standard."
"Capture learnings and continuous improvement opportunities following each event."
Then subheading "Store Audits & Operational Standards": paragraphs:
"Conduct regular store audits assessing execution against merchandising, communication and operational standards."
"Identify opportunities to improve consistency across the store network."
"Produce actionable audit reports and track corrective actions through to completion."
"Support continuous improvement initiatives that enhance store execution."
Then subheading "Stakeholder Management": then bold "Develop strong collaborative relationships across:" then a - list:
"Store Operations"
"Franchise"
"Product Management"
"Marketing"
"Drawing Office"
"Property"
"External suppliers"
"Strategic partners"
"Service providers"
Then paragraph: "Act as the central coordination point ensuring all stakeholders remain aligned throughout implementation." (note there is a bold period after? Actually text: "Act as the central coordination point ensuring all stakeholders remain aligned throughout implementation." So the period is inside bold. We need to preserve the period. So the sentence ends with a period.
Then empty . Then:
"Travel Requirement:" (bold) then a non-breaking space? Actually "Travel Requirement: Frequent in-regional travel and in-store execution." So text: "Travel Requirement: Frequent in-regional travel and in-store execution." (the space is a non-breaking space but we can treat as regular space). Then empty . Then:
"Closing Date: 19 September 2026" So text: "Closing Date: 19 September 2026". Then empty etc.
Then italic paragraph: "
If you like wild growth and working with happy, enthusiastic over-achievers, you'll enjoy your career with us!
" So text: "If you like wild growth and working with happy, enthusiastic over-achievers, you'll enjoy your career with us!"
Then empty paragraphs, then:
"Discover who we are
" So text: "Discover who we are"
Then more empty paragraphs.
We need to output HTML with for paragraphs,
for section headers, - for lists.
We must preserve all text exactly. So we need to ensure we don't lose any characters like the en dash, curly quotes, etc. The original includes “It's” which is an apostrophe encoded. We need to keep that as is? The original text includes HTML entity '. We must preserve it word-for-word. So we should output the same characters, i.e., "It's". Similarly there is “&” in “Trade & Operations”. Must preserve that. Also “&” in “Value-Added-Services”. Actually it's “Value-Added-Services” no amp. There's “&” in “Trade & Operations”. Also “&” in “Pick n Pay”. Actually it's “Pick n Pay” no amp. There's “&” in “Trade & Operations”. Also “&” in “Value-Added-Services trade, operational and store support”. No.
Also there is “&” in “Trade & Operations Coordinator”. So we need to keep & as is.
Also there is “'” for apostrophe in “you'll”. Must keep.
Also there is “&” in “Pick n Pay”? Not.
Also there is “&” in “Franchise Trade Shows, Food & Wine events”. Yes there is “Food & Wine”. So we need to keep &.
Also there is “&” in “supplier exhibitions, dealer conferences”. No.
Also there is “&” in “Pick n Pay”? Not.
Thus we must keep those entities.
Now we need to decide how to structure.
We'll start with an introductory paragraph: the first line about fun to work.
Then maybe a paragraph for the role description (multiple sentences). Since there were
separating sentences, we can treat each sentence group as a paragraph.
Thus:
It's fun to work in a company where people truly BELIEVE in what they're doing!
Then maybe a blank paragraph? The original had empty tags after that. We could ignore empty paragraphs because they add no content. But we must preserve all content word-for-word; empty paragraphs have no visible text, but they are part of original. If we omit them, we are removing content (the empty
tags). However the instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Does that include empty tags? The original content includes those empty
tags. If we remove them, we are removing content. However the output is HTML; we could keep them as empty
tags. That would preserve them. But the rules say use for introductory paragraphs and general text. Empty
tags are still
tags with no content, which is allowed? It says use
for introductory paragraphs and general text. It doesn't forbid empty
. So we could keep them.
But the instruction also says "Return ONLY the HTML. No markdown fences, no explanation, no preamble." So we can include empty
tags.
However, typical cleaning would drop empties. But to strictly follow "preserve ALL original content word-for-word", we should keep them. However, the original content includes many empty
tags. If we keep them, we need to preserve the exact attributes? The rule says no CSS classes, no inline styles, no s, no
tags. So we cannot keep the style attributes. We must strip them. But stripping them changes the content (removing style attributes). That would be removing content. However the instruction says preserve ALL original content word-for-word, but also says no CSS classes, no inline styles, no s, no
tags. There's a conflict. We need to prioritize the formatting rules? The instruction says: "Your ONLY job is to format it as clean semantic HTML." Then rules: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". But also "No CSS classes, no inline styles, no s, no
tags". So we must strip those attributes, which is removing content (the style attributes). However maybe they consider that as part of formatting, not content. The "content" refers to the visible text. Usually in such tasks, they mean preserve the textual content, not the markup. So we can drop style attributes. We'll assume that.
Thus we will not include empty tags unless they have text. We'll omit empty paragraphs.
Now we need to decide on headings.
We'll produce:
It's fun to work in a company where people truly BELIEVE in what they're doing!
Then maybe a paragraph for the role overview: combine the three paragraphs separated by
into three elements.
Thus:
The Trade & Operations Coordinator is responsible for the successful execution of Value-Added-Services trade, operational and store support initiatives across the Pick n Pay store network.
Working across Corporate, Franchise and partner environments, the role ensures that store design principles, merchandising standards, operational requirements and customer experience initiatives are consistently implemented across new stores, refurbishments and existing locations.
The role serves as the operational bridge between Product, Marketing, Store Operations, the Drawing Office, external partners and suppliers, coordinating multiple initiatives simultaneously to ensure stores are execution-ready, projects are delivered on time and operational standards are maintained.
Beyond store implementation, the role is responsible for coordinating major trade events, managing the operational execution of retail media assets, supporting Value-Added Services activations, and ensuring stores consistently present the business at the standard expected of the Pick n Pay brand.
Then we have education heading: National Diploma in any of the following:
Then list items: each as - inside
.
Thus:
- Retail Management
- Business Administration / Commerce
- Marketing
- Operations Management
- Supply Chain / Logistics
Then experience heading: Experience Required:
Then paragraphs for each bullet (they are separate lines). We'll treat each as .
Thus:
4–6 years’ experience in retail operations, merchandising, project coordination or store implementation.
Experience coordinating multiple operational projects simultaneously.
Experience working across cross-functional retail teams.
Exposure to store development, visual merchandising, trade marketing or retail operations is advantageous.
Event coordination experience within a retail or FMCG environment is desirable.
Then competencies heading: Competencies:
Then each as .
Then skills heading:
Skills:
Then each as .
Then key responsibilities heading:
Key Responsibilities:
Then we need subheadings for each responsibility area. Use for each subheading? The rule says use for section headers (e.g., Responsibilities, Qualifications...). It doesn't forbid using for subsections. We'll use for each
Apply Now ↗
How well do you match?
Get an instant AI match score for this role — free, takes 3 minutes.
Tailor your CV for this role
The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.
Tailor My CV to This Job ✍️
Free cover letter for this job
Upload your CV and get a tailored cover letter in seconds — free, no account needed.
Generate a Cover Letter 📝
My Job Concierge
Let jobs find you
Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call.
Almost there
Add your CV for real matches
Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper.
You're in.
We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge.
ECHO
Your MJC Assistant
I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.
, for paragraphs, . For list items, we need It's fun to work in a company where people truly BELIEVE in what they're doing! If you like wild growth and working with happy, enthusiastic over-achievers, you'll enjoy your career with us! Discover who we are for paragraphs, It's fun to work in a company where people truly BELIEVE in what they're doing! tags after that. We could ignore empty paragraphs because they add no content. But we must preserve all content word-for-word; empty paragraphs have no visible text, but they are part of original. If we omit them, we are removing content (the empty tags). However the instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Does that include empty tags? The original content includes those empty tags. If we remove them, we are removing content. However the output is HTML; we could keep them as empty for introductory paragraphs and general text. Empty tags are still tags with no content, which is allowed? It says use for introductory paragraphs and general text. It doesn't forbid empty . So we could keep them.
But the instruction also says "Return ONLY the HTML. No markdown fences, no explanation, no preamble." So we can include empty tags.
However, typical cleaning would drop empties. But to strictly follow "preserve ALL original content word-for-word", we should keep them. However, the original content includes many empty tags unless they have text. We'll omit empty paragraphs.
Now we need to decide on headings.
We'll produce:
It's fun to work in a company where people truly BELIEVE in what they're doing! elements.
Thus:
The Trade & Operations Coordinator is responsible for the successful execution of Value-Added-Services trade, operational and store support initiatives across the Pick n Pay store network. Working across Corporate, Franchise and partner environments, the role ensures that store design principles, merchandising standards, operational requirements and customer experience initiatives are consistently implemented across new stores, refurbishments and existing locations. The role serves as the operational bridge between Product, Marketing, Store Operations, the Drawing Office, external partners and suppliers, coordinating multiple initiatives simultaneously to ensure stores are execution-ready, projects are delivered on time and operational standards are maintained. Beyond store implementation, the role is responsible for coordinating major trade events, managing the operational execution of retail media assets, supporting Value-Added Services activations, and ensuring stores consistently present the business at the standard expected of the Pick n Pay brand. .
Thus:
4–6 years’ experience in retail operations, merchandising, project coordination or store implementation. Experience coordinating multiple operational projects simultaneously. Experience working across cross-functional retail teams. Exposure to store development, visual merchandising, trade marketing or retail operations is advantageous. Event coordination experience within a retail or FMCG environment is desirable. .
Then skills heading: .
Then key responsibilities heading: Get an instant AI match score for this role — free, takes 3 minutes. The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste. Upload your CV and get a tailored cover letter in seconds — free, no account needed. Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call. Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper. We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge. I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.
, , , , , etc. And replace with appropriate semantic tags.
We must preserve the text exactly, including spaces and punctuation. Also need to preserve line breaks? The rules: use
. So we need to convert line breaks into appropriate block elements.
We must not add any extra text, not even spaces? We must preserve original content word-for-word, meaning the visible text characters must be same. We can change formatting but not the characters.
Thus we need to produce HTML that when rendered (ignoring tags) yields same visible text as original (maybe with whitespace differences). But we must not add or remove any characters from the text content. However we can add tags around them. That's okay.
We need to decide sections: Intro paragraph(s) before responsibilities, then sections like Education, Experience Required, Competencies, Skills, Key Responsibilities (with subsections), Travel Requirement, Closing Date, then final motivational paragraph and "Discover who we are". Also there is a line "The Trade & Operations Coordinator is responsible..." which is the role description.
We need to use for section headers: e.g., Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role. In this job, we have sections: maybe "National Diploma in any of the following:" is education. "Experience Required:" is experience. "Competencies:" is competencies. "Skills:" is skills. "Key Responsibilities:" is responsibilities. Then subheadings under responsibilities like "Store Planning & Design Coordination", etc. Those could be
as well? The rule says use
for section headers (e.g., Responsibilities, Qualifications...). It doesn't forbid using for subsections. Likely we should treat each bold heading as
. Also "Travel Requirement:" and "Closing Date:" maybe as
as well? They are not in the list but could be treated as section headers.
We need to wrap paragraphs in
. So replace
with paragraph breaks.
We must not use any CSS classes or inline styles.
We must preserve all text. Let's extract the text content from the given snippet, ignoring tags.
Let's manually copy the visible text:
Starting after the initial
after that sentence. Then:
"Working across Corporate, Franchise and partner environments, the role ensures that store design principles, merchandising standards, operational requirements and customer experience initiatives are consistently implemented across new stores, refurbishments and existing locations."
Then
then:
"The role serves as the operational bridge between Product, Marketing, Store Operations, the Drawing Office, external partners and suppliers, coordinating multiple initiatives simultaneously to ensure stores are execution-ready, projects are delivered on time and operational standards are maintained."
Then
then:
"Beyond store implementation, the role is responsible for coordinating major trade events, managing the operational execution of retail media assets, supporting Value-Added Services activations, and ensuring stores consistently present the business at the standard expected of the Pick n Pay brand."
Then (empty). Then:
"National Diploma in any of the following:" (bold). Then list items:
"Retail Management"
"Business Administration / Commerce"
"Marketing"
"Operations Management"
"Supply Chain / Logistics"
Then empty . Then:
"Experience Required:" (bold). Then paragraphs:
"4–6 years’ experience in retail operations, merchandising, project coordination or store implementation."
"Experience coordinating multiple operational projects simultaneously."
"Experience working across cross-functional retail teams."
"Exposure to store development, visual merchandising, trade marketing or retail operations is advantageous."
"Event coordination experience within a retail or FMCG environment is desirable."
Then empty . Then:
"Competencies:" (bold). Then list:
"Execution excellence."
"Ownership and accountability."
"Strong operational discipline."
"Relationship building and collaboration."
"Customer and store-centric thinking."
"Commercial awareness."
"Initiative and proactive problem solving."
"Ability to influence without direct authority."
"Professionalism under pressure."
Then empty . Then:
"Skills:" (bold). Then list:
"Excellent planning and organisational capability."
"Strong project coordination skills."
"Ability to manage multiple priorities in a fast-paced environment."
"Strong stakeholder engagement and communication."
"Commercial awareness and customer focus."
"High attention to operational detail."
"Strong problem-solving capability."
"Proficiency in Microsoft Excel, PowerPoint and Outlook."
Then empty . Then:
"Key Responsibilities:" (bold). Then inside a for section headers,
separating sentences, we can treat each sentence group as a paragraph.
Thus:
tags. So we cannot keep the style attributes. We must strip them. But stripping them changes the content (removing style attributes). That would be removing content. However the instruction says preserve ALL original content word-for-word, but also says no CSS classes, no inline styles, no
tags. There's a conflict. We need to prioritize the formatting rules? The instruction says: "Your ONLY job is to format it as clean semantic HTML." Then rules: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". But also "No CSS classes, no inline styles, no
tags". So we must strip those attributes, which is removing content (the style attributes). However maybe they consider that as part of formatting, not content. The "content" refers to the visible text. Usually in such tasks, they mean preserve the textual content, not the markup. So we can drop style attributes. We'll assume that.
Thus we will not include empty
into three National Diploma in any of the following:
Then list items: each as .
Thus:
Then experience heading: Experience Required:
Then paragraphs for each bullet (they are separate lines). We'll treat each as Competencies:
Then each as Skills:
Then each as Key Responsibilities:
Then we need subheadings for each responsibility area. Use for each subheading? The rule says use
for section headers (e.g., Responsibilities, Qualifications...). It doesn't forbid using for subsections. We'll use
for each
How well do you match?
Tailor your CV for this role
Free cover letter for this job
Let jobs find you
Add your CV for real matches
You're in.