moved #467240: Yandex search engine verification

This file(7138000bbe222222.html) should only return code from the test file (for example):

<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   </head>
   <body>Verification: 7138000bbe222222</body>
</html>

Drupal(Site verification) should be show only this file without theming!
But I see the text verification in the $ content variable my theme :(.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

trumanru’s picture

Title: incorrect work yandex.ru » incorrect work for Yandex.ru & Yandex.com
Version: 6.x-1.x-dev » 7.x-1.1
Issue summary: View changes

You should use exact content of the uploaded file for Yandex verification.

https://yandex.com/support/domain/confirm-domain.xml

imyaro’s picture

Status: Active » Needs review
FileSize
526 bytes

This one will fix it if you have met the problem like me (no content appeared for yandex after the file upload), empty site verify page instead of it.

Chris Matthews’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
FileSize
466 bytes
786 bytes

The patch in #2 would not apply so here is a new patch with interdiff.txt

Chris Matthews’s picture

I just remembered I could have used: patch -p2 < site_verify-incorrect_work_for_yandex-1184714-2-7x.patch

jenlampton’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
478 bytes

Patch worked for me. Rerolled for easier patch apply.