Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Dreamweaver & SEO

New Here ,
Jan 03, 2022 Jan 03, 2022

What is the best way in Dreamweaver to generate all SEO related tags( must include  meta tags).

 

Regards,

Mehboob Shar

TOPICS
Code , How to
5.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 04, 2022 Jan 04, 2022

There may be some SEO-related plugin for DW, but nothing out of the box, and given what DW is best at, I don't know that a DW plugin is your best route. Are you planning on just a small static site in DW or something database-driven like a CMS (ie: Wordpress)?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 04, 2022 Jan 04, 2022

Use Code View and manually insert Meta Tags inside the <head> of your documents.

 

DW does not do SEO for you.  That's the developer's job.  HINT: Read the Google SEO Starter Guide.

https://developers.google.com/search/docs/beginner/seo-starter-guide

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 10, 2022 Nov 10, 2022

Guys, I'm new here, I don't really understand everything yet. I want to promote my website and am thinking about contacting an SEO agency.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 10, 2022 Nov 10, 2022

Do what you want but so-called SEO experts have no secret sauce.  90% of what they do is contained in Google's free SEO Guide.

 

Have you optimized your site with plenty of keyword-rich text content?

Is your content organized inside good semantic markup (h1, h2, h3, p tags)?

 

Most new sites buy search engine ads for the first 6-12 months.  Google and Bing ads can boost site traffic for pennies a click giving you greater visibility on search results pages than you would get organically. 

 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 13, 2022 Nov 13, 2022

Title Tags and H1 tags should be your main focus, then content next and you will be on the right path.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 14, 2022 Nov 14, 2022

Guys, I'm new here, I don't really understand everything yet. I want to promote my website and am thinking about contacting an SEO agency. Should I buy Dreamweaver in order to work properly with SEO? It just seems to me that it's much better to come up with it yourself, because a person thinks like a person, not like a program, and he will react to [spam link removed by moderator] rather than to links made by the program. What can you guys advise me? I'm just not that young and it's a little difficult for me to understand all the new technologies. It seems to me that business always needs to be approached creatively and that's why I'm a little worried about buying Dreamweaver.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2022 Nov 14, 2022
LATEST

Links are just links. 

<a href="https://example.com">Example Link</a>

 

Web standards based code is what builds websites that web devices & browsers understand.  Without code, you have nothing.

 

Dreamweaver creates code.  If you're not convinced you need Dreamweaver to build your site, then use a free code editor instead.  Your choice.

 

CODE TUTORIALS: Read chapters, do code exercises, take quizzes at the end.
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/

 

CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
-- Wappler ~ Visual Web App Builder - https://wappler.io/

 

ONLINE SITE BUILDERS:
-- Squarespace - https://www.squarespace.com/
-- Webflow - https://webflow.com
-- Wix - https://www.wix.com/
-- WordPress (open source) - https://wordpress.org/

Hope that helps.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines