Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to verify website? Meta Tag Problem


Tyrone B

Recommended Posts

I'm trying to verify my website for some Google webmaster tools for tracking traffic. When I try to insert the meta tag code that Google gave me and click save I get a message (this website can not be displayed.). Do I have to use FTP to insert the tag or can do it in admin.

Link to comment
Share on other sites

What file are you inserting the code into, and where are you inserting it?

:unsure:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Well that's real descriptive....

<_<

 

I won't be any help at all without you posting some code to show me exactly where you're trying to insert it at.

:huh:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Well that's real descriptive....

<_<

 

I won't be any help at all without you posting some code to show me exactly where you're trying to insert it at.

:huh:

 

Sorry!

 

OK, first

 

I access osCommerce administration. Click' Tools, Click file manager then I select the index.php file click edit scroll down to the head code enter in the code from Google under the <head> then click save and them InterNet Explorer gives me a page that say's

 

HTTP 501 not implemented/HTTP 505 Version Not Supported

 

! The website is unable to display the webpage

what you can try:

* go back to the previous page

* more information

 

<head>

<!! THIS IS THE CODE I'M TRYIN TO ADD !!>
<meta name="verify-v1" content="GlM4CLPApgFmv70ci2peht0dFcTeuHuoFN3gfTJGD0Y=" />
<!! THIS IS THE CODE I'M TRYING TO ADD !!>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<meta name="description" content=" DVD superstore, buy direct from the studio and save">
<meta name="keywords" content=" dvd, dvds, dvds, movies, video,dvd movies,">
<meta name="revisit-after" content="7 days">
<meta name="robots" content="FOLLOW">
<meta name="distribution" content="Global">
<meta name="rating" content="">
<meta name="language" content="english">
<title><?php echo TITLE; ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script language="javascript" src="css+js/scripting.js"></script>
</head>

Link to comment
Share on other sites

Take a look at this:

 

Error Message: Error 501/505: Not Implemented or Not Supported

 

There are a few suggestions there.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...