user3510768
user3510768

Reputation: 135

Change default title in Magento

I follow: System -> Configuration -> Design -> HTML Head -> Default Title, and change title to: This is title for my website.

But when visit home page, title is: Home page.

What is wrong?

Upvotes: 1

Views: 8181

Answers (3)

de coder
de coder

Reputation: 1

Go to CMS->Page in Admin section

in the list that shows up see the left most 'Title' column. You should find a page with the title 'Home page'. Note that this is the page title you are seeing when you visit the homepage.

Click that row

Under Page Information you will see Page Title. Changing that will change the title of your homepage.

Upvotes: 0

MeenakshiSundaram R
MeenakshiSundaram R

Reputation: 2837

Refer this thread

Step 1: Goto Home page in the CMS page editor

Step 2: click on design, then enter this XML into the “Layout Update XML” field:

<reference name="head">
    <action method="setData"><key>title</key><value>Home</value></action>
</reference>

Now the home page title is set as Home

Cheers

Upvotes: 1

Amit Bera
Amit Bera

Reputation: 7611

Home page is managed from ,it cms home page.Please goto admin >CMS>page> find here home page.and here you change title

Upvotes: 3

Related Questions