Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In-Portal has 2 types of pages:

  • Virtual - multiple pages share same template file on disk, which called "design template". Content comes from page content blocks plus any other used unit.
  • Physical - only 1 page per template file on disk. Content comes from template file itself plus any other used unit.

Template can use or ignore a category, that is given into url (e.g. /path/to/category/path/to/template.html). However fact, that template can shows identical information no matter what category is given in url breaks Google Seo rule (single page can't have 2 urls to it).

I'm proposing to add <SECTION_AGNOSTIC/> text to page meta comment, which usually looks like this:

<!--##
<NAME>Page Name</NAME>
<DESC>Page Description</DESC>
<SECTION>Path||To||Section</SECTION>
##-->
  • No labels