Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Comment un-render also known as "Display Node Comments Anywhere" is a Drupal 6 module, which removes the comment_render() from the node_show(), after the node_view().
This module provides the ability to add SEO INFO on absolutely any web page on you site.
The initial problem was - adding titles and SEO TEXT on the page of search queries.
For example:
Catalog page:
catalog/34 - catalog of Laptops
catalog/87 - flash card
Search query:
catalog/34/brand/Acer - Notebook Acer
catalog/87/volume/4 - Flash cards for 4 GB
filter?field_area [] = Nevsky - Real Estate in the Nevsky district
It was also necessary to place the titles and text on the hand made pages and in the pages of views.
After installing the module, in page.tpl.php add new variables
$meta_description - Description page. Add to the <head>
$seotext- Text for the promotion. One of the requirements were SEO's - the ability to post in the text of collapse, therefore, collapse_text required module.In any arbitrary place to add site