artesaos / seotools

SEO Tools for Laravel
MIT License
3.12k stars 506 forks source link

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

Open CheesyTech opened 1 year ago

CheesyTech commented 1 year ago

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 commented 7 months ago

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 commented 7 months ago

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!

CheesyTech commented 6 months ago

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