Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Last modified_важно для ингдексации


Recommended Posts

header ("Last-Modified: " . gmdate("D, d M Y H:i:s", $date_modified) . " GMT"); - 2 раза указан, ик и должно быть?

Я ни в коем случае не умничаю, но разве при иком условии заголовок Last-Modified не бугдет опрегделен два раза?

 

 

 

для товара

после строки

$product_info = $this->model_catalog_product->getProduct($product_id);

указать

        $date_modified = strtotime($product_info['date_modified']);
        if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE'])) {
            $modified_since = strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']);
            if ($modified_since >= $date_modified) {
                header ("HTTP/1.1 304 Not Modified ");
                header ("Last-Modified: " . gmdate("D, d M Y H:i:s", $date_modified) . " GMT");
                exit();
            }
        }
        header ("Last-Modified: " . gmdate("D, d M Y H:i:s", $date_modified) . " GMT");
Link to comment
Share on other sites


  • 2 years later...
  • 1 year later...
В 23.10.2018 в 18:38, samuliak сказал:

скиньте, пожалуйси, ссылку/название модуля, благодарен!

 

Присоединяюсь к просьбе

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.