Skip to content
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

Fix for h3 in Related Posts #558

Closed
designerbrent opened this issue Mar 10, 2021 · 1 comment
Closed

Fix for h3 in Related Posts #558

designerbrent opened this issue Mar 10, 2021 · 1 comment
Assignees

Comments

@designerbrent
Copy link
Collaborator

In the related stories sidebar of the Post content type, it calls either the media-block molecule (code) or the content-block molecule (code) in the related-stories.blade.php file. Both of those blocks are set up to return h3 tags.

However, for SEO reasons, when the block is called from the sidebar, it needs to use a div instead of an h3 for the tag. To complete this issue, please setup both the media-block and content-block patterns to use div's in these patterns. The patterns are used elsewhere and still need h3's there, so please make sure that they are setup to only do the div's here.

@designerbrent
Copy link
Collaborator Author

This has been merged.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants