Closed (fixed)
Project:
Varbase SEO
Version:
8.x-6.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Sep 2019 at 06:11 UTC
Updated:
30 Jan 2020 at 13:59 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
firass.ziedanComment #3
firass.ziedanComment #4
mohammed j. razemGood catch. There's a patch that will likely be added to Varbase - #1088112: Introduce a token to get site's base URL to provide a token of URL without language.
Does the token
[url:absolute]provide the same functionality in the patch above?Comment #5
firass.ziedanthanks, yes! I checked the patch and what I see the token `[url:absolute]` provide the same functionality of the patch provides.
the token provided the site URL without language prefix.
Comment #6
mohammed j. razemUntil #1088112: Introduce a token to get site's base URL is committed, let's use a custom token. Let's call it: [site:origin-url].
I also think this should be in Varbase Core.
Comment #7
mohammed j. razemSending back to Varbase SEO module, and filed a new feature request on Varbase Core for the token implementation #3106793: Provide a new token for the site origin URL (protocol and domain name) without language prefix.
Comment #8
rajab natshahComment #9
rajab natshahComment #10
rajab natshahComment #11
rajab natshahComment #12
rajab natshahComment #14
rajab natshahComment #15
rajab natshahComment #16
rajab natshahTested on new
Varbase 8.7.x single and multilingual installations
Varbase 8.8.x single and multilingual installations
To use in old installations
First, update Varbase core to
varbase_core 8.x-7.10 or varbase_core 8.x-8.2
Go to the metatag configs from "/admin/config/search/metatag" in the GLOBAL, and other used context
Change
[site:url][default-active-theme:path]/share-image.pngto
[site:origin-url]/[default-active-theme:path]/share-image.pngand Change
[site:url][default-active-theme:path]/logo.pngto
[site:origin-url]/[default-active-theme:path]/logo.png