SEO Update

This commit is contained in:
edsea
2025-01-09 01:35:58 +01:00
parent a1882b7523
commit 749a808119
8 changed files with 93 additions and 3 deletions

55
free-dating.php Normal file
View File

@@ -0,0 +1,55 @@
<?php
/**
* Page details
*/
$page_title = 'Free dating platform';
$page_description = "Stella Amor is the best free online dating site for picky singles and professionals. With the worlds largest dating filters, including body features and financial preferences, find serious relationships that match your exact criteria. Join Stella Amor for free today!";
require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/header.php');
?>
<div class="container mt-10">
<div class="row">
<div class="col-md-6 col-s-12 align-self-center">
<h1>Free Online Dating with Stella Amor</h1>
<p>Experience free online dating on Stella Amor, the best platform for singles near you. With the worlds largest dating filters, including body features and financial preferences, finding love online has never been this tailored. Start your journey toward serious relationships today—free to join!</p>
<a href="https://stellaamor.com/" class="btn">Join now</a>
</div>
<div class="col-md-6">
<div class="image-container">
<img src="/rss/img/kisses.png" class="shadow" alt="free dating">
</div>
</div>
</div>
</div>
<div class="blue-banner">
<div class="container mt-10 p-20 text-center">
<h2>Stella Amor: The Best Free Alternative to Tinder for Picky Singles and Professionals</h2>
<p>Stella Amor isnt just another dating app—its the perfect choice for picky singles and professionals looking for serious connections. Our platform combines the worlds largest dating filters, including body features, financial details, and lifestyle preferences, to ensure compatibility. Whether you're a busy professional or simply someone who knows exactly what they want, Stella Amor makes online dating effortless and free to use.</p>
</div>
</div>
<div class="container mt-10">
<div class="row">
<div class="col-md-6">
<div class="image-container">
<img src="/rss/img/kisses2.png" class="shadow" alt="dating made easy">
</div>
</div>
<div class="col-md-6 col-s-12 align-self-center">
<h3>Why Stella Amor Is the Ultimate Free Dating Site for Serious Relationships</h3>
<p>Stella Amor is the ultimate free dating site for those looking for serious relationships. With our advanced matchmaking filters, you can find a partner who shares your specific preferences, from body features to financial goals and lifestyle. Whether you're dating for love or seeking a committed relationship, Stella Amors compatibility-based approach helps you find meaningful connections with ease. Join today, and take the first step towards building a relationship that truly fits your life.</p>
<a href="https://stellaamor.com/" class="btn">Start Now for Free</a>
</div>
</div>
</div>
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/footer.php');
?>

View File

@@ -1127,6 +1127,21 @@ footer .footer-inner .footer-col.img {
color: red; color: red;
} }
.btn {
padding: 0.75rem;
border: none;
border-radius: 4px;
background-color: #dadada;
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn:hover {
background-color: #ffffff;
}
@keyframes rotate { @keyframes rotate {
0% { 0% {
transform: rotate(0deg); transform: rotate(0deg);

File diff suppressed because one or more lines are too long

View File

@@ -657,6 +657,21 @@ footer{
color:red; color:red;
} }
.btn {
padding: 0.75rem;
border: none;
border-radius: 4px;
background-color: #dadada; // Primary button color
color: #2a2a2a;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
&:hover {
background-color: #ffffff; // Darker on hover
}
}
@keyframes rotate { @keyframes rotate {
0% { 0% {
transform: rotate(0deg); transform: rotate(0deg);

BIN
rss/img/kisses.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
rss/img/kisses2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@@ -4,8 +4,7 @@ document.addEventListener('DOMContentLoaded', async (v) =>{
loginForm.addEventListener('submit', async (e) =>{ loginForm.addEventListener('submit', async (e) =>{
e.preventDefault(); e.preventDefault();
await login();
login();
}) })
}) })

View File

@@ -20,4 +20,10 @@
<lastmod>2024-12-15</lastmod> <lastmod>2024-12-15</lastmod>
<priority>0.6</priority> <priority>0.6</priority>
</url> </url>
<url>
<loc>https://stellaamor.com/free-dating</loc>
<lastmod>2025-01-09</lastmod>
<priority>0.6</priority>
</url>
</urlset> </urlset>