DERHAEUPTLING/contao-immobilienscout24-import-bundle

Meta: Title & Description on Reader

Closed this issue · 3 comments

Meta: Title & Description on Reader
m-vo commented

What do you mean by this?

Sorry.
I meant the Meta Tags in the HTML Head like title and description.

mod_newsreader or mod_event overwrite those, whenever they are implemented.

I did this in the template for now:

global $objPage;
$objPage->title = $realEstate->getTitle();
$objPage->description = $this->getFormatted($realEstate, 'descriptionNote');

If this solution is ok for you, please just close the issue.

m-vo commented

Yeah, I think this should be optional. So if it works, go with your solution I'd say. If this ever needs to be a (configurable) option we can open a new issue.