From 0a66ced99a4f2a3f914d333da39aabbf51a527d6 Mon Sep 17 00:00:00 2001 From: Glenn Latomme Date: Thu, 6 Jun 2024 14:52:48 +0200 Subject: [PATCH] fix: some SEO improvements --- README.md | 2 +- apps/app/public/robots.txt | 2 ++ apps/app/src/index.html | 3 ++- libs/frontend/root/src/root/root.component.html | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 apps/app/public/robots.txt diff --git a/README.md b/README.md index 706ec0a..9a5febb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The directory structure of this Nx monorepo is organized as follows: - **apps/app**: This is the main Angular application with SSR enabled. - **apps/api**: This directory is used for running the backend server during development. -### Libs +### Libsf - **libs/backend/root**: This directory contains the entry point for the backend services. It includes necessary configurations and files to initialize and run the backend application. - **libs/frontend/root**: This directory contains the entry point for the frontend services. It includes necessary configurations and files to initialize and run the frontend application. diff --git a/apps/app/public/robots.txt b/apps/app/public/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/apps/app/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file diff --git a/apps/app/src/index.html b/apps/app/src/index.html index c1441aa..5543ae5 100644 --- a/apps/app/src/index.html +++ b/apps/app/src/index.html @@ -2,10 +2,11 @@ - Responsive sidenav + Angular + NestJS example + -

Responsive App