Skip to content

Commit a1a3dac

Browse files
committed
Description changed
1 parent 3067ee1 commit a1a3dac

File tree

13 files changed

+5
-15
lines changed

13 files changed

+5
-15
lines changed

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title = 'Code Fry Dev'
77
name = "CodeFryDev"
88

99
[Params]
10-
description = "CodeFryDev is your ultimate destination for diverse digital content and tools. Enjoy our extensive game collection, innovative productivity apps, and micro applications for quick solutions. Access educational materials, interactive courses, and comprehensive tutorials for all skill levels. Fuel your creativity with design resources and versatile tools for efficient project completion. Visit CodeFryDev today and explore all we have to offer!"
10+
description = "Building software products, apps, and developer tools for web, mobile, and desktop, providing AI-ready boilerplate code to accelerate feature implementation."
1111
logo = "favicon-32x32.png"
1212
copyright = "codefrydev.in"
1313

layouts/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="msapplication-TileColor" content="#28966a">
1717
<meta name="theme-color" content="#28966a">
1818
<title>404 - Page Not Found | CodeFryDev</title>
19-
<meta name="description" content="The page you're looking for doesn't exist. Return to CodeFryDev homepage to explore our free online tools, games, AI apps, and design resources.">
19+
<meta name="description" content="Building software products, apps, and developer tools for web, mobile, and desktop, providing AI-ready boilerplate code to accelerate feature implementation.">
2020
<meta name="robots" content="noindex, follow">
2121
<link rel="canonical" href="{{ .Site.BaseURL }}404.html">
2222
<link rel="stylesheet" href="/css/internal.css">
@@ -72,7 +72,7 @@
7272
"@context": "https://schema.org",
7373
"@type": "WebPage",
7474
"name": "404 - Page Not Found",
75-
"description": "The page you're looking for doesn't exist. Return to CodeFryDev homepage to explore our free online tools, games, AI apps, and design resources.",
75+
"description": {{ printf "%q" .Site.Params.description }},
7676
"url": "{{ .Site.BaseURL }}404.html",
7777
"mainEntity": {
7878
"@type": "ErrorPage",

layouts/about-us/about-us.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Learn about CodeFryDev - a free platform offering web-based tools, games, AI applications, and design resources. No signup required. Discover our mission and offerings.">
65
<meta name="keywords" content="about codefrydev, free online tools platform, web-based applications, digital tools, productivity apps, AI tools, games, design resources, codefrydev mission">
76
<title>About Us - CodeFryDev | Free Online Tools & Resources Platform</title>
87

@@ -90,7 +89,7 @@
9089
"@type": "AboutPage",
9190
"url": "{{ .Permalink }}",
9291
"name": "About us",
93-
"description": "About us - CodeFryDev is a comprehensive digital platform providing diverse tools, applications, and resources for developers, designers, and digital enthusiasts.",
92+
"description": {{ printf "%q" .Site.Params.description }},
9493
"publisher": {
9594
"@type": "Organization",
9695
"name": {{ printf "%q" .Site.Title }},

layouts/about/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Learn about CodeFryDev - your ultimate destination for diverse digital content, tools, games, and educational resources. Discover our mission and team.">
65
<meta name="keywords" content="about codefrydev, codefrydev team, digital tools, web development, mobile apps, games, tutorials">
76
<title>About - CodeFryDev | Learn More About Us</title>
87

layouts/about/users/list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<head>
55
{{ partial "header.html" . }}
6-
<meta name="description" content="Meet the talented developers and designers contributing to CodeFryDev. Learn about our team members and their contributions.">
76
<meta name="keywords" content="codefrydev team, developers, designers, contributors, about team">
87
<title>Devs and Designers - CodeFryDev | Meet Our Team</title>
98

layouts/ai/ai.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Free AI tools and generators by CodeFryDev. Create memes, summarize websites, generate social media content, and more with our AI-powered utilities. No signup required.">
65
<meta name="keywords" content="free AI tools, AI generator, artificial intelligence tools, AI meme generator, website summarizer, social media AI, visual notes AI, codefrydev AI">
76

87
{{ with resources.Get "css/home.css" }}

layouts/designlab/designlab.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Free design tools and creative resources by CodeFryDev. Access 3D visualizations, music players, design utilities, and artistic applications. No signup required.">
65
<meta name="keywords" content="free design tools, creative resources, design lab, 3D visualizations, music visualization tools, design utilities, artistic applications, web-based design tools, codefrydev design">
76

87
{{ with resources.Get "css/home.css" }}

layouts/games/games.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Play free online games by CodeFryDev. Enjoy Chain Reaction, Wordle, Snake, and more exciting browser-based games. No downloads, no signup required.">
65
<meta name="keywords" content="free online games, browser games, web games, chain reaction game, wordle game, snake game, puzzle games, codefrydev games">
76

87
{{ with resources.Get "css/home.css" }}

layouts/history/history.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Explore the history and timeline of CodeFryDev. Discover milestones, updates, and important events in our journey.">
65
<meta name="keywords" content="codefrydev history, timeline, milestones, updates, company history">
76
<title>History - CodeFryDev | Timeline & Milestones</title>
87
<link rel="stylesheet" href="/css/history.css">

layouts/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
{{ partial "header.html" . }}
5-
<meta name="description" content="Discover free online tools, games, and AI apps at CodeFryDev. No signup required. Access productivity apps, design resources, web-based games, and AI-powered utilities instantly.">
65
<meta name="keywords" content="free online tools, web-based applications, no signup tools, free games, AI tools, design tools, productivity apps, web development tools, codefrydev">
76

87
{{ with resources.Get "css/home.css" }}

0 commit comments

Comments
 (0)