-
AuthorPosts
-
November 16, 2016 at 1:27 pm #712884
Dear Kriesi support,
all pages have a double <title> tag
moreover product categories pages have in the title the name of the first product displayed (“Oak Moss” in the example below)
<!– page title, displayed in your browser bar –>
<title>Natural perfumery | Oak Moss | Natural perfumery</title>
<!– Scripts/CSS and wp_head hook –>
<title>Scents of the Soul – Natural perfumery</title>Correct is the second that display the name of the category “Scent of the Soul”
Thank you
MauroNovember 16, 2016 at 3:48 pm #712952Hey Mauro
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitNovember 16, 2016 at 7:26 pm #713149I disabled all plugin (except WooCommerce and SMTP Mailer, because I fear I will loose their settings) but still there is a double <title> tag
November 18, 2016 at 4:57 pm #714108Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitNovember 18, 2016 at 6:22 pm #714135November 22, 2016 at 4:12 pm #715384Hi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Afterwards deactivate our cache plugin again. Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
If that does not help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyNovember 22, 2016 at 4:22 pm #715392Hey!
This is fixed. I have found the duplicate in your header.php file, I have removed this code:
<!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
Let us know if it’s good on your end too.
Cheers!
NikkoNovember 22, 2016 at 4:33 pm #715396That’s great!
Can I use the code in https://kriesi.at/support/topic/seo-site-title/#post-123651 to work correctly with Yoast SEO?
Thank you NikkoNovember 22, 2016 at 4:53 pm #715419Hi!
Yes, I think you can. :) Try to add it if it doesn’t duplicate the title tag then that wouldn’t be a problem :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.