seo optimization

This commit is contained in:
2025-11-24 20:37:21 -06:00
parent 7d079607cb
commit 2d9b987d03
11 changed files with 63 additions and 1 deletions

View File

@@ -5,7 +5,27 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI ML Operations, LLC</title>
<title>{% block title %}AI ML Operations, LLC{% endblock %}</title>
<meta name="description"
content="{% block meta_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
<meta property="og:title" content="{% block og_title %}AI ML Operations, LLC{% endblock %}">
<meta property="og:description"
content="{% block og_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
<meta property="og:image"
content="{% block og_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/logo.png' %}{% endblock %}">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="{{ request.build_absolute_uri }}">
<meta property="twitter:title" content="{% block twitter_title %}AI ML Operations, LLC{% endblock %}">
<meta property="twitter:description"
content="{% block twitter_description %}AI ML Operations, LLC provides cutting-edge AI, Machine Learning, and Web Development solutions.{% endblock %}">
<meta property="twitter:image"
content="{% block twitter_image %}{{ request.scheme }}://{{ request.get_host }}{% static 'public/img/logo.png' %}{% endblock %}">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -16,8 +36,10 @@
<link href="{% static 'public/css/style.css' %}" rel="stylesheet">
<link rel="icon" type="image/xicon" href="{% static 'public/img/logo.png' %}">
{% if not debug %}
<script async defer src="https://tianji.aimloperations.com/tracker.js"
data-website-id="cm7w80pyy020oddswy2evl957"></script>
{% endif %}
</head>
<body>

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}AI Education - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Empower your business with AI knowledge. AI ML Operations, LLC offers custom AI courses,
workshops, and training for teams.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}AI Sensor Algorithms - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Enhance sensor performance with advanced AI algorithms. AI ML Operations, LLC specializes in
Machine Vision, Pattern Recognition, and NLP for sensors.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Agentic Bots - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Intelligent agentic bots for automation and engagement. AI ML Operations, LLC develops
custom bots for Telegram and other platforms.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Secure AI Chat - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Secure, private AI chat solution by AI ML Operations, LLC. Host locally, analyze files
securely, and keep your data safe.{% endblock %}
{% block content %}
<!-- Product Hero Section -->

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Computer Solutions - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Custom computer builds, deployment, and maintenance by AI ML Operations, LLC. From gaming
PCs to AI servers and workstations.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Contact Us - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Get in touch with AI ML Operations, LLC. Contact us for AI solutions, web design, hosting,
and more. We'd love to hear from you.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}File Hosting - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Secure, scalable, and reliable file hosting with weekly backups by AI ML Operations, LLC.
Protect your data with our advanced storage solutions.{% endblock %}
{% block content %}
<!-- Hero Section -->

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}ML Model Creation - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Custom Machine Learning model creation by AI ML Operations, LLC. We design models for
supervised, unsupervised, and reinforcement learning.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Home - AI ML Operations, LLC{% endblock %}
{% block meta_description %}AI ML Operations, LLC specializes in delivering production-ready AI and ML solutions, custom
web design, and reliable hosting services.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section">

View File

@@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Web Design & Hosting - AI ML Operations, LLC{% endblock %}
{% block meta_description %}Professional web design and reliable hosting solutions by AI ML Operations, LLC. We create
visually stunning, functional websites tailored to your business.{% endblock %}
{% block content %}
<!-- Hero Section -->
<div class="hero-section" style="height: 40vh; min-height: 300px;">