dejanseo commited on
Commit
9816111
·
verified ·
1 Parent(s): fd3e951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -317,3 +317,18 @@ if st.session_state.output_html:
317
  else:
318
  new_threshold = current_thr - THRESHOLD_STEP
319
  run_classification(max(0.0, new_threshold))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  else:
318
  new_threshold = current_thr - THRESHOLD_STEP
319
  run_classification(max(0.0, new_threshold))
320
+
321
+ st.divider()
322
+ st.markdown("""
323
+ ## SEO Use Cases
324
+ LinkBERT's applications are vast and diverse, tailored to enhance both the efficiency and quality of web content creation and analysis:
325
+ - **Anchor Text Suggestion:** Acts as a mechanism during internal link optimization, suggesting potential anchor texts to web authors.
326
+ - **Evaluation of Existing Links:** Assesses the naturalness of link placements within existing content, aiding in the refinement of web pages.
327
+ - **Link Placement Guide:** Offers guidance to link builders by suggesting optimal placement for links within content.
328
+ - **Anchor Text Idea Generator:** Provides creative anchor text suggestions to enrich content and improve SEO strategies.
329
+ - **Spam and Inorganic SEO Detection:** Helps identify unnatural link patterns, contributing to the detection of spam and inorganic SEO tactics.
330
+
331
+ ## Engage Our Team
332
+ - Interested in using this in an automated pipeline for bulk link prediction?
333
+ - Please [book an appointment](https://dejan.ai/call/) to discuss your needs.
334
+ """)