Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
caiocdias
New Member

How to ensure that Power BI publish to web view are not indexed by google

Hi,

 

I need to publish a power bi bi view using the "publish to web" feature, however, i need to ensure that this view is not being indexed by google, how can i do that?

1 ACCEPTED SOLUTION
collinq
Super User
Super User

Hi @caiocdias ,

 

The only way to stop the search engines (and there are many) from indexing your web published report is to add the "noindex" on the web page in the meta data.  (https://developers.google.com/search/docs/crawling-indexing/block-indexing)   But, you will have to check that EVERY web crawler honors the "noindex" and doesn't need their own meta tags to ignore a web page.

But, anytime you put something on the web it will be accessible to the world in some way or another - it might not be in search results, but various crawlers will come across it anyway and theoretically somebody could guess at your naming convention so if you really want this "private" you might consider another alternative like embedding the report in your own internal website.




Did I answer your question? Mark my post as a solution!

Proud to be a Datanaut!
Private message me for consulting or training needs.




View solution in original post

1 REPLY 1
collinq
Super User
Super User

Hi @caiocdias ,

 

The only way to stop the search engines (and there are many) from indexing your web published report is to add the "noindex" on the web page in the meta data.  (https://developers.google.com/search/docs/crawling-indexing/block-indexing)   But, you will have to check that EVERY web crawler honors the "noindex" and doesn't need their own meta tags to ignore a web page.

But, anytime you put something on the web it will be accessible to the world in some way or another - it might not be in search results, but various crawlers will come across it anyway and theoretically somebody could guess at your naming convention so if you really want this "private" you might consider another alternative like embedding the report in your own internal website.




Did I answer your question? Mark my post as a solution!

Proud to be a Datanaut!
Private message me for consulting or training needs.




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors