if i will use the following js to reposition the title i will have problems with SEO?
Code:
<script defer> const pageHeaderElement = document.querySelector('.view-article .page-header'); const modDatetimeElement = document.querySelector('.mod_datetime.mod_datetime_96'); const parentElement = modDatetimeElement.parentNode; parentElement.insertBefore(pageHeaderElement, modDatetimeElement.nextSibling);</script>
Statistics: Posted by joomlerGR — Thu Apr 25, 2024 5:17 pm