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

Add support for returning the generated seo as an array of strings. Integration with Inertia.js #315

Open
cheeeasy2501 opened this issue Nov 3, 2023 · 3 comments
Labels

Comments

@cheeeasy2501
Copy link

cheeeasy2501 commented Nov 3, 2023

I need this functionality to embed tags in the <Head> component in inertia. Perhaps you already have a solution to this problem? If not, then I could offer my solution for this package

@NafiurSiddiqui
Copy link

I need this functionality to embed tags in the <Head> component in inertia. Perhaps you already have a solution to this problem? If not, then I could offer my solution for this package

What's your solution for this? Looks like it is really quite here.

@J-Brk
Copy link
Collaborator

J-Brk commented Apr 15, 2024

I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?

Feel free to contribute directly and/or bring up any suggestions!

@cheeeasy2501
Copy link
Author

cheeeasy2501 commented May 27, 2024

I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?

Feel free to contribute directly and/or bring up any suggestions!

I haven't used Inertia.js before so am not really sure what you exactly need. Am I understanding it correctly that you want the output as JSON rather than HTML?

Feel free to contribute directly and/or bring up any suggestions!

Hi.
In my case, we wanted to generate html on the server side and then share it using a shared middleware. We have a issue with seo duplication if we switch to another inertial page. I made a solution to this issue in a pool request: #325

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

No branches or pull requests

3 participants