Is there anyone using semrush-umbraco-cms-integration?
m
I'm trying to use the
Umbraco.Cms.Integrations.SEO.Semrush
and followed the documentation (https://docs.umbraco.com/umbraco-dxp/integrations/semrush). The first issue i found was that after successfully oath process i had an exception while loading any content node. looking at the code i realize that the baseUrl was not set on the appsettings. (https://github.com/umbraco/Umbraco.Cms.Integrations/blob/76a437fb67fd7354418cec55ed53dc153634a604/src/Umbraco.Cms.Integrations.SEO.Semrush/Constants.cs#L20), this is not identified on the documentation, perhaps something to be included to avoid similar difficulties? Is this the correct endpoint?
"BaseUrl": "https://api.semrush.com/"
? After setting this i no longer have the error but always getting a null result from the api's. Further investigation i found that the slug used is
{0}api/v1/keywords/{1}?access_token={2}&phrase={3}&database={4}
but i can't find this api version avaliable on sem rush developers site. https://developer.semrush.com/api/basics/introduction/#api-versioning-changelog/ just version 3 and 4 are listed there. So is this package still usable? as is, or it's missing an update? Thanks, Marco
Hey @Sebastiaan, can you see if you can help me out here. Is this code mantaned by HQ?
s
I don't really know, best to create an issue on the tracker for it : https://github.com/umbraco/Umbraco.Cms.Integrations/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
m
thanks