This subtopic focuses on the practical application of website software to create and manage marketing-oriented websites. Learners develop skills in structu
Topic Synopsis
This subtopic focuses on the practical application of website software to create and manage marketing-oriented websites. Learners develop skills in structuring content, applying styles, integrating multimedia, and ensuring functionality through testing. Mastery of these tools enables effective digital marketing presence and customer engagement.
Key Concepts & Core Principles
- Marketing mix (4Ps: Product, Price, Place, Promotion) and how to apply them to meet customer needs and achieve organisational objectives.
- Market research methods (primary and secondary) and how to use findings to inform marketing decisions and measure campaign effectiveness.
- Customer relationship management (CRM) principles, including segmentation, targeting, and positioning (STP) to build loyalty and increase sales.
- Digital marketing channels (e.g., social media, email, SEO) and how to integrate them with traditional marketing for a cohesive strategy.
- Legal and ethical considerations in marketing, such as data protection (GDPR), advertising standards, and consumer rights.
Exam Tips & Revision Strategies
- Familiarize yourself with the marking criteria for practical assignments, ensuring every required feature is clearly demonstrated.
- Document your development process with screenshots and annotations to provide evidence of troubleshooting and iteration.
- Use version control or systematic file naming to manage changes and demonstrate professionalism.
- Test early and often during development to catch issues before final submission.
Common Misconceptions & Mistakes to Avoid
- Using deprecated HTML attributes or inline styles instead of external CSS.
- Neglecting to test website on multiple browsers and mobile devices, leading to broken layouts.
- Overlooking accessibility features such as alt text for images or proper heading hierarchy.
- Failing to optimize multimedia files, resulting in slow page load times.
- Publishing without removing placeholder content or checking all internal links.
Examiner Marking Points
- Evidence of a clear website structure plan (wireframes or sitemaps) that aligns with marketing goals.
- Correct use of HTML5 semantic tags (e.g., header, nav, section) in code.
- Consistent application of CSS styles, including responsive design for mobile devices.
- Inclusion of at least one multimedia element with appropriate alt text and accessibility considerations.
- Implementation of an interactive form (e.g., contact or newsletter sign-up) with validation.
- Successful publication to a web server and demonstration of live functionality.
- Testing report documenting cross-browser checks and error resolution.