How to change website meta title and description?

Open to all! Ask other shopowners for help.
Post Reply
Blipnoodle
Member
Posts: 15
Joined: Thu Jan 18, 2024 3:09 am
Phoenix Version:
Has thanked: 15 times

How to change website meta title and description?

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
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?

Post 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');
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?

Post 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! :)
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?

Post 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?
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?

Post 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
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: How to change website meta title and description?

Post by trophy »

Can't find Meta tabs where you suggest in ver : CE Phoenix v1.0.8.0.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: How to change website meta title and description?

Post 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');
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?

Post 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.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: How to change website meta title and description?

Post by trophy »

ecarts, spot on thank you.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply