From 420eae1388cdeecf3e2eb91758a417923adfa485 Mon Sep 17 00:00:00 2001 From: Blulupo Date: Wed, 30 Apr 2025 09:01:41 +0200 Subject: [PATCH] add SEO in head --- app.py | 1 + templates/head.html | 26 ++++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 36f24ef..bef86b8 100644 --- a/app.py +++ b/app.py @@ -28,5 +28,6 @@ async def robots(): # BluePrint Routes app.register_blueprint(route_home) + if __name__ == '__main__': app.run(debug=config.DEBUG, host=config.APP_HOST, port=config.APP_PORT) diff --git a/templates/head.html b/templates/head.html index b13bc6e..be26cf2 100644 --- a/templates/head.html +++ b/templates/head.html @@ -1,7 +1,30 @@ + Portfolio - Sistemista Windows/Linux e Sviluppatore Web + + + + + + + + + + + + + + + + + + + + + + @@ -9,5 +32,4 @@ - - \ No newline at end of file +