Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6096433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:55:36+00:00 2026-05-23T12:55:36+00:00

I have a webpage which is a download page for a free application (

  • 0

I have a webpage which is a download page for a free application (http://dragonfli.es). Because of the minimalist design, there’s almost no text in this page. I was wondering if HTML meta tags could sort of help with the SEO or do I have to put some text in there?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:55:36+00:00Added an answer on May 23, 2026 at 12:55 pm

    In your page you have a number of elements which are empty:

    <div class="window"> 
        <div class="image_reel"  style = "border: 1px #707070 solid; "> 
            <a href="#"><img src="reel_1.png" alt="" /></a> 
            <a href="#"><img src="reel_2.png" alt="" /></a> 
            <a href="#"><img src="reel_3.png" alt="" /></a> 
            <a href="#"><img src="reel_4.png" alt="" /></a> 
        </div> 
    </div> 
    <div class="paging"> 
        <a href="#" rel="1">1</a> 
        <a href="#" rel="2">2</a> 
        <a href="#" rel="3">3</a> 
        <a href="#" rel="4">4</a> 
    </div>
    

    More important than having a decent page description is having content inside of your <a> tags and having alt attributes with reasonable descriptions of the images.

    Usually in a page like this, I have something like the following:

    HTML:

    <div id="frontImage">
        Here is some descriptive text which goes over
        the contents of this page, and which pertains
        to the image background I'll be using.
    </div>
    

    CSS:

    #frontImage
    {
        position: relative;
        display: block;
        width: 400px; /* the width of the bg image */
        height: 400px; /* the height of the bg image */
        background-image: url(/img/someImage.png);
        background-repeat: no-repeat;
        text-indent: -999em; /* move the descriptive text off the screen */
    }
    

    This will allow you to have text on the page and turn that text into an image which most people will see. Just make sure that the text you’re using is actually applicable to the content associate with it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Inside a webpage I have an Excel download button, which redirects to a webpage
I have an webpage which posts some data and then redirects to a page
I have a web-page with complicated form. Also, there is a button preview, which
I wish to download a web page, which may be in any possible text
I have a webpage which has games on. I realize that there will be
I have a Perl script that uses LWP::UserAgent to download a webpage which it
I have the following code with which I download a web-page into a byte
Here's the situation I have a webpage which has one drop down called prefer.
I have a WebPage on which I have to detect and prevent usage of
I have created a Webpage which will post as post method..not as get method.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.