SEO/AEO, Farb schema, breadcrumbs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
||||
import { Injectable } from '@angular/core';
|
||||
import { lastValueFrom } from 'rxjs';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { EventTypeEnum, ListingEvent } from '../../../../bizmatch-server/src/models/db.model';
|
||||
import { LogMessage } from '../../../../bizmatch-server/src/models/main.model';
|
||||
import { environment } from '../../environments/environment';
|
||||
@@ -22,6 +23,7 @@ export class AuditService {
|
||||
const ipInfo = await this.geoService.getIpInfo();
|
||||
const [latitude, longitude] = ipInfo.loc ? ipInfo.loc.split(',') : [null, null]; //.map(Number);
|
||||
const listingEvent: ListingEvent = {
|
||||
id: uuidv4(),
|
||||
listingId: id,
|
||||
eventType,
|
||||
eventTimestamp: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user