URL field for Google Structured DataI'm creating new Attribute for Category and facing an issue in Magento...
Is there a hemisphere-neutral way of specifying a season?
Where would I need my direct neural interface to be implanted?
Using "tail" to follow a file without displaying the most recent lines
How to remove border from elements in the last row?
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
Does Dispel Magic work on Tiny Hut?
Why is the sentence "Das ist eine Nase" correct?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Finitely generated matrix groups whose eigenvalues are all algebraic
How many wives did king shaul have
Forgetting the musical notes while performing in concert
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
How to find if SQL server backup is encrypted with TDE without restoring the backup
What is the opposite of "eschatology"?
Should I tell management that I intend to leave due to bad software development practices?
What is the most common color to indicate the input-field is disabled?
Rotate ASCII Art by 45 Degrees
What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?
Send out email when Apex Queueable fails and test it
Avoiding the "not like other girls" trope?
What is the fastest integer factorization to break RSA?
Can compressed videos be decoded back to their uncompresed original format?
What is a Samsaran Word™?
How badly should I try to prevent a user from XSSing themselves?
URL field for Google Structured Data
I'm creating new Attribute for Category and facing an issue in Magento 2.XMagento 2. Update customer attribute outside Setup [Install|Upgrade]Data
What would be the code to add markup for product URL or even home page? I tried many combinations calling product url, specifying url directly... Still Google structured data tool does not recognize it.
This is what I'm using for other fields like Description and Sku and it works fine according to Google structured data tool.
<?php $_product = $this->getProduct() ?>
<div style="display:none !important">
<meta itemprop="description" content="<?php echo $this-
>escapeHtml($_product->getShortDescription()); ?>">
<meta itemprop="SKU" content="<?php echo $_product->getSku(); ?>">
</div>
upgradeschema
add a comment |
What would be the code to add markup for product URL or even home page? I tried many combinations calling product url, specifying url directly... Still Google structured data tool does not recognize it.
This is what I'm using for other fields like Description and Sku and it works fine according to Google structured data tool.
<?php $_product = $this->getProduct() ?>
<div style="display:none !important">
<meta itemprop="description" content="<?php echo $this-
>escapeHtml($_product->getShortDescription()); ?>">
<meta itemprop="SKU" content="<?php echo $_product->getSku(); ?>">
</div>
upgradeschema
add a comment |
What would be the code to add markup for product URL or even home page? I tried many combinations calling product url, specifying url directly... Still Google structured data tool does not recognize it.
This is what I'm using for other fields like Description and Sku and it works fine according to Google structured data tool.
<?php $_product = $this->getProduct() ?>
<div style="display:none !important">
<meta itemprop="description" content="<?php echo $this-
>escapeHtml($_product->getShortDescription()); ?>">
<meta itemprop="SKU" content="<?php echo $_product->getSku(); ?>">
</div>
upgradeschema
What would be the code to add markup for product URL or even home page? I tried many combinations calling product url, specifying url directly... Still Google structured data tool does not recognize it.
This is what I'm using for other fields like Description and Sku and it works fine according to Google structured data tool.
<?php $_product = $this->getProduct() ?>
<div style="display:none !important">
<meta itemprop="description" content="<?php echo $this-
>escapeHtml($_product->getShortDescription()); ?>">
<meta itemprop="SKU" content="<?php echo $_product->getSku(); ?>">
</div>
upgradeschema
upgradeschema
asked 9 mins ago
AlexTAlexT
1
1
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268439%2furl-field-for-google-structured-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268439%2furl-field-for-google-structured-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown