最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

seo - How to Know If I've Correctly Inserted Alt Attributes Into HTML

programmeradmin2浏览0评论

Apologies in advance - HTML isn't really my language and I'm new to Stack. Hope this is in the right place!

I'm working on inserting alt attributes for all the images on this WordPress website, but I'm not sure if I'm doing it correctly. I'm used to doing things in the front end - not in HTML. Is there a resource that I can use to see if they're being read?

The visual page looks like this:

[content_boxes style="style6"][gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]

The text page looks like this:

[content_boxes style="style6"] [gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]

Apologies in advance - HTML isn't really my language and I'm new to Stack. Hope this is in the right place!

I'm working on inserting alt attributes for all the images on this WordPress website, but I'm not sure if I'm doing it correctly. I'm used to doing things in the front end - not in HTML. Is there a resource that I can use to see if they're being read?

The visual page looks like this:

[content_boxes style="style6"][gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]

The text page looks like this:

[content_boxes style="style6"] [gta_tour_listing tourid="wachosl" alignment="left" image="httpS://geckotrail/wp-content/uploads/2015/06/howler-baby.jpg" alt="Howler Baby Southern Caribbean"]
Share Improve this question edited Mar 26, 2019 at 15:01 Pratik Patel 1,1111 gold badge11 silver badges23 bronze badges asked Mar 25, 2019 at 18:14 Madison ElyseMadison Elyse 1 1
  • What is this code you added to your question? What happens when you call the site in your browser and inspect the source code? Are the alt attributes to your images being applied or not? – norman.lol Commented Mar 25, 2019 at 19:08
Add a comment  | 

1 Answer 1

Reset to default 0

You need to look at the source code from the front-end of your website, ie the published version of the page that your website visitors can see.

The code you're pasting here is not HTML. These are shortcodes that a plugin or the active in WordPress use to generate HTML.

The good news is you can very easily view the source of any website using your browser.

Here's an exhaustive list of the way to do that with every major browser.

When you can view the source, you can check your <img> tags for the alt text you've entered.

If that's too complex, you can always use one of the myriad of alt tag testers available online.

发布评论

评论列表(0)

  1. 暂无评论