Author Topic: Head Section  (Read 4509 times)

gordontaylor

  • Guest
Head Section
« on: January 28, 2014, 01:33:44 PM »
I've modified the <head> to add some SEO stuff that I have found is helpful in rankings.

I noticed this bit of code:

Code: [Select]
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php echo $this->templateResource('/image/apple-icon-57x57-precomposed.png');?>" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $this->templateResource('/image/apple-icon-72x72-precomposed.png');?>" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $this->templateResource('/image/apple-icon-114x114-precomposed.png');?>" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $this->templateResource('/image/apple-icon-144x144-precomposed.png');?>" />

Is it necessary to leave it? Is <link rel=> a menu thing?

Can I delete this?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Head Section
« Reply #1 on: January 28, 2014, 06:14:55 PM »
yes, you can :) but it needed for correct view on apple devices.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

gordontaylor

  • Guest
Re: Head Section
« Reply #2 on: January 28, 2014, 07:09:43 PM »
Thank you Dimitri, I'm not selling Apples....just Oranges!!  :P

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Head Section
« Reply #3 on: January 28, 2014, 08:42:43 PM »
You can remove this, but it is neat for have if you have users on apple iphone or tablets. This will create app icons on the apple screen
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

gordontaylor

  • Guest
Re: Head Section
« Reply #4 on: January 28, 2014, 09:41:21 PM »
I'm leaving it...I see it's usefulness now, thanks !

 

Powered by SMFPacks Social Login Mod