From 350ed9ab938d95f67c45ea8a357a6c4c31ae6379 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Wed, 13 Mar 2024 16:53:32 +0100 Subject: [PATCH] make ping-searchengines --- Makefile | 4 ++++ docs/what-to-build.mdx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d59587a..63f2f436 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,7 @@ docker-serve: docker run -p 3000:3000 --name suave-docs --rm -it -w /mnt -v $(CUR_DIR):/mnt node:20 /usr/local/bin/npm yarn serve docker-build-serve: docker-build docker-serve + +ping-searchengines: + curl -s http://www.google.com/webmasters/sitemaps/ping?sitemap=https://suave-alpha.flashbots.net/sitemap.xml -o /dev/null + curl -s http://www.bing.com/webmaster/ping.aspx?siteMap=https://suave-alpha.flashbots.net/sitemap.xml -o /dev/null diff --git a/docs/what-to-build.mdx b/docs/what-to-build.mdx index 3cf0f157..cdc3906c 100644 --- a/docs/what-to-build.mdx +++ b/docs/what-to-build.mdx @@ -1,6 +1,6 @@ --- title: What to Build -description: Up-to-date ideas for interesting things to build on SUAVE. +description: Ideas for interesting things to build on SUAVE. keywords: - key - concepts