CMS Development

ramanverma2005
Participant

HUBDB pages are not indexable how I can do that ?

Hi,

I have created the page with HUDB with listing of news but listing page and news detail page are not indexable ... may i know how I can do that ?

0 Upvotes
5 Replies 5
vinebhat24
Participant

HUBDB pages are not indexable how I can do that ?

Hello @ramanverma2005 ,

 

You can do it with "{% set queryparam = queryparam ~ "&orderBy=-date" %}". It will give you latest date on top. Here "date" is my column name, you can replace with your column name.

 

If you want latest date at last then just remove "-". like this one

 "{% set queryparam = queryparam ~ "&orderBy=date" %}"

 

Hope this will help.

0 Upvotes
ramanverma2005
Participant

HUBDB pages are not indexable how I can do that ?

this was not my question

0 Upvotes
Stephanie-OG
Key Advisor

HUBDB pages are not indexable how I can do that ?

The page is only a couple of days old so it could be that Google hasn't indexed it yet - I believe it can take several days at times. 

 

However, you should be able to add pages manually in Google Search Console if it's taking time for them to be indexed - I'd recommend taking a look at this link for more details. 

 


Stephanie O'Gay Garcia

HubSpot CMS Design & Development

Website | Contact

 

If this helped, please mark it as the solution to your question, thanks!

0 Upvotes
Stephanie-OG
Key Advisor

HUBDB pages are not indexable how I can do that ?

Hello,

 

I'm fairly certain HubDB dynamic pages should be indexable. Could you please provide a sample URL?

 

Where are you seeing that the pages are failing to index?

 


Stephanie O'Gay Garcia

HubSpot Design / Development

Website | Contact

0 Upvotes
ramanverma2005
Participant

HUBDB pages are not indexable how I can do that ?

Here is the website url 

 

1. https://www.fintrx.com/daily-family-office-news

2. https://www.fintrx.com/daily-family-office-news/value-of-patient-capital-for-family-offices

 

I think first one is indexable but second one is not please have a look and let me know what i need to do 

0 Upvotes