Is there for someone lousy with coding ( I am now thinking of an extension ) to pre-load a data-src url on the website server (SSR) and populate the content to what is sent to the client browser, instead of having the client browser fetch (CSR) the data-src url?
What I mean / my reason for asking:
I have a Joomla 5 website, to which a lot of the content, all our kayaking activity products, is fetched through <div data-src="https://externalsite.com/company2134567 ... 4532343546"> -alike code. The major problem with this is that search robots do not index external content, and the above is regarded as external content as it is fetched from externalsite.com and not our domain. This product content (a lot of products) is the most important content for SEO and search result indexing and Google search is among our most important source of customers. What would be needed is thus, if I understand correctly, a way of getting the content thart is now shown when the client side browser fetches it from externalsite.com to instead be fetched through our server and sent to the client browser as it is. It can not be cached, at least not many seconds or minutes, as the content is dependant on if there are places left to book.
What I mean / my reason for asking:
I have a Joomla 5 website, to which a lot of the content, all our kayaking activity products, is fetched through <div data-src="https://externalsite.com/company2134567 ... 4532343546"> -alike code. The major problem with this is that search robots do not index external content, and the above is regarded as external content as it is fetched from externalsite.com and not our domain. This product content (a lot of products) is the most important content for SEO and search result indexing and Google search is among our most important source of customers. What would be needed is thus, if I understand correctly, a way of getting the content thart is now shown when the client side browser fetches it from externalsite.com to instead be fetched through our server and sent to the client browser as it is. It can not be cached, at least not many seconds or minutes, as the content is dependant on if there are places left to book.
Statistics: Posted by bdonner — Sun Dec 31, 2023 7:01 am