diff --git a/assets/pasted-20251118-024426-e59dd4cc.jpg b/assets/pasted-20251118-024426-e59dd4cc.jpg
index a8833a4..055336d 100644
Binary files a/assets/pasted-20251118-024426-e59dd4cc.jpg and b/assets/pasted-20251118-024426-e59dd4cc.jpg differ
diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc
index 609b639..7e03fe1 100644
Binary files a/config/__pycache__/settings.cpython-311.pyc and b/config/__pycache__/settings.cpython-311.pyc differ
diff --git a/config/settings.py b/config/settings.py
index 2301d78..261a5dc 100644
--- a/config/settings.py
+++ b/config/settings.py
@@ -59,6 +59,7 @@ INSTALLED_APPS = [
]
MIDDLEWARE = [
+ 'django.middleware.gzip.GZipMiddleware',
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
@@ -149,6 +150,8 @@ STATICFILES_DIRS = [
BASE_DIR / 'assets',
]
+STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
+
# Email
EMAIL_BACKEND = os.getenv(
"EMAIL_BACKEND",
diff --git a/core/templates/core/faq.html b/core/templates/core/faq.html
new file mode 100644
index 0000000..7d63252
--- /dev/null
+++ b/core/templates/core/faq.html
@@ -0,0 +1,58 @@
+{% extends "base.html" %}
+{% block title %}FAQ{% endblock %}
+{% block content %}
+
+
Frequently Asked Questions
+
+
+
+
+
+
+ A YouTube tag generator is a tool that helps you find the most relevant keywords and tags for your videos. By using the right tags, you can improve your video's visibility in YouTube's search results and recommendations, leading to more views and subscribers.
+
+
+
+
+
+
+
+ Simply enter a keyword or topic related to your video in the search box, and our AI-powered tool will generate a list of relevant tags for you to use. You can then copy and paste these tags into the tag section of your YouTube video upload.
+
+
+
+
+
+
+
+ Yes, our tool is designed to generate SEO-optimized tags that can help your videos rank higher in search results. We analyze trending keywords and user search behavior to provide you with the most effective tags for your content.
+
+
+
+
+
+
+
+ Yes, our YouTube tag generator is completely free to use. We believe that everyone should have access to the tools they need to succeed on YouTube.
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/core/templates/core/testimonials.html b/core/templates/core/testimonials.html
new file mode 100644
index 0000000..3793ecc
--- /dev/null
+++ b/core/templates/core/testimonials.html
@@ -0,0 +1,50 @@
+{% extends "base.html" %}
+{% block title %}Testimonials{% endblock %}
+{% block content %}
+
+
Testimonials
+
+
+
+
"This is the best SEO tool I've ever used! It's helped me rank my videos higher and get more views."
+
- John Doe
+
+
+
"I was struggling to grow my YouTube channel, but this tag generator has been a game-changer. I'm finally getting the traffic I deserve."
+
- Jane Smith
+
+
+
"I love how easy it is to use this tool. It's saved me so much time and effort."
+
- David Johnson
+
+
+
"I was skeptical at first, but this tool really works. I've seen a significant increase in my video's performance since I started using it."
+
- Sarah Williams
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/core/templates/core/website_seo.html b/core/templates/core/website_seo.html
new file mode 100644
index 0000000..feb7c3f
--- /dev/null
+++ b/core/templates/core/website_seo.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block title %}Website SEO{% endblock %}
+{% block content %}
+
+
Website SEO
+
+{% endblock %}
diff --git a/core/templates/core/youtube_seo.html b/core/templates/core/youtube_seo.html
new file mode 100644
index 0000000..1d0ecf5
--- /dev/null
+++ b/core/templates/core/youtube_seo.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block title %}YouTube SEO{% endblock %}
+{% block content %}
+
+
YouTube SEO
+
+{% endblock %}
diff --git a/staticfiles/pasted-20251118-024426-e59dd4cc.jpg b/staticfiles/pasted-20251118-024426-e59dd4cc.jpg
index a8833a4..055336d 100644
Binary files a/staticfiles/pasted-20251118-024426-e59dd4cc.jpg and b/staticfiles/pasted-20251118-024426-e59dd4cc.jpg differ