1. rayjbarrett
  2. General
  3. Tuesday, June 29 2021, 02:52 PM
How can I ensure that my profile pages are indexed by google?
admin Accepted Answer
Admin
Hi,
you can search in google with a string like: "site:yourdomain.com text to search". google will perform a search query limited to your site.
  1. more than a month ago
  2. General
  3. # 1
rayjbarrett Accepted Answer
I have Jsitemap pro. Is there any integration with this? Do the profile pages have any metadata that is seen by search engines?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
I have Jsitemap pro. Is there any integration with this?

sorry but we does not provide this integration.

Do the profile pages have any metadata that is seen by search engines?
There is only title attribute, if you want to add also meta-description then you may think to create a profile page override and add a code like this:
$this->document->setDescription($this->data->about_me)
With this sample code you will have the value of the field with alias "about_me" as Page meta-description
  1. more than a month ago
  2. General
  3. # 3
rayjbarrett Accepted Answer
Where do I find the title attribute?
Thank you
  1. more than a month ago
  2. General
  3. # 4
rayjbarrett Accepted Answer
Could you please clarify where I should put the code snippet you provided in your previous answer? I'm talking about the line to override the profile page by adding a description. My template has a place to put override code that affects the entire site, but not specific pages.
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.