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

Update master.stub #1669

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Update master.stub #1669

merged 2 commits into from
Oct 30, 2023

Conversation

solomon-ochepa
Copy link
Contributor

Update the Layout using the latest Laravel Layout (resources/views/layouts/guest.blade.php) format and codebase.

A few other extra meta tags have been added for SEO purposes.

Mocking the latest Laravel Layout format `Guest.blade.php`
@dcblogdev
Copy link
Collaborator

you can remove the keywords search engines don't use them.

regarding the use of slots either add in a yield as well so components or extends can be used or the view index stub will need to be updated to use the layout as a component

@solomon-ochepa
Copy link
Contributor Author

or the view index stub will need to be updated to use the layout as a component

That is very correct. I'm updating it right away.

Concerning the keywords meta, we all know that SEO doesn't care about it for the moment, but it's recommended, not just for SEO only.

@solomon-ochepa
Copy link
Contributor Author

solomon-ochepa commented Oct 30, 2023

regarding the use of slots either add in a yield as well so components or extends can be used or the view index stub will need to be updated to use the layout as a component

Done - Update index.stub #1676

@dcblogdev dcblogdev merged commit 51b419b into nWidart:master Oct 30, 2023
1 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants