Anyone here knows how to change meta tag for specific route through backend?
->content(function (Document $document) {
$document->head[] = '<meta name="Description" CONTENT="my description">';}),
this does the job, but for all the pages (i need only on a specific page like /my-page), i think someone here can help me with this.
i've tried to follow some extension example but seems to be more complex than appear