Index file found_Webmastertools

Permalink 1 user found helpful
Trying to clean up validation errors using webmastertools in Head section of Index.php.

Unable to find it.

Where do I find it? Page path?

May be searching for some sub pages also.

Regards:
Dave

grannyiescrazy
 
Steevb replied on at Permalink Reply
Steevb
What bits r u trying to clean up?
grannyiescrazy replied on at Permalink Reply
grannyiescrazy
Clean up:

Validation forhttp://www.davesuniquefurniture.com...
Line
Error
8 Bad value X-UA-Compatible for attribute http-equiv on element meta.
11 Bad value
http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic|La... for attribute href on element link: Illegal character in query: not a
URL code point.
73 Bad value shortcut icon for attribute rel on element link: The string shortcut is not a registered keyword. The string shortcut is not an absolute URL.
82 Element link is missing required attribute href.
106 Bad start tag in div in head.
110 Stray end tag noscript.
118 Stray end tag head.
120 An body start tag seen but an element of the same type was already open.
120 Cannot recover after last error. Any further errors will be ignored.





On Monday, March 24, 2014 6:00 PM, concrete5 Community <discussions@concretecms.com> wrote:
Steevb replied on at Permalink Reply
Steevb
Error on line 8, remove this from header.php:
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />


Replace with this in your .htaccess file:
<IfModule mod_headers.c>
    BrowserMatch MSIE ie
    Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
  </IfModule>


Line 11: Don't use Google, use @fontface.

Line 73: Concrete5 thing, don't worry about, everyone's the same.

Line 82:
<link rel="canonical" content="http://www.davesuniquefurniture.com/" />

Should be:
<link rel="canonical" href="http://www.davesuniquefurniture.com/" />


Put stat counter in in page body or footer.php, not header and that should clear up the rest of errors.

I wouldn't worry to much about getting complete validation. Some of it is always out of your control anyway.
grannyiescrazy replied on at Permalink Reply 1 Attachment
grannyiescrazy
Error on line 8, remove this from header.php:

<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />

Unable to do. Do not know where to find file.

I do not know where to look for head tag in my files.

Only thing in my index.php file.
<?php
require('concrete/dispatcher.php');

I also did some page rendering and lever browsing cacheing.

I got things screwed up a little more inhttp://www.davesuniquefurniture.com...

Unable to edit pages now.
Have issue with main navigation also.
Have a ticket going on that also.

Run this page rendering and HTTP header thing bye you also.
Attachment

Edit the head section on my pages. Unable to find.

Thanks,
Dave