分页: 1 / 1

Meta Description Tag - phpBB3-prosilver

发表于 : 2022年2月16日 22:07
lds
phpBB3-prosilver 没有 meta description tag(phpBB4-Dev目前的版本prosilver也没有这tag)。而 Bing webmaster 就会报 ERROR : Meta Description tag missing。
如何处理写的也清楚:
How to fix?
Add a description to the <head> section of the page source: <meta name='description' content='Descriptive, keyword-rich text that talks about the page content goes here.'>.

对于 phpBB3-prosilver,需要修改 ./styles/prosilver/template
  • simple_header.html
  • overall_header.html
需要注意的是要清除 cache:
./cache/production


也可以参考:https://www.phpbb.com/community/viewtopic.php?t=1193755