better descriptions

This commit is contained in:
Lanta 2023-11-20 13:53:04 +01:00
parent 3187a2a087
commit 4d8c7f1870
6 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,6 @@
<?php
$ogDescription = "Welcome to the epicenter of PUBG action! Catch up on the latest matches with detailed stats including player names, match dates, modes, types, maps, kills, and more. Plus, get an inside look at our clan's profile, including member details and key attributes. Stay connected with the pulse of our PUBG community!";
// Read the JSON file
$jsonData = file_get_contents('data/player_matches.json');
$playersData = json_decode($jsonData, true);

View file

@ -1,5 +1,5 @@
<?php
$ogDescription = "Player Stats past month";
$ogDescription = "Explore detailed player statistics over the past month including win percentages, K/D ratios in human and all-player categories, total kills, and more. Delve into stats for various match types like Intense, Casual, Official, Custom, and Ranked, and see how players have fared in a minimum number of matches. Stay informed with the latest updates on player performance.";
?>
<!DOCTYPE html>

View file

@ -1,5 +1,5 @@
<?php
$ogDescription = "DTCH Clan Match Stats";
$ogDescription = "Dive into the detailed match stats of DTCH Clan in PUBG. Explore recent matches, various game modes, and match types. View individual performance metrics like kills, damage dealt, and survival time for each clan member. Stay updated with the latest match stats and follow the clan's journey in PUBG.";
?>

View file

@ -1,5 +1,5 @@
<?php
$ogDescription = "Match information";
$ogDescription = "Get in-depth insights into recent PUBG matches. Discover detailed match information including player stats, game modes, match types, and map names. Updated regularly to provide the latest and most comprehensive match data for PUBG enthusiasts.";
?>

View file

@ -1,6 +1,7 @@
<?php
$ogDescription = "User Stats top 10";
$ogDescription = "Check out the top 10 PUBG player rankings in key performance categories! Explore leaderboards for metrics like damage dealt, headshot kills, and more across different game modes. Stay on top of the competitive scene and see where you or your favorite players stand in our regularly updated stats.";
?>

View file

@ -1,5 +1,6 @@
<?php
$ogDescription = "Average User Stats";
$ogDescription = "Discover comprehensive average statistics for PUBG players. Dive into player performance across various game modes including solo, duo, and squad, and explore key metrics like Kills, Damage, Headshots, Wins, and Top10s. Stay updated with the latest statistical trends in PUBG gaming.";
?>