Modify

Opened 10 years ago

Closed 10 years ago

#938 closed Bug/Fehler (fixed)

Meta Google verification key

Reported by: INETvisio Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.1.0
Component: Shop Version: 2.0.1.0
Keywords: Cc:
Blocked By: Blocking:

Description

Hallo modified,

es sieht danach aus, dass modified-shop falschen Meta-Namen für die Verifizierung benutzt.
Aktuell (includes/modules/metatags.php):

if (META_GOOGLE_VERIFICATION_KEY != '') {
  echo '<meta name="verifiy-v1" content="'. META_GOOGLE_VERIFICATION_KEY .'" />'."\n";
}

Ist das ein Schreibfehler? Sollte es nicht "verify-v1" heißen?
Laut Google sollte man am bestens anderen Meta-Namen benutzen:

<meta name="google-site-verification" content="String_we_ask_for">

https://support.google.com/webmasters/answer/35179?rd=1

Gruß
Jürgen H.

Attachments (0)

Change History (3)

comment:1 by Torsten Riemer, 10 years ago

Resolution: fixed
Status: newclosed

In 10000:

fix #938

comment:2 by INETvisio, 10 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Torsten Riemer, 10 years ago

Resolution: fixed
Status: reopenedclosed

In 10001:

fix #938

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.