I have my app with backend (Node.js) (localhost:3000) and frontend(Reactjs) (localhost:8080) which runs on different ports . Now I want to implement the SEO for the same , so that my website should be indexable in google search. But I couldn`t find any tutorial which supports that separate backend and frontend app with universal react.
As most of them are implementing the the universal react in a single app only . That`s why they are able to use the routes on the frontend to backend server.js file by simply importing it. Can any one help me how to import the routes in separated backend app.
or
Any link related to universal react with frontend and backend app would be great help.
via Sumit Chaudhari
No comments:
Post a Comment