Optimized SEO

This commit is contained in:
Lorenzo Iovino 2024-01-18 10:24:37 +01:00
parent 2386ad14c8
commit 067e6e79f3
7 changed files with 59 additions and 20 deletions

View file

@ -1,6 +1,6 @@
import { Component } from '@angular/core';
import { CommonModule } from '@angular/common';
import { RouterOutlet } from '@angular/router';
import {RouterOutlet} from '@angular/router';
import {MenuComponent} from "./menu/menu.component";
import {HeroComponent} from "./hero/hero.component";
import {SectionComponent} from "./section/section.component";
@ -18,6 +18,7 @@ export class AppComponent {
constructor(private metaTagService: Meta) {
this.metaTagService.addTags([
{ name: 'description', content: 'Lorenzo Iovino - Software Developer' },
{
name: 'keywords',
content: 'Lorenzo Iovino, lorenzoiovino.com, Software Developer, Software Engineer, Sicily, Computer Science, Blog, Personal Page',