From 31a19f11fa1192b5b2735fb430f1a05ffcb5f325 Mon Sep 17 00:00:00 2001 From: guofei Date: Tue, 29 Oct 2024 14:06:05 +0800 Subject: [PATCH] feat: change seo tdk --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1a851a3..08fa1f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,9 +3,9 @@ import "./globals.css"; import { ReactElement, ReactNode } from "react"; export const metadata: Metadata = { - title: "试玩广告先锋 | 北京索游科技", + title: "试玩广告定制服务 | 北京索游科技", keywords: "试玩广告、互动广告、游戏推广、playable", - description: "我们致力于试玩广告领域,以创新理念和专业服务为游戏行业注入新活力,提供独特的试玩广告方案,有效提升游戏曝光度,吸引众多玩家参与。", + description: "我们专注于试玩广告领域,以创新和专业提供高品质定制服务,打造独特方案,提升游戏曝光,吸引玩家。", creator: "Playable Ads 定制服务团队", };