In Wordpress, you can ‘set featured image’ for a page.
This tells Google which image is proposed to represent the page in Google search results.
How can I achieve similar in RW ?
The results I’m getting are just pot - luck . Sometimes I get an image in the results - sometimes I get the one I want and sometimes I get no image in the results
Don’t forget to alter the URL and the URL to your image to your own, and not my example.
Re-publish your project.
Note: there’s a way to give each page within your project a different image. Just repeat the process above, but instead of pasting it in the spot from step 4, you instead paste it in each page’s own HEAD section. you can find this here:
Don’t forget to alter the URL and the URL to your image to your own, and not my example.
Re-publish your project.
Note: there’s a way to give each page within your project a different image. Just repeat the process above, but instead of pasting it in the spot from step 4, you instead paste it in each page’s own HEAD section. You can find this here:
SEO Helper will indeed not make it to Elements - Joe Workman (SEO Helper’s developer) has made the decision to not publish any of his products for Elements a while back. A shame, because he makes some rather excellent stacks.
The things SEO Helper does, can also be done manually. I assume this will also be the case for Elements, as adding code to the page is an essential part of web development. It’s just a lot quicker with SEO Helper, compared to doing it by hand And if you’re new to meta tags and structured data, SEO Helper takes away most of the thinking process for you.
As for where to put meta tags and structured data: it depends. Meta tags are expected to go in the HEAD section, but I don’t think search engines mind if you put them somewhere else. In fact, search engines will factor in meta tags, but they’re not the only elements on the page that they look at, so they’ll come across them by dissecting you page eventually.
Structured data goes in the HEAD section or in the BODY section depending on which type of structured data you’re talking about. Generally speaking, structured data that covers the entire page should go in the HEAD, while structured data that refers to a small portion of the page should go near that portion.
For instance, if you have two recipes on one page, you can add the structured data for them somewhere in the body, preferably near the version of the recipes that’s intended for human eyes (for easy maintenance mostly).
If you choose to add it to the body, you can use pretty much any HTML stack, or a text based stack and then remove all formatting to tell RapidWeaver that this is code (and not displayable text).