-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite scroll SEO #6598
Open
kontrollanten
wants to merge
5
commits into
Chocobozzz:develop
Choose a base branch
from
kontrollanten:feat-6332-infinite-scroll-seo-2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Infinite scroll SEO #6598
kontrollanten
wants to merge
5
commits into
Chocobozzz:develop
from
kontrollanten:feat-6332-infinite-scroll-seo-2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kontrollanten
force-pushed
the
feat-6332-infinite-scroll-seo-2
branch
2 times, most recently
from
September 24, 2024 10:12
ad1d2d6
to
b620bea
Compare
kontrollanten
commented
Sep 24, 2024
client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/+my-library/my-follows/my-followers.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/+my-library/my-follows/my-subscriptions.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/shared/shared-video-miniature/videos-list.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/shared/shared-video-miniature/videos-selection.component.ts
Outdated
Show resolved
Hide resolved
client/src/app/shared/standalone-notifications/user-notifications.component.ts
Outdated
Show resolved
Hide resolved
@Chocobozzz I did a self-review and found some minor style changes. If you're okay with this implementation I'll fix them. |
@Chocobozzz Any thoughts on this? If this feature is wanted I'll do a cleanup and fix merge conflicts. |
We're interested in the feature but unfortunately we don't have time to review it yet |
kontrollanten
force-pushed
the
feat-6332-infinite-scroll-seo-2
branch
2 times, most recently
from
October 23, 2024 11:22
812fa93
to
b9dadbf
Compare
Add a "Load more" button in the bottom to help search engine bots to navigate to the next page. In order to debug this functionality, add ?finiteScroll=true to the URL.
hasMoreItems has to be called before bumping the current page in order to work accordingly.
kontrollanten
force-pushed
the
feat-6332-infinite-scroll-seo-2
branch
from
October 23, 2024 11:42
b9dadbf
to
1ac7373
Compare
kontrollanten
force-pushed
the
feat-6332-infinite-scroll-seo-2
branch
2 times, most recently
from
October 23, 2024 12:41
c7a1037
to
66db1ea
Compare
kontrollanten
force-pushed
the
feat-6332-infinite-scroll-seo-2
branch
from
October 24, 2024 04:26
66db1ea
to
1066288
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a "Load more" button on the bottom of MyInfiniteScrollerComponent. For a regular user the behavior should be the same.
Behavior for bots:
page?{currentPage++}
Background
Thoughts during the path
Todo
Related issues
#6332
Has this been tested?
To test it manually, add a "?page=1" query param to a route which has infinite scroll
Screenshots