Search Result Summary Has Ellipsis is a boolean check for whether the parsed SERP summary contains three consecutive periods (...). It returns 1 when that literal sequence appears and 0 when it does not — presence is not inherently positive, and it may reflect truncation by the search engine or punctuation that came from the source content itself.
| Factor ID | RG-SRP-034 |
|---|---|
| Family | Search Result Features |
| Measurement | Binary presence (0 / 1) |
| Measured zone | Parsed SERP result |
What it measures
This factor reports whether the search result summary contains three consecutive periods. It is a simple present-or-absent observation about the punctuation in the summary text as parsed from the SERP — not a judgment of the summary’s quality, length, or completeness.
How RankGear measures it
RankGear searches the summary text for the literal sequence ... (three ASCII period characters in a row) and returns 1 when that sequence is found, or 0 when it is not. The check is a plain substring match, so the single Unicode ellipsis character (…) does not match — only three separate period characters count.
| Value | Meaning |
|---|---|
| 1 | The literal three-period sequence ... was found in the summary text. |
| 0 | No three-period sequence was found — note that a single Unicode ellipsis character would still score 0. |
How to optimize it
Treat this as an observation, not a target to hit. Provide concise, complete descriptive content, and do not add ellipses merely to reproduce the look of truncation. Whether an ellipsis appears in a given result often depends on how the search engine trims the snippet for a particular query, which is outside your direct control.
Important considerations
- The single Unicode ellipsis character (
…) does not match — only three consecutive ASCII periods do. - An ellipsis may indicate truncation by the search engine, or it may come directly from the source content.
- Snippets vary by query and context, so the same page can score 1 for one query and 0 for another.
- Presence is not inherently positive.
- This is a prioritization signal that relates to patterns within a measured result set, not a cause of ranking; a match neither makes a page rank nor guarantees a position.
Related factors
Part of the Factors reference · how RankGear measures · glossary.