• So I am working on some basic SEO functions for our website
    http://www.mercurymosaics.com and have run into a bit of a snag –

    As an example this page:
    http://www.mercurymosaics.com/gallery/flooring/

    The SEO plugin states the following issues with it:

    There are 1 words contained in the body copy. This is far too low and should be increased.
    The keyword doesn’t appear in the first paragraph of the copy, make sure the topic is clear immediately.
    No images appear in this page, consider adding some as appropriate.
    The page title contains 24 characters, which is less than the recommended minimum of 40 characters. Use the space to add keyword variations or create compelling call-to-action copy.
    No outbound links appear in this page, consider adding some as appropriate.
    The page title contains keyword / phrase, but it does not appear at the beginning; try and move it to the beginning.
    The meta description is under 120 characters, however up to 156 characters are available. The available space is shorter than the usual 155 characters because Google will also include the publication date in the snippet.
    No subheading tags (like an H2) appear in the copy.

    Obviously there are items I can fix on an immediate basis, like the meta description and things – but I seriously don’t get why it doesn’t recognize the obvious images (…the page is almost entirely images).

    I’ve searched around and not found much as to what is causing this. Is it an issue with website structure, the seo plugin itself issues, or for real that these items are not being indexed?

    This has happened on several pages and I am looking to fix it.

    Thank you for your help on this issue.

    http://ww.wp.xz.cn/plugins/wordpress-seo/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Any one can help me?

    I have a website in which a fullpage width custom jquery slider , for slider i have create a custom post type “Slider”. In slider text/content is on left side and image is on right side like this http://tympanus.net/Development/ParallaxContentSlider/

    Now my client want that 2 images show full width slider without content and the others are shown like by default below is my slider code , please help me as soon as possible

    <div id=”da-slider” class=”da-slider”>

    <?php wp_reset_query();?>
    <?php query_posts( array( ‘post_type’ => ‘slider’ ) );?>
    <?php if (have_posts() ) : while (have_posts() ) : the_post();?>
    <?php $src=wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),’full’);?>
    <div class=”da-slide”>
    <div class=”da-img”><img src=”<?php echo $src[0];?>” alt=”<?php the_title();?>” /></div>

    <?php $title=get_the_title($post->ID); ?>
    <h2><?php echo add_span_to_title($title); ?></h2>
    <p> <?php the_content();?></p>

    </div>

    <?php endwhile;endif;?>
    </div>
    </div>

    Thread Starter HrRinger

    (@hrringer)

    You should create your own thread to ask this question, instead of replying to my question with this. – you’re also more likely to get an answer to your question.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issues with Image recognition’ is closed to new replies.