Hi
Cant figure out how to loose the Jm Minisite, as it appears as the header in Google when you search for our new site site.
I know its something simple, but cant find where it is. Can anyone advise?
Colin
1 answer
Hi Colin!
Please change this code:
<h1 id="logo"><a href="<?php echo $this->getUrl(”) ?>"><span>JM Minisite</span></a></h1>
to
<h1 id="logo"><a href="<?php echo $this->getUrl(”) ?>"><span>Your site name</span></a></h1>
in header.phtml under app\design\frontend\default\jm_minisitetemplate\p age\html
And wait for some days for Google indexing your site again.
Tell us if you need more help.
Thank you.