You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
The API for removing blocks from a page does not fully remove the content from the page. While they are no longer displayed, content from that block is still stored in the database.
Importantly, any content that was a part of a block that was deleted can still have an impact on search results, as content in blocks are pushed into low search text.
It seems that blocks "published-ness" is controlled by the blockGroups property on the database document while the actual contents of each blocked are stored separately using the prefix/suffix annotation directly on the object itself. For instance, my blockGroups may read as follows while I have four separate blocks on a page entitled main_770957907706279738_title and main_770957907706279738_1, etc:
I understand the advantages of the separate tracking mechanism as sort order has to be maintained, etc. But search quality is affected by not actually removing the content of a block when it is "removed."
The text was updated successfully, but these errors were encountered:
The API for removing blocks from a page does not fully remove the content
from the page. While they are no longer displayed, content from that block
is still stored in the database.
Importantly, any content that was a part of a block that was deleted can
still have an impact on search results, as content in blocks are pushed
into low search text.
It seems that blocks "published-ness" is controlled by the blockGroups
property on the database document while the actual contents of each blocked
are stored separately using the prefix/suffix annotation directly on the
object itself. For instance, my blockGroups may read as follows while I
have four separate blocks on a page entitled main_770957907706279738_title
and main_770957907706279738_1, etc:
I understand the advantages of the separate tracking mechanism as sort
order has to be maintained, etc. But search quality is affected by not
actually removing the content of a block when it is "removed."
—
Reply to this email directly or view it on GitHub #3.
The API for removing blocks from a page does not fully remove the content from the page. While they are no longer displayed, content from that block is still stored in the database.
Importantly, any content that was a part of a block that was deleted can still have an impact on search results, as content in blocks are pushed into low search text.
It seems that blocks "published-ness" is controlled by the
blockGroups
property on the database document while the actual contents of each blocked are stored separately using the prefix/suffix annotation directly on the object itself. For instance, myblockGroups
may read as follows while I have four separate blocks on a page entitledmain_770957907706279738_title
andmain_770957907706279738_1
, etc:I understand the advantages of the separate tracking mechanism as sort order has to be maintained, etc. But search quality is affected by not actually removing the content of a block when it is "removed."
The text was updated successfully, but these errors were encountered: