I edited in themes/"my theme"/templates/catalog/ the product.tpl file: at line 81 I changed
<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1>
to
<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$page.meta.title}{/block}</h1>
This worked for all the titles! Do you have any ideas about where to put my hands on for product names in search and related/same category boxes?