Форум стандарт

InstantCMS 2.X

тип контента forums

#31 26 июня 2020 в 21:33

Ради интереса… наберите запрос поиска — как добавить Новое сообщение
И подумайте, какая вероятность… попасть в первые три страницы

Владимир Вольфович
А причем здесь это? я не хотел по фразе как добавить Новое сообщение попадать в топ. Фразы могут быть разные.

Я про разметку, а не про позиции в выдаче. Хотя ладно. Нет так нет.
#32 29 июня 2020 в 22:02


Ради интереса… наберите запрос поиска — как добавить Новое сообщение
И подумайте, какая вероятность… попасть в первые три страницы

Владимир Вольфович
А причем здесь это? я не хотел по фразе как добавить Новое сообщение попадать в топ. Фразы могут быть разные.

Я про разметку, а не про позиции в выдаче. Хотя ладно. Нет так нет.

vladimird

Почитал… Просто берете шаблон default_item.tpl.php и переделываете под ответы. (Разметка страницы часто задаваемых вопросов с помощью структурированных данных)
гугл


  1.  
  2. <html itemscope itemtype="https://schema.org/FAQPage">
  3. <head>
  4. <title>Example Site - Frequently Asked Questions(FAQ)</title>
  5. </head>
  6. <body>
  7. <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  8. <h3 itemprop="name">What is the return policy?</h3>
  9. <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
  10. <div itemprop="text">
  11. Most unopened items in new condition and returned within <strong>90 days</strong> will receive a refund or exchange. Some items have a modified return policy noted on the receipt or packing slip. Items that are opened or damaged or do not have a receipt may be denied a refund or exchange. Items purchased online or in-store may be returned to any store.
  12. <br /><p>Online purchases may be returned via a major parcel carrier. <a href="http://example.com/returns"> Click here </a> to initiate a return.</p>
  13. </div>
  14. </div>
  15. </div>
  16. <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  17. <h3 itemprop="name">How long does it take to process a refund?</h3>
  18. <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
  19. <div itemprop="text">
  20. We will reimburse you for returned items in the same way you paid for them. For example, any amounts deducted from a gift card will be credited back to a gift card. For returns by mail, once we receive your return, we will process it within 4–5 business days. It may take up to 7 days after we process the return to reflect in your account, depending on your financial institution's processing time.
  21. </div>
  22. </div>
  23. </div>
  24. <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  25. <h3 itemprop="name">What is the policy for late/non-delivery of items ordered online?</h3>
  26. <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
  27. <div itemprop="text">
  28. Our local teams work diligently to make sure that your order arrives on time, within our normal delivery hours of 9AM to 8PM in the recipient's time zone. During busy holiday periods like Christmas, Valentine's and Mother's Day, we may extend our delivery hours before 9AM and after 8PM to ensure that all gifts are delivered on time. If for any reason your gift does not arrive on time, our dedicated Customer Service agents will do everything they can to help successfully resolve your issue.
  29.  
  30. <p><a href="https://example.com/orders/">Click here</a> to complete the form with your order-related question(s).</p>
  31. </div>
  32. </div>
  33. </div>
  34. <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  35. <h3 itemprop="name">When will my credit card be charged?</h3>
  36. <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
  37. <div itemprop="text">
  38. We'll attempt to securely charge your credit card at the point of purchase online. If there's a problem, you'll be notified on the spot and prompted to use another card. Once we receive verification of sufficient funds, your payment will be completed and transferred securely to us. Your account will be charged in 24 to 48 hours.
  39. </div>
  40. </div>
  41. </div>
  42. <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  43. <h3 itemprop="name">Will I be charged sales tax for online orders?</h3>
  44. <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
  45. <div itemprop="text">
  46. Local and State sales tax will be collected if your recipient's mailing address is in:
  47. <ul>
  48. <li>Arizona</li>
  49. <li>California</li>
  50. <li>Colorado</li>
  51. </ul>
  52. </div>
  53. </div>
  54. </div>
  55. </body>
  56. </html>
  57.  

По вашим ссылкам (гугл) есть примечание

Для какого контента эта разметка не подходит
Страница с ответами самих авторов сайта на часто задаваемые вопросы в случаях, когда пользователям не предоставляется возможность добавить другие ответы.
Страница со сведениями о товаре, на которой пользователи могут публиковать много разных вопросов и ответов на них.
Практическое руководство, написанное как ответ на вопрос.
Запись в блоге в форме ответа на вопрос.
Эссе, в котором дается ответ на определенный вопрос.
Вы не можете отвечать в этой теме.
Войдите или зарегистрируйтесь, чтобы писать на форуме.
Используя этот сайт, вы соглашаетесь с тем, что мы используем файлы cookie.