Page 1 of 1

How to change website meta title and description?

Posted: Thu Feb 29, 2024 2:46 am
by Blipnoodle
I have worked out how to add SEO's to products and categories but have had no luck finding where to change the websites description or title.

Thank you.

Re: How to change website meta title and description?

Posted: Thu Feb 29, 2024 5:07 am
by Pierre_P
You will need to edit the language file like includes/languages/english/index.php
Look for these two lines and change
define('META_SEO_TITLE', 'Index Page Title');
define('META_SEO_DESCRIPTION', 'This is the description of your site to be used in the META Description Element');

Re: How to change website meta title and description?

Posted: Wed Mar 06, 2024 1:51 am
by Blipnoodle
Pierre_P wrote: Thu Feb 29, 2024 5:07 am You will need to edit the language file like includes/languages/english/index.php
Look for these two lines and change
define('META_SEO_TITLE', 'Index Page Title');
define('META_SEO_DESCRIPTION', 'This is the description of your site to be used in the META Description Element');
Damn, I was hoping i could just change it through the site. Thank you for this! :)

Re: How to change website meta title and description?

Posted: Wed Mar 06, 2024 6:02 am
by heatherbell
Blipnoodle wrote: Wed Mar 06, 2024 1:51 am Damn, I was hoping i could just change it through the site.
Maybe try Admin Dashboard>Tools>Define Languages?

Re: How to change website meta title and description?

Posted: Fri Mar 08, 2024 4:45 am
by Blipnoodle
heatherbell wrote: Wed Mar 06, 2024 6:02 am
Blipnoodle wrote: Wed Mar 06, 2024 1:51 am Damn, I was hoping i could just change it through the site.
Maybe try Admin Dashboard>Tools>Define Languages?
Super duper! thank you very much! :D

Re: How to change website meta title and description?

Posted: Sat Mar 16, 2024 2:03 am
by trophy
Can't find Meta tabs where you suggest in ver : CE Phoenix v1.0.8.0.

Re: How to change website meta title and description?

Posted: Sat Mar 16, 2024 3:44 am
by trophy
The below is not in my version 1.0.8.0.
Look for these two lines and change
define('META_SEO_TITLE', 'Index Page Title');
define('META_SEO_DESCRIPTION', 'This is the description of your site to be used in the META Description Element');

Re: How to change website meta title and description?

Posted: Sat Mar 16, 2024 6:00 am
by ecartz
trophy wrote: Sat Mar 16, 2024 3:44 am The below is not in my version 1.0.8.0.
Surely it is: https://github.com/CE-PhoenixCart/Phoen ... ex.php#L25

At least that's what it is in a 1.0.8.0 core version.

Re: How to change website meta title and description?

Posted: Sat Mar 16, 2024 7:18 am
by trophy
ecarts, spot on thank you.