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.
How to change website meta title and description?
-
Blipnoodle
- Member
- Posts: 15
- Joined: Thu Jan 18, 2024 3:09 am
- Phoenix Version:
- Has thanked: 15 times
- Pierre_P
- Contributor
- Posts: 144
- Joined: Fri Mar 12, 2021 5:06 am
- Phoenix Version: v1.1.0.6
- Has thanked: 21 times
- Been thanked: 11 times
Re: How to change website meta title and description?
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');
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');
-
Blipnoodle
- Member
- Posts: 15
- Joined: Thu Jan 18, 2024 3:09 am
- Phoenix Version:
- Has thanked: 15 times
Re: How to change website meta title and description?
Damn, I was hoping i could just change it through the site. Thank you for this!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');
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: How to change website meta title and description?
Maybe try Admin Dashboard>Tools>Define Languages?Blipnoodle wrote: ↑Wed Mar 06, 2024 1:51 am Damn, I was hoping i could just change it through the site.
-
Blipnoodle
- Member
- Posts: 15
- Joined: Thu Jan 18, 2024 3:09 am
- Phoenix Version:
- Has thanked: 15 times
Re: How to change website meta title and description?
Super duper! thank you very much!heatherbell wrote: ↑Wed Mar 06, 2024 6:02 amMaybe try Admin Dashboard>Tools>Define Languages?Blipnoodle wrote: ↑Wed Mar 06, 2024 1:51 am Damn, I was hoping i could just change it through the site.
Re: How to change website meta title and description?
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?
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');
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');
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: How to change website meta title and description?
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.