I've been facing the same problem.
When I check my website in google using site:https://mydomain.com
Then I only see user groups .....People who follow .....
Other than those URLs....i don't see any posts being indexed.
Don't know the logic.
Even those users are banned ...so why google indexes them ..?
srinik
Posts
-
How to resolve indexing issue? Users data are indexed -
How to Add rel="nofollow" to Links?Hello!
How to add rel="nofollow" tag to outgoing links in the post?
As of now, I'm using the inbuilt link generator to post a link.
But, you know as per SEO one should use nofollow tag for unnecessary links.
Please do help me to do it. -
Facebook flike button installationRe: Anyone Know Any?
I tried to follow this how-to and implement the same. It was a partial success.
For the implementation of Facebook like button, let me know where should I place the first part of the code of JavaScript SDK.
I placed it in Appearance -> Custom HTML and CSS -> Custom Header
(The instructions mentioned that I need to add that to header.tpl in theme. Where to find it?)
and the second part in Extend -> Global Footer.
Am I doing right?
-
How to Customize the URL? Would Prefer Shorter URLHi!
Is there any way to cut down the url permalink?
Currently, the url of any post is being displayed as http://domain.com/%postname%
However, it leads to a long url structure.
Can it be limited? Or can we have a custom url where one can choose the words to be in the url?
The present system gives me a long url that has stop words too.
Instead of long 100+ characters in a URL, I would like to have short url.
How can I make it?
Hope I'm not complicating the things.
-
Limit Google Adsense on Signup PagesHi!
Currently, I'm using the plugin (nodebb-plugin-adsense) for Google Adsense to show Ads on the forum.
However, it displays the Adsense on all the pages including Signup / Login which is against to the terms and conditions of the Google.
Is there any particular method to place or limit the Adsense on certain pages of the forum.
Regards
-
Sitemap Error - No Topics in itHi All,
I do acknowledge that NodeBB automatically generates the sitemap and is listed at https://DomainName.com/sitemap.xml
After changing from http to https, there is a change in the sitemap of my forum.
Now it shows only pages and categories ...no /sitemap/topics.1.xml
This is for your reference:
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://DomainName.com/sitemap/pages.xml</loc> </sitemap> <sitemap> <loc>https://DomainName.com/sitemap/categories.xml</loc> </sitemap> </sitemapindex>
How to fix this problem?
Under ....Number of Topics to display in the Sitemap ...what number should i specify? Should I leave it a blank or any number to be specified?