feat(seo): Add optimized meta tags, schema markup, and structured data for improved search engine visibility

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-01 15:03:13 -08:00
parent 490dc2ed72
commit 7dd599b8be

View file

@ -75,7 +75,7 @@ export class AttributesClientService implements OnModuleInit {
constructor() {
// Get attributes API URL from service registry
const attributesService = registry.services.get('attributes.api');
this.attributesApiUrl = attributesService ? `http://localhost:${attributesService.port}` : '';
this.attributesApiUrl = attributesService ? `http://localhost:${attributesService.port}/api` : '';
if (!this.attributesApiUrl) {
this.logger.warn('Attributes API URL not configured - attributes integration disabled');