From bc2e37f15a00c1bd98826f955340072c63288dee Mon Sep 17 00:00:00 2001 From: DARSAN Date: Sat, 7 Dec 2024 03:13:15 +0530 Subject: [PATCH] Meta data and keywords added to all page --- pages/about/_meta.ts | 2 +- pages/about/index.mdx | 5 ++-- pages/blogs/_meta.ts | 2 +- pages/blogs/index.mdx | 5 ++-- pages/docs/ci-cd-with-hawkjs.mdx | 22 ++++++++++++++++- pages/docs/ci-cd-with-hawkjs/_meta.ts | 6 +++++ .../docs/ci-cd-with-hawkjs/github-action.mdx | 21 ++++++++++++++++ pages/docs/ci-cd-with-hawkjs/gitlab-ci.mdx | 18 ++++++++++++++ pages/docs/ci-cd-with-hawkjs/jenkins.mdx | 19 +++++++++++++++ pages/docs/comprehensive-faq-for-hawk-js.mdx | 19 +++++++++++++++ pages/docs/credentials/ftp-credentials.mdx | 21 +++++++++------- ...taining-google-credentials-for-hawk-js.mdx | 19 +++++++++------ .../docs/effective-indexing-with-hawk-js.mdx | 18 +++++++++----- .../google-job-live-media-indexing.mdx | 11 +++++---- .../google-webmaster.mdx | 3 +-- .../indexnow.mdx | 20 +++++++++------- pages/docs/enhancing-seo-with-hawk-js-cli.mdx | 16 +++++++++---- .../docs/exploring-hawk-js-api-functions.mdx | 19 ++++++++++----- pages/docs/getting-started-with-hawk-js.mdx | 24 ++++++++++--------- .../hawk-js-configuration-settings-guide.mdx | 20 +++++++++------- pages/docs/index.mdx | 13 ++++++---- pages/index.mdx | 4 ++-- pages/sponsors/_meta.ts | 2 +- pages/sponsors/index.mdx | 5 ++-- 24 files changed, 233 insertions(+), 81 deletions(-) diff --git a/pages/about/_meta.ts b/pages/about/_meta.ts index 6744242..e073cd6 100644 --- a/pages/about/_meta.ts +++ b/pages/about/_meta.ts @@ -1,6 +1,6 @@ export default { index: { - title: "", + title: "About", theme: { layout: "raw", }, diff --git a/pages/about/index.mdx b/pages/about/index.mdx index 6f5fcda..9c926c7 100644 --- a/pages/about/index.mdx +++ b/pages/about/index.mdx @@ -1,8 +1,9 @@ --- -title: -description: +title: "Meet the Author & The Story Behind Hawk.js" +description: "Discover the vision and mission behind Hawk.js. Meet DARSAN, the creator, and explore how Hawk.js is changing the future of SEO automation." --- + import About from "../../components/about"; diff --git a/pages/blogs/_meta.ts b/pages/blogs/_meta.ts index 6744242..a1a8014 100644 --- a/pages/blogs/_meta.ts +++ b/pages/blogs/_meta.ts @@ -1,6 +1,6 @@ export default { index: { - title: "", + title: "Blogs", theme: { layout: "raw", }, diff --git a/pages/blogs/index.mdx b/pages/blogs/index.mdx index 54c51d9..8fbe4f7 100644 --- a/pages/blogs/index.mdx +++ b/pages/blogs/index.mdx @@ -1,8 +1,9 @@ --- -title: -description: +title: "Hawk.js Blog - Insights, Updates, and Best Practices" +description: "Explore the Hawk.js blog for expert insights, the latest updates, and best practices in SEO automation and web development to enhance your digital projects." --- + import Blogs from "../../components/blogs"; diff --git a/pages/docs/ci-cd-with-hawkjs.mdx b/pages/docs/ci-cd-with-hawkjs.mdx index 01eec9b..bfdb54b 100644 --- a/pages/docs/ci-cd-with-hawkjs.mdx +++ b/pages/docs/ci-cd-with-hawkjs.mdx @@ -1,4 +1,7 @@ - +--- +title: "Continuous Integration with Hawk.js" +description: "Integrate Hawk.js into your CI/CD pipeline for automated sitemap generation and search engine submission. Learn how to configure workflows on GitHub Actions, GitLab CI, and Jenkins." +--- # Continuous Integration with Hawk.js @@ -27,3 +30,20 @@ Each page provides **four customizable workflows**: 4. **Sitemap Generation Only**: Generate the sitemap without triggering submissions. Explore platform-specific pages for detailed workflow templates and step-by-step guidance. + +--- + +**Keywords:** +
    +
  • Hawk.js CI/CD
  • +
  • GitHub Actions
  • +
  • GitLab CI
  • +
  • Jenkins
  • +
  • sitemap generation
  • +
  • search engine submission
  • +
  • IndexNow
  • +
  • Google Webmaster API
  • +
  • Google Indexing API
  • +
  • CI/CD automation
  • +
  • deployment pipeline
  • +
\ No newline at end of file diff --git a/pages/docs/ci-cd-with-hawkjs/_meta.ts b/pages/docs/ci-cd-with-hawkjs/_meta.ts index 5b17650..81c7796 100644 --- a/pages/docs/ci-cd-with-hawkjs/_meta.ts +++ b/pages/docs/ci-cd-with-hawkjs/_meta.ts @@ -2,4 +2,10 @@ export default { "github-action": { title: "Github Action", }, + "gitlab-ci": { + title: "Gitlab CI", + }, + jenkins: { + title: "Jenkins", + }, }; diff --git a/pages/docs/ci-cd-with-hawkjs/github-action.mdx b/pages/docs/ci-cd-with-hawkjs/github-action.mdx index 856582e..39d255d 100644 --- a/pages/docs/ci-cd-with-hawkjs/github-action.mdx +++ b/pages/docs/ci-cd-with-hawkjs/github-action.mdx @@ -1,3 +1,8 @@ +--- +title: "GitHub Actions for Hawk.js Integration" +description: "Automate your sitemap generation and search engine submission with Hawk.js using GitHub Actions. Learn how to configure workflows for IndexNow, Google Webmaster, and Google Indexing strategies." +--- + # GitHub Actions ## Case 1: GitHub Actions Workflow for `IndexNow` Strategy @@ -445,3 +450,19 @@ By leveraging **GitHub Actions**, your website’s content will stay fresh in se Happy automating with Hawk.js! +--- + + +**Keywords:** +
    +
  • GitHub Actions
  • +
  • Hawk.js
  • +
  • IndexNow strategy
  • +
  • Google Webmaster strategy
  • +
  • Google Indexing API
  • +
  • sitemap generation
  • +
  • CI/CD pipeline
  • +
  • FTP upload
  • +
  • automated SEO
  • +
  • CI workflows
  • +
diff --git a/pages/docs/ci-cd-with-hawkjs/gitlab-ci.mdx b/pages/docs/ci-cd-with-hawkjs/gitlab-ci.mdx index 525c2ac..baf7901 100644 --- a/pages/docs/ci-cd-with-hawkjs/gitlab-ci.mdx +++ b/pages/docs/ci-cd-with-hawkjs/gitlab-ci.mdx @@ -1,3 +1,8 @@ +--- +title: "GitLab CI Workflows for Hawk.js" +description: "Learn how to automate SEO tasks using GitLab CI workflows for Hawk.js, including strategies for IndexNow, Google Webmaster, and G-Index." +--- + # GitLab CI Workflows for Hawk.js ## Case 1: GitLab CI Workflow for `IndexNow` Strategy @@ -232,3 +237,16 @@ generate-sitemap: With these workflows, you can easily automate the process of generating sitemaps, notifying search engines about updates, and ensuring real-time indexing of your web content. For workflows tailored to other CI platforms such as [GitHub Actions](/docs/ci-cd-with-hawkjs/github-action) or [Jenkins](/docs/ci-cd-with-hawkjs/jenkins), refer to the relevant documentation links. +--- + +Keywords: +
    +
  • Hawk.js
  • +
  • GitLab CI
  • +
  • SEO automation
  • +
  • IndexNow strategy
  • +
  • Google Webmaster
  • +
  • Google Indexing API
  • +
  • Sitemap generation
  • +
  • Continuous integration
  • +
\ No newline at end of file diff --git a/pages/docs/ci-cd-with-hawkjs/jenkins.mdx b/pages/docs/ci-cd-with-hawkjs/jenkins.mdx index 9645c2d..a1e8d12 100644 --- a/pages/docs/ci-cd-with-hawkjs/jenkins.mdx +++ b/pages/docs/ci-cd-with-hawkjs/jenkins.mdx @@ -1,3 +1,8 @@ +--- +title: "Jenkins CI/CD Integration for Hawk.js" +description: "Learn how to integrate Hawk.js with Jenkins to automate sitemap generation, submission, and indexing strategies for continuous integration." +--- + # Jenkins CI/CD Integration for Hawk.js In this section, we'll outline how to integrate **Hawk.js** with Jenkins to automate your sitemap generation, submission, and indexing strategies. The workflows described here will enable you to leverage Jenkins' power for continuous integration and keep your content up to date across search engines. @@ -340,3 +345,17 @@ pipeline { ### Next Steps: - If you're using **[GitHub Actions](/docs/ci-cd-with-hawkjs/github-action)** or **[GitLab CI](/docs/ci-cd-with-hawkjs/gitlab-ci)**, refer to the respective sections for platform-specific workflows. + +--- + +Keywords: +
    +
  • Hawk.js
  • +
  • Jenkins CI/CD
  • +
  • SEO automation
  • +
  • IndexNow strategy
  • +
  • Google Webmaster
  • +
  • Google Indexing API
  • +
  • Sitemap generation
  • +
  • Continuous integration
  • +
diff --git a/pages/docs/comprehensive-faq-for-hawk-js.mdx b/pages/docs/comprehensive-faq-for-hawk-js.mdx index e09db6f..5143155 100644 --- a/pages/docs/comprehensive-faq-for-hawk-js.mdx +++ b/pages/docs/comprehensive-faq-for-hawk-js.mdx @@ -1,3 +1,8 @@ +--- +title: "Frequently Asked Questions (FAQ) - Hawk.js" +description: "Find answers to the most common questions about using Hawk.js, including its setup, strategies, and configuration options." +--- +
What is Hawk.js?

@@ -939,3 +944,17 @@ These pages provide step-by-step guides to integrate Hawk.js into your chosen CI/CD platform.

+ +--- + +Keywords: +
    +
  • Hawk.js
  • +
  • FAQ
  • +
  • SEO automation
  • +
  • sitemap generation
  • +
  • IndexNow strategy
  • +
  • Google Indexing API
  • +
  • Google Webmaster
  • +
  • CI/CD
  • +
\ No newline at end of file diff --git a/pages/docs/credentials/ftp-credentials.mdx b/pages/docs/credentials/ftp-credentials.mdx index 006131d..bc6d976 100644 --- a/pages/docs/credentials/ftp-credentials.mdx +++ b/pages/docs/credentials/ftp-credentials.mdx @@ -1,6 +1,6 @@ --- -title: "Setting Up FTP Credentials for Hawk.js" -description: "Learn how to configure an FTP server and set up FTP credentials for Hawk.js. Understand why the FTP root directory must align with your web server's primary directory and how to integrate credentials into your configuration." +title: "Configuring FTP Credentials for Hawk.js" +description: "Learn how to configure FTP credentials in Hawk.js to enable seamless file uploads for strategies like IndexNow and Google sitemap submissions. Follow the step-by-step guide to set up FTP access and integrate it into your configuration." --- # Configuring FTP Credentials for Hawk.js @@ -86,11 +86,16 @@ exports.default = config; --- + **Keywords:**
    -
  • FTP server
  • -
  • FTP credentials
  • -
  • web hosting
  • -
  • Hawk.js setup
  • -
  • FTP configuration
  • -
+
  • FTP Credentials
  • +
  • Hawk.js
  • +
  • FTP Server Setup
  • +
  • IndexNow
  • +
  • Google Sitemap
  • +
  • File Upload
  • +
  • FTP Configuration
  • +
  • Web Server Root Directory
  • +
  • Secure FTP Setup
  • + \ No newline at end of file diff --git a/pages/docs/credentials/obtaining-google-credentials-for-hawk-js.mdx b/pages/docs/credentials/obtaining-google-credentials-for-hawk-js.mdx index ceea115..c80d21c 100644 --- a/pages/docs/credentials/obtaining-google-credentials-for-hawk-js.mdx +++ b/pages/docs/credentials/obtaining-google-credentials-for-hawk-js.mdx @@ -1,7 +1,6 @@ --- -title: "Obtaining Google Credentials for Hawk.js: A Step-by-Step Guide" -description: "Learn how to obtain Google service account credentials for Hawk.js by following these detailed steps. Integrate Hawk.js with the Google Indexing API and Search Console API, ensuring seamless access to powerful SEO tools." -thumbnailUrl: https://cresteem.com/opensource/enhancing-seo-with-hawk-js/thumbnail.png +title: "Google Service Account Credentials for `GWebmaster`, `GWebmaster2`, and `GIndex`" +description: "Learn how to create and configure Google service account credentials for integrating with `GWebmaster`, `GWebmaster2`, and `GIndex` in Hawk.js. Follow the step-by-step guide to set up your Google APIs and authenticate your application." --- import { Callout, Steps } from "nextra/components"; @@ -82,9 +81,15 @@ By following these steps, you should be able to successfully obtain and configur


    -Keywords: -
      -
    • Search Console API
    • +**Keywords:** +
        +
      • Google Service Account
      • +
      • GWebmaster
      • +
      • GWebmaster2
      • +
      • GIndex
      • +
      • Google Search Console
      • Indexing API
      • +
      • Google Cloud Console
      • +
      • API authentication
      • service account setup
      • -
      +
    \ No newline at end of file diff --git a/pages/docs/effective-indexing-with-hawk-js.mdx b/pages/docs/effective-indexing-with-hawk-js.mdx index a38f19a..cd88022 100644 --- a/pages/docs/effective-indexing-with-hawk-js.mdx +++ b/pages/docs/effective-indexing-with-hawk-js.mdx @@ -1,6 +1,6 @@ --- -title: "Hawk.js's Comprehensive Approach to Search Engine Indexing" -description: "Learn about the various indexing strategies supported by Hawk.js to improve your website's SEO and ensure timely content indexing." +title: "Supported Indexing Strategies in Hawk.js" +description: "Explore the different indexing strategies available in Hawk.js, including IndexNow, Google Indexing API, and Google Webmaster Tools. Learn how each strategy works and when to use them for better SEO performance." --- # Supported Indexing Strategies in Hawk.js @@ -30,10 +30,16 @@ For detailed instructions on how to configure and use each strategy, proceed to --- -**Keywords:** +**Keywords:**
      +
    • Hawk.js
    • IndexNow
    • Google Indexing API
    • -
    • Google Search Console API
    • -
    - +
  • GWebmaster
  • +
  • SEO strategies
  • +
  • sitemap submission
  • +
  • job postings
  • +
  • live streaming SEO
  • +
  • search engine indexing
  • +
  • search engine optimization
  • + \ No newline at end of file diff --git a/pages/docs/effective-indexing-with-hawk-js/google-job-live-media-indexing.mdx b/pages/docs/effective-indexing-with-hawk-js/google-job-live-media-indexing.mdx index 04dcd02..b7502f4 100644 --- a/pages/docs/effective-indexing-with-hawk-js/google-job-live-media-indexing.mdx +++ b/pages/docs/effective-indexing-with-hawk-js/google-job-live-media-indexing.mdx @@ -1,6 +1,6 @@ --- -title: "G-Index: Unlocking the Power of Google's Indexing API" -description: "Understand how Hawk.js integrates with the Google Indexing API to notify Google of new or updated content. Learn the use cases, requirements, and how G-Index optimizes your site's SEO performance." +title: "Using Google Indexing API (G-Index) with Hawk.js" +description: "Learn how to use the Google Indexing API (G-Index) with Hawk.js to notify Google about new or updated content on your site. This ensures faster indexing and improved search visibility for time-sensitive or frequently updated pages." --- # GIndex with Hawk.js @@ -92,7 +92,10 @@ import {Callout} from "nextra/components";
    • Google Indexing API
    • G-Index
    • -
    • SEO optimization
    • +
    • SEO automation
    • +
    • fast indexing
    • +
    • JobPosting
    • +
    • BroadcastEvent
    • +
    • VideoObject
    • structured data
    • -
    • time-sensitive content
    \ No newline at end of file diff --git a/pages/docs/effective-indexing-with-hawk-js/google-webmaster.mdx b/pages/docs/effective-indexing-with-hawk-js/google-webmaster.mdx index 3787630..d813c8b 100644 --- a/pages/docs/effective-indexing-with-hawk-js/google-webmaster.mdx +++ b/pages/docs/effective-indexing-with-hawk-js/google-webmaster.mdx @@ -3,7 +3,6 @@ title: "Using Google Webmaster API (GWebMaster & GWebMaster2) with Hawk.js" description: "Learn how to use Google Webmaster tools (GWebMaster and GWebMaster2) with Hawk.js for automated sitemap submission, feedback tracking, and effective website indexing. Understand the differences between GWebMaster and GWebMaster2, and how to set them up." --- - # GWebMaster & GWebMaster2 with Hawk.js @@ -98,7 +97,7 @@ The **GWebMaster2** strategy enhances the basic functionality of **GWebMaster** --- -**Keywords:** +**Keywords:**
    • Google Webmaster API
    • GWebMaster
    • diff --git a/pages/docs/effective-indexing-with-hawk-js/indexnow.mdx b/pages/docs/effective-indexing-with-hawk-js/indexnow.mdx index 19e4c24..d4b6396 100644 --- a/pages/docs/effective-indexing-with-hawk-js/indexnow.mdx +++ b/pages/docs/effective-indexing-with-hawk-js/indexnow.mdx @@ -1,6 +1,6 @@ --- -title: "Comprehensive Guide to Using IndexNow with Hawk.js" -description: "Learn how to use the IndexNow strategy with Hawk.js to ensure rapid indexing of your website's content. Discover how it works, when to use it, and how to set it up via CLI." +title: "IndexNow with Hawk.js" +description: "Learn how to integrate IndexNow with Hawk.js for real-time content indexing. This guide covers the steps for using the IndexNow protocol, FTP server setup, and optimizing your website’s indexing process for faster search engine visibility." --- # IndexNow with Hawk.js @@ -93,12 +93,16 @@ By using **IndexNow** with Hawk.js, you can significantly speed up the process o --- -**Keywords:** +**Keywords:**
        -
      • IndexNow
      • Hawk.js
      • -
      • SEO Optimization
      • -
      • Indexing
      • -
      • FTP Server
      • -
      • Search Engine Crawling
      • +
      • IndexNow
      • +
      • real-time indexing
      • +
      • content updates
      • +
      • search engine indexing
      • +
      • SEO optimization
      • +
      • FTP server
      • +
      • search engine crawling
      • +
      • fast content indexing
      • +
      • automated SEO
      \ No newline at end of file diff --git a/pages/docs/enhancing-seo-with-hawk-js-cli.mdx b/pages/docs/enhancing-seo-with-hawk-js-cli.mdx index cb6c2f0..baebfbe 100644 --- a/pages/docs/enhancing-seo-with-hawk-js-cli.mdx +++ b/pages/docs/enhancing-seo-with-hawk-js-cli.mdx @@ -1,8 +1,9 @@ --- -title: "Hawk.js CLI: Simplified Sitemap Generation and Submission" -description: "Learn how to use the Hawk.js CLI for generating sitemaps, feeding them to search engines, and initializing configurations. Explore supported strategies and command options." +title: "Hawk.js CLI Documentation" +description: "Learn how to use the Hawk.js CLI tool to automate sitemap generation and submission to search engines. This guide covers commands, options, strategies, and best practices for using Hawk.js with various indexing strategies." --- + # Hawk.js CLI Documentation Hawk.js provides a powerful CLI tool to automate sitemap generation and submission to search engines using various supported strategies. This guide will walk you through the commands, options, and best practices for using the Hawk.js CLI. @@ -168,7 +169,12 @@ Explore more about each strategy:
      • Hawk.js CLI
      • sitemap generation
      • -
      • search engine indexing
      • +
      • command line tool
      • IndexNow
      • -
      • Google Webmaster Tools
      • -
      +
    • Google Webmaster
    • +
    • GWebMaster
    • +
    • Indexing API
    • +
    • FTP upload
    • +
    • CLI commands
    • +
    • strategy configuration
    • +
    \ No newline at end of file diff --git a/pages/docs/exploring-hawk-js-api-functions.mdx b/pages/docs/exploring-hawk-js-api-functions.mdx index 885eb39..46fb3d5 100644 --- a/pages/docs/exploring-hawk-js-api-functions.mdx +++ b/pages/docs/exploring-hawk-js-api-functions.mdx @@ -1,6 +1,6 @@ --- title: "Hawk.js API Documentation" -description: "Explore Hawk.js's public API for sitemap generation, indexing strategies, and utilities. Learn how to use its methods for streamlined SEO and automation." +description: "Explore the Hawk.js API for sitemap generation, search engine submission, and indexing automation. Learn about the public methods, configuration options, and strategies available in Hawk.js." --- # Hawk.js API Documentation @@ -184,8 +184,15 @@ Refer to the CLI and strategy-specific documentation for details on each support **Keywords:**
    • Hawk.js API
    • -
    • sitemap generation API
    • -
    • SEO automation API
    • -
    • IndexNow API
    • -
    • Google Search Console API
    • -
    +
  • sitemap generation
  • +
  • indexing automation
  • +
  • search engine submission
  • +
  • API methods
  • +
  • IndexNow
  • +
  • Google Webmaster
  • +
  • GWebMaster
  • +
  • GIndex
  • +
  • API configuration
  • +
  • robots.txt
  • +
  • FTP upload
  • + \ No newline at end of file diff --git a/pages/docs/getting-started-with-hawk-js.mdx b/pages/docs/getting-started-with-hawk-js.mdx index 833882e..c83fd00 100644 --- a/pages/docs/getting-started-with-hawk-js.mdx +++ b/pages/docs/getting-started-with-hawk-js.mdx @@ -1,9 +1,8 @@ --- -title: "Getting Started with Hawk.js: A Step-by-Step Guide" -description: "Discover the simple installation process of Hawk.js, a powerful tool for enhancing your website's SEO. This guide will ensure you have everything you need to set up Hawk.js and improve your site's visibility." +title: "Getting Started with Hawk.js: Setup and Installation" +description: "Learn how to set up and configure Hawk.js for automated sitemap generation and SEO optimization. Follow step-by-step installation and configuration instructions to get started quickly." --- - # Getting Started ## Prerequisite @@ -96,12 +95,15 @@ This will ensure Hawk.js runs optimally for your website and automates your SEO --- -**Keywords:** -
      -
    • SEO tool setup
    • -
    • environment configuration
    • -
    • web development
    • -
    • IndexNow
    • +**Keywords:** +
        +
      • Hawk.js
      • +
      • SEO setup
      • +
      • installation guide
      • +
      • sitemap generation
      • Google Webmaster Tools
      • -
      - +
    • IndexNow
    • +
    • SEO automation
    • +
    • configuration tutorial
    • +
    • Node.js setup
    • +
    \ No newline at end of file diff --git a/pages/docs/hawk-js-configuration-settings-guide.mdx b/pages/docs/hawk-js-configuration-settings-guide.mdx index 1d5ce1a..25db808 100644 --- a/pages/docs/hawk-js-configuration-settings-guide.mdx +++ b/pages/docs/hawk-js-configuration-settings-guide.mdx @@ -1,9 +1,8 @@ --- -title: "Customizing Hawk.js: A Guide to Configuration Settings" -description: "Learn how to customize the configuration settings in Hawk.js to optimize your sitemap generation process. Understand each configuration option and how it impacts your site's SEO performance." +title: "Configuring Hawk.js: Setup and Customization" +description: "Learn how to configure Hawk.js for your project with customizable settings for sitemap generation, Google services, FTP credentials, and more. Get detailed instructions for adjusting configuration files and optimizing your SEO setup." --- - # Configurations ## Default Template Configuration @@ -128,11 +127,16 @@ Learn About Supported Indexing [Strategies](/docs/effective-indexing-with-hawk-j --- -**Keywords:** +**Keywords:**
      -
    • hawk.config.js
    • -
    • configuration settings
    • -
    • SEO optimization
    • -
    • customization
    • +
    • Hawk.js
    • +
    • sitemap configuration
    • +
    • SEO setup
    • FTP credentials
    • +
    • Google Webmaster Tools
    • +
    • service account
    • +
    • IndexNow
    • +
    • configuration tutorial
    • +
    • SEO optimization
    • +
    • hawk.config.js
    diff --git a/pages/docs/index.mdx b/pages/docs/index.mdx index 5ee3074..229b699 100644 --- a/pages/docs/index.mdx +++ b/pages/docs/index.mdx @@ -1,8 +1,9 @@ --- title: "Introducing Hawk.js: Supercharge Your Website's SEO" -description: "Hawk.js is the ultimate tool for web developers and SEO enthusiasts. Learn how it can streamline your SEO tasks, ensuring better search engine visibility and improved website ranking." +description: "Hawk.js is an advanced open-source sitemap generator and SEO automation tool designed to streamline sitemap creation, search engine submissions, and improve website SEO for better visibility and ranking." --- + # Introduction Welcome to the Hawk.js Documentation Site! @@ -68,10 +69,14 @@ Ready to get started? --- -Keywords: +**Keywords:**
    • Hawk.js
    • sitemap generator
    • -
    • SEO optimization
    • +
    • SEO automation
    • search engine submission
    • -
    +
  • IndexNow
  • +
  • Google Search Console
  • +
  • SEO optimization
  • +
  • open-source SEO tool
  • + \ No newline at end of file diff --git a/pages/index.mdx b/pages/index.mdx index b1f00ea..4cc6f0f 100644 --- a/pages/index.mdx +++ b/pages/index.mdx @@ -1,6 +1,6 @@ --- -title: -description: +title: "Hawk.js - Automate Your SEO and Boost Search Engine Visibility" +description: "Hawk.js is an open-source SEO automation tool that generates and submits sitemaps to all major search engines, improving your website’s SEO performance effortlessly." --- import Home from "../components/home"; diff --git a/pages/sponsors/_meta.ts b/pages/sponsors/_meta.ts index 6744242..0690eab 100644 --- a/pages/sponsors/_meta.ts +++ b/pages/sponsors/_meta.ts @@ -1,6 +1,6 @@ export default { index: { - title: "", + title: "Sponsor", theme: { layout: "raw", }, diff --git a/pages/sponsors/index.mdx b/pages/sponsors/index.mdx index f2ca510..e0499ba 100644 --- a/pages/sponsors/index.mdx +++ b/pages/sponsors/index.mdx @@ -1,8 +1,9 @@ --- -title: -description: +title: "Support Hawk.js - Empowering SEO Automation and Web Development" +description: "Help support Hawk.js, an open-source project focused on SEO automation and web development. Your sponsorship fuels innovation, bug fixes, and feature enhancements." --- + import Sponsors from "../../components/sponsors";