How do I change meta tag description & keyword ?

pate2471

New Member
YetiShare User
Apr 26, 2013
2
0
0
How do I change meta tag description & keyword ? I could not find it in my admin control panel.

:?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
They are in the top of each file

For example in account_home.php you have

Code:
define("PAGE_NAME", t("account_home_page_name", "Account Home"));
define("PAGE_DESCRIPTION", t("account_home_meta_description", "Your Account Home"));
define("PAGE_KEYWORDS", t("account_home_meta_keywords", "account, home, file, your, interface, upload, download, site"));
 

pate2471

New Member
YetiShare User
Apr 26, 2013
2
0
0
I changed the index.php to my define but it's still your default setting:

<meta name="description" content="Upload, share, track, manage your files in one simple to use file host." />
<meta name="keywords" content="upload, share, track, file, hosting, host" />
<meta name="copyright" content="Copyright &copy; 2013 - File Upload Script" />
Which file I have to change to apply to the homepage ?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Go to Configuration > Translations > manage translations > Where it says "Filter Results" put in the box > index_meta_ click enter and you should see the following:



Click on edit to change it
 

Attachments