Skip to content

Commit b0c0f51

Browse files
committed
refactor: Update Education Page Metadata and SEO Content
- Revised page title to emphasize OWASP education offerings - Updated meta description to highlight security learning resources - Refreshed keywords to focus on security education and training - Enhanced Open Graph metadata for better social media visibility
1 parent 25e1ef9 commit b0c0f51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/templates/education/education.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
{% load static %}
33
{% load custom_tags %}
44
{% block title %}
5-
{% env 'PROJECT_NAME' %}V - Videos on {% env 'PROJECT_NAME' %} Projects
5+
OWASP {% env 'PROJECT_NAME' %} Education - Security Courses & Learning Resources
66
{% endblock title %}
77
{% block description %}
8-
Watch videos related to the {% env 'PROJECT_NAME' %} projects. Learn how to configure, host, and use various tools in the OWASP {% env 'PROJECT_NAME' %} ecosystem through video tutorials.
8+
Access comprehensive security education with OWASP {% env 'PROJECT_NAME' %} Education. Learn web security, bug hunting, and ethical hacking through expert-led courses, lectures, and video tutorials.
99
{% endblock description %}
1010
{% block keywords %}
11-
{% env 'PROJECT_NAME' %}V, {% env 'PROJECT_NAME' %} projects, video tutorials, YouTube, Slack bot, PythonAnywhere, OWASP
11+
OWASP {% env 'PROJECT_NAME' %}, security education, bug hunting courses, web security training, ethical hacking, security lectures, video tutorials
1212
{% endblock keywords %}
1313
{% block og_title %}
14-
{% env 'PROJECT_NAME' %}V - Videos on {% env 'PROJECT_NAME' %} Projects
14+
OWASP {% env 'PROJECT_NAME' %} Education - Security Courses & Learning Resources
1515
{% endblock og_title %}
1616
{% block og_description %}
17-
Explore {% env 'PROJECT_NAME' %} project tutorials on YouTube. Learn to configure Slack bots and host them on platforms like PythonAnywhere.
17+
Master security skills with OWASP {% env 'PROJECT_NAME' %} Education. Expert-led courses in web security, bug hunting, and ethical hacking for beginners and professionals.
1818
{% endblock og_description %}
1919
{% block content %}
2020
{% include "includes/sidenav.html" %}

0 commit comments

Comments
 (0)