jSwtch Posted July 30, 2018 Share Posted July 30, 2018 Hello, When I use pixi to render text, is that text seen by the search engine? I am using vue.js with server side rendering - so I know my pages are prerendered. Does this work with pixi? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 30, 2018 Share Posted July 30, 2018 No, it wont. Use something else to render text, pixi is not the best tool for that need something that supports node-canvas, google if there are any serv-side image renderers for vue. something that uses node-canvas. jSwtch 1 Quote Link to comment Share on other sites More sharing options...
jonforum Posted July 31, 2018 Share Posted July 31, 2018 SearchEngine don't look inside JS. You can make a tricks, each time you create a new PIXI texte, also create in document a pure html div with your text. Use CSS for hidden your text. Also read for learn how Google, or other searchEngine compute the SEO and ban cheaters. https://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/ this it a old practice, but you can try search what google now allowing . jSwtch 1 Quote Link to comment Share on other sites More sharing options...
jSwtch Posted July 31, 2018 Author Share Posted July 31, 2018 Thanks for the replies! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.