Dear DWQA team.
The content of question and answer is not properly indexed by google, is this plugin is search engine friendly?
My second question is, how can i disable auto search question option. As when somebody writes a question title, dwqa automatically search for relavant previous questions. I want to disable this option. How can i do this?
Thank you so much your support has always been awesome.
Thank you for your time.
Dr Adil
Hi,
About the first question, you can use the Yoats Seo plugin.
To remove the search results suggest in the DW Q&A, you can add the following code to the style.css file:
.dwqa-search-loading {
display: none;
}
.search-results-suggest {
display: none;
}
Hope this helps !
Thank you for the reply. but unfortunately this code doesn’t work. I added this to my TJ custom CSS but it doesn’t work. the search result still shows.
Please login or Register to submit your answer